Github user anmolnar commented on a diff in the pull request:

    https://github.com/apache/zookeeper/pull/447#discussion_r161405611
  
    --- Diff: 
src/java/test/org/apache/zookeeper/test/SessionTrackerCheckTest.java ---
    @@ -185,8 +182,8 @@ public void testLeaderSessionTracker() throws Exception 
{
                     TICK_TIME, expirer.sid, false, testZKSListener());
     
             // Global session
    -        sessionId = 0xdeadbeef;
    -        tracker.addSession(sessionId, CONNECTION_TIMEOUT);
    +        sessionId = 0xdeadbef0;
    --- End diff --
    
    Why have you changed this? :)


---

Reply via email to