Impala Public Jenkins has submitted this change and it was merged. Change subject: IMPALA-5411: Avoid log spew from GetRuntimeProfileStr ......................................................................
IMPALA-5411: Avoid log spew from GetRuntimeProfileStr GetRuntimeProfileStr can potentially log lots of spam to the coordinator logs if there are clients continuously polling the web endpoints when the table metadata is still loading. The fix is to use an appopriate Status constructor that doesn't log it. Change-Id: I2d0ae8c161346b4ec8c865bc23c5c1cd49c1ce7b Reviewed-on: http://gerrit.cloudera.org:8080/7042 Reviewed-by: Henry Robinson <[email protected]> Tested-by: Impala Public Jenkins --- M be/src/service/impala-server.cc 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Impala Public Jenkins: Verified Henry Robinson: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/7042 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2d0ae8c161346b4ec8c865bc23c5c1cd49c1ce7b Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Bharath Vissapragada <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Impala Public Jenkins
