Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Problem
-
3.5.3, 3.4.11
-
None
-
None
Description
ZOOKEEPER-2355 added a getQuorumPeer method to QuorumPeerMain https://github.com/apache/zookeeper/blob/release-3.5.3/src/java/main/org/apache/zookeeper/server/quorum/QuorumPeerMain.java#L194. TestingQuorumPeerMain has an identically named method, which is now unintentionally overridding the one in the base class.
This is fixed by CURATOR-409, however, I'd like this to be fixed in ZooKeeper as well.
Attachments
Attachments
Issue Links
- is related to
-
KNOX-1599 Upgrade zookeeper to 3.4.13 and curator-test to 2.13.0
- Closed
-
HADOOP-15974 Upgrade Curator version to 2.13.0 to fix ZK tests
- Resolved
- relates to
-
CURATOR-409 TestingQuorumPeerMain does not work with Zookeeper 3.5.3-beta
- Resolved
- links to