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

Re-prepare statement throttle

Open Bouncheck opened this issue 3 years ago • 1 comments

I still need to further test this, but code is more or less how I want to do this.

Bouncheck avatar Jun 16 '22 11:06 Bouncheck

@Bouncheck , let's review it, it looks good, only my concern is that RequestHandler.onSet is run for different connections and requests and if between these requests RequestHandler keeps state you are going to have problem with accumulating errors are reaching limit, which is going to make this instance of RequestHandler unoperational.

dkropachev avatar Jul 30 '24 14:07 dkropachev