Alexey Serbin has posted comments on this change. Change subject: Free SASL connection objects when negotiation completes ......................................................................
Patch Set 1: (1 comment) http://gerrit.cloudera.org:8080/#/c/4761/1/src/kudu/rpc/sasl_client.cc File src/kudu/rpc/sasl_client.cc: PS1, Line 175: After negotiation, we no longer need the SASL library object If so, does it make sense to get rid of sasl_con_ as a member of this class and create and dispose it within the scope of this method, passing it as a parameter for other methods called from this scope? -- To view, visit http://gerrit.cloudera.org:8080/4761 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib7aada1e44a80af94c5c069e9f583aedcd78a68b Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-HasComments: Yes
