Todd Lipcon has posted comments on this change. Change subject: java: fix leak of TabletClient objects in client2tablets map ......................................................................
Patch Set 1: erg, this is a mess... apparently we were relying on this bug somehow so that, when handling a "connection refused" from a tablet server, we were able to find all of the tablets associated with that server and "demote" the leader. We could really use some serious refactoring/cleanup of the client, since the number of cyclic dependencies make it very hard to follow. Does anyone have any idea how to fix this? -- To view, visit http://gerrit.cloudera.org:8080/4119 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I302650f2a6526e7c51537264137a4f00cbbda073 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <t...@apache.org> Gerrit-Reviewer: Adar Dembo <a...@cloudera.com> Gerrit-Reviewer: Dan Burkert <d...@cloudera.com> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <t...@apache.org> Gerrit-HasComments: No