Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/22428
Change subject: [maintenance_manager] micro-optimisation on LogPrefix ...................................................................... [maintenance_manager] micro-optimisation on LogPrefix There is just a single instance of MaintenanceManager per Kudu server, so it makes sense to store its log prefix as a field and avoid allocating memory and constructing the string every time a log message is issued. This patch doesn't contain any functional modifications. Change-Id: I40398106af386eb352cef05df7644941a230a468 --- M src/kudu/util/maintenance_manager.cc M src/kudu/util/maintenance_manager.h 2 files changed, 5 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/28/22428/1 -- To view, visit http://gerrit.cloudera.org:8080/22428 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I40398106af386eb352cef05df7644941a230a468 Gerrit-Change-Number: 22428 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
