Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
-
Low
Description
We noticed that the timeout calculation seems wrong:
long timeout = System.currentTimeMillis() - startTime + DatabaseDescriptor.getRpcTimeout();
Lets propose that 3 seconds elapse (currentTime - startTime). It will take that value and add the default RpcTimeout (5 seconds) making the timeout 8 seconds.