kimmking commented on issue #7750:
URL: https://github.com/apache/shardingsphere/issues/7750#issuecomment-711908272


   QPS is low and this is a normal case.
   
   ```
   private void vibrateSequenceOffset() {
           sequenceOffset = sequenceOffset >= maxVibrationOffset ? 0 : 
sequenceOffset + 1;
       }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to