java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

4.x: low performance on resource constraint environment

Open dkropachev opened this issue 9 months ago • 0 comments

A customer claims to have performance issue with the driver on kubernetes on pods with vCPU: 4. They explain that looking at the pods they observed that java is mostly locked on CompletableFuture.getUninterruptibly Also they have claimed that advanced.connection.pool.local.size helped to overcome this issue.

We need to investigate where this constraint coming from.

dkropachev avatar May 19 '25 19:05 dkropachev