Sailesh Mukil has uploaded a new change for review. http://gerrit.cloudera.org:8080/5035
Change subject: IMPALA-4465: Don't hold process wide lock while serializing Runtime Profile in GetRuntimeProfileStr() ...................................................................... IMPALA-4465: Don't hold process wide lock while serializing Runtime Profile in GetRuntimeProfileStr() This patch changes the code so that the query_exec_state_map_lock_ is not held while serializing the RuntimeProfile, since that is a pretty expensive operation and happens at least once per query. This change makes a lot of client calls have less lock contention including Webserver calls and query registration/unregistration. Change-Id: I3ad8a1d6644259f177dfb3b29b3ba1ad6a76210a --- M be/src/service/impala-server.cc 1 file changed, 6 insertions(+), 9 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/35/5035/1 -- To view, visit http://gerrit.cloudera.org:8080/5035 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3ad8a1d6644259f177dfb3b29b3ba1ad6a76210a Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Sailesh Mukil <[email protected]>
