linux-china / zookeeper-intellij

IntelliJ IDEA ZooKeeper Plugin
62 stars 36 forks source link

An empty Quorum or multiple one don't work well #13

Open feuyeux opened 9 years ago

feuyeux commented 9 years ago

Given a multiple zk value for Quorum, the root node of the zk tree will show the first one. e.g.: Quorum = zk1.alibaba.net,zk2.alibaba.net,zk3.alibaba.net It will just show:zk1.alibaba.net in tree.

If don't give a value for Quorum, then it's impossible to right-click to generate a new tree.

Furthermore, in deleting the root tree, it cannot delete it, actually.