Github user hanm commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/447#discussion_r205331482
--- Diff: src/java/test/org/apache/zookeeper/test/QuorumBase.java ---
@@ -53,32 +53,32 @@
protected int port3;
protected int port4;
protected int port5;
-
+
protected int portLE1;
protected int portLE2;
protected int portLE3;
protected int portLE4;
protected int portLE5;
-
+
protected int portClient1;
protected int portClient2;
protected int portClient3;
protected int portClient4;
protected int portClient5;
- protected boolean localSessionsEnabled = false;
- protected boolean localSessionsUpgradingEnabled = false;
+ public boolean localSessionsEnabled = false;
+ public boolean localSessionsUpgradingEnabled = false;
--- End diff --
Not sure why this change is required.
---