Open alyandon opened 10 years ago
I have this error 5 years later :)
So probably the plugin is not maintained. Right?
In any case, thank you @linux-china for the plugin.
@acs which version of IntelliJ IDEA and ZooKeeper do you use? and I will take a look. Now it works fine with me.
I am using IntelliJ 2019.3 and Zookeeper version: 3.4.13. The plugin started and it show me the nodes at the root of zookeeper. The problem appears when I tried to open a node with 120 child nodes. Maybe there is a 100 limit for some reason?
sorry. the max size is 100. my bad.
for (int i = 0; i < nodes.size() && i < 100; i++) {
ZkNode zkNode = new ZkNode(node.getFilePath(), nodes.get(i));
if (isWhitePath(zkNode.getFilePath())) {
children.add(zkNode);
}
}
Do you plan to fix it? It is useful your plugin for working with Zookeeper. I am using now https://github.com/zzhang5/zooinspector which is old but works nicely. I plan also to test the new admin web ui added to Zookeeper in 3.5 version. But there is a use case for this IntelliJ plugin in any case :)
ZooKeeper instance with lots of nodes. Highlighting the root and press "*" to expand all nodes produces the following error: