Abhishek Chennaka has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/20789 )
Change subject: [rpc] modernize AcceptorPool's code ...................................................................... [rpc] modernize AcceptorPool's code Since I'm modifying AcceptorPool implementation to add a new metric, I went ahead and modernized the code a bit to logically separate these mostly style-related updates from follow-up modifications. This patch: * replaces Atomic32 field with std::atomic<bool> * updates the code to make it conform to the project style guide * other minor improvements There are no functional modifications in this changelist. Change-Id: I065510f846642098bc0182bc517324b88d175f0c Reviewed-on: http://gerrit.cloudera.org:8080/20789 Reviewed-by: Abhishek Chennaka <[email protected]> Tested-by: Abhishek Chennaka <[email protected]> --- M src/kudu/rpc/acceptor_pool.cc M src/kudu/rpc/acceptor_pool.h 2 files changed, 42 insertions(+), 43 deletions(-) Approvals: Abhishek Chennaka: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/20789 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I065510f846642098bc0182bc517324b88d175f0c Gerrit-Change-Number: 20789 Gerrit-PatchSet: 5 Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Abhishek Chennaka <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120)
