Balazs Hevele has uploaded this change for review. (
http://gerrit.cloudera.org:8080/24022
Change subject: IMPALA-14691: Only log modified query options
......................................................................
IMPALA-14691: Only log modified query options
Instead of always logging every query option as a key value pair,
only log the ones differing from their default values as defined
in TQueryOptions.
Most of the time, most, if not all, query options are not overridden,
and use the default value. Logging only the modified values gives a
shorter and more understandable information, as the full list is very
long.
A function to extract the necessary list of modified values already
exists (DebugQueryOptions), and is used e.g. in query profile.
An example to the per query log, with one option changed:
TClientRequest.queryOptions: ABORT_ON_ERROR=1
Change-Id: Ibcd9eb80afaa3171f5436cabb4703bbae4581396
---
M be/src/service/impala-hs2-server.cc
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/22/24022/1
--
To view, visit http://gerrit.cloudera.org:8080/24022
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibcd9eb80afaa3171f5436cabb4703bbae4581396
Gerrit-Change-Number: 24022
Gerrit-PatchSet: 1
Gerrit-Owner: Balazs Hevele <[email protected]>