Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/21076 to look at the new patch set (#2). Change subject: KUDU-3557 Simple way to change maximum thread cache size of tcmalloc. ...................................................................... KUDU-3557 Simple way to change maximum thread cache size of tcmalloc. Now, Lock contention is too high in tcmalloc while the cluster in under high throughput. Making the total thread cache size larger could highly decrease the lock contention. Even though the max size of one single thread cache could not be larger than 4096KB, but thread cache does not need to release the memory to central free list all the time if max_total_thread_cache_bytes is larger. KUDU-3557 shows the difference on lock contention while setting different sizes of max_total_thread_cache_bytes. Please check it for detail. Change-Id: I3cb8c6ed6a8f24c63258ae65f8b841fe74b75308 --- M src/kudu/server/server_base.cc 1 file changed, 13 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/76/21076/2 -- To view, visit http://gerrit.cloudera.org:8080/21076 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I3cb8c6ed6a8f24c63258ae65f8b841fe74b75308 Gerrit-Change-Number: 21076 Gerrit-PatchSet: 2 Gerrit-Owner: Song Jiacheng <songjiach...@thinkingdata.cn> Gerrit-Reviewer: Kudu Jenkins (120)