Arnab Karmakar has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24175
Change subject: IMPALA-13844: [addendum] Optimize memory usage in /stacks handler ...................................................................... IMPALA-13844: [addendum] Optimize memory usage in /stacks handler Move thread_name and kudu::faststring declarations outside the loop to enable memory reuse between thread iterations within the same stack trace group. This reduces memory allocation overhead when processing threads with identical stack traces. Change-Id: I73d213ba1241a6b5a404faeaae8a1f5c573618e4 --- M be/src/util/default-path-handlers.cc 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/75/24175/1 -- To view, visit http://gerrit.cloudera.org:8080/24175 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I73d213ba1241a6b5a404faeaae8a1f5c573618e4 Gerrit-Change-Number: 24175 Gerrit-PatchSet: 1 Gerrit-Owner: Arnab Karmakar <[email protected]>
