Closed wsm12138 closed 3 months ago
when my zk use "-Dzookeeper.log.file=${ZOO_LOG_FILE}" "-Dzookeeper.watchManagerName=org.apache.zookeeper.server.watch.WatchManagerOptimized" -Dzookeeper.snapCount='50000' \
, the problem will show
when my zk only use "-Dzookeeper.log.file=${ZOO_LOG_FILE}"
,the problem will not show
when my zk use
"-Dzookeeper.log.file=${ZOO_LOG_FILE}" "-Dzookeeper.watchManagerName=org.apache.zookeeper.server.watch.WatchManagerOptimized" -Dzookeeper.snapCount='50000' \
, the problem will showwhen my zk only use
"-Dzookeeper.log.file=${ZOO_LOG_FILE}"
,the problem will not show
@wsm12138 Thanks for your feedback!
when my zk use
"-Dzookeeper.log.file=${ZOO_LOG_FILE}" "-Dzookeeper.watchManagerName=org.apache.zookeeper.server.watch.WatchManagerOptimized" -Dzookeeper.snapCount='50000' \
, the problem will show when my zk only use"-Dzookeeper.log.file=${ZOO_LOG_FILE}"
,the problem will not show@wsm12138 Thanks for your feedback!
no thinks
There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale.
When we support watchManagerName=org.apache.zookeeper.server.watch.WatchManagerOptimized , then we can discuss this issue
Bug Report
For English only, other languages will not accept.
Before report a bug, make sure you have:
Please pay attention on issues you submitted, because we maybe need more details. If no response anymore and we cannot reproduce it on current information, we will close it.
Please answer these questions before submitting your issue. Thanks!
Which version of ShardingSphere did you use?
4638a95dd4488f932c8a18433733fcf9e5464adf
Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
Proxy
Expected behavior
Actual behavior
Reason analyze (If you can)
Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.
Example codes for reproduce this issue (such as a github link).