Github user Randgalt commented on a diff in the pull request:
https://github.com/apache/curator/pull/303#discussion_r251599266
--- Diff:
curator-client/src/main/java/org/apache/curator/utils/InjectSessionExpiration.java
---
@@ -94,7 +89,7 @@ public static void injectSessionExpiration(ZooKeeper
zooKeeper)
Object eventThread = eventThreadField.get(clientCnxn);
queueEventMethod.invoke(eventThread, event);
queueEventOfDeathMethod.invoke(eventThread);
--- End diff --
TBH I just wanted to make the minimal change needed to get this to work.
It's been this way a very long time.
---