tarantool / cartridge-java

Tarantool Cartridge Java driver for Tarantool versions 1.10+ based on Netty framework
https://tarantool.io
Other
27 stars 11 forks source link

Remove double executor run from RetryingClient.space #382

Closed ArtDu closed 1 year ago

ArtDu commented 1 year ago

Now we have a performance problem so we run retrying wrapper in the executor and the retryable task in the executor

https://github.com/tarantool/cartridge-java/blob/d9ca853b6008137c2ea6c68a0246a68d43771d31/src/main/java/io/tarantool/driver/core/RetryingTarantoolClient.java#L444