We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For English only, other languages we will close it directly.
Please answer these questions before submitting your issue. Thanks!
Before submit a new issue, please check existed issue first, to make sure your issue is not a duplicated one.
3.0.0.M3
Sharding-JDBC
RoundRobinMasterSlaveLoadBalance always be OK
after roundrobin Integer.MAX_VALUE times, will throw an ArrayIndexOutOfBoundsException.
the AtomicInteger's getAndIncrement() may produce an negative numbers.
The text was updated successfully, but these errors were encountered:
feelwing1314
No branches or pull requests
For English only, other languages we will close it directly.
Please answer these questions before submitting your issue. Thanks!
Before submit a new issue, please check existed issue first, to make sure your issue is not a duplicated one.
Which version of Sharding-Sphere do you using?
3.0.0.M3
Which project do you using? Sharding-JDBC or Sharding-Proxy?
Sharding-JDBC
Expected behavior
RoundRobinMasterSlaveLoadBalance always be OK
Actual behavior
after roundrobin Integer.MAX_VALUE times, will throw an ArrayIndexOutOfBoundsException.
Reason analyze
the AtomicInteger's getAndIncrement() may produce an negative numbers.
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc
For bug report, please MUST provide the reproduce example codes (such as a github link).
The text was updated successfully, but these errors were encountered: