8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
canal/client/src/main/java/com/alibaba/otter/canal/client/impl/ClusterCanalConnector.java
Line 68 in 80ca436
accessStrategy.currentNode()会报错,导致currentConnector.disconnect()未调用,发生内存泄漏,逻辑如下
accessStrategy.currentNode()
currentConnector.disconnect()