Tim Armstrong has posted comments on this change.

Change subject: IMPALA-4678: move query MemTracker into QueryState
......................................................................


Patch Set 7:

(4 comments)

http://gerrit.cloudera.org:8080/#/c/5630/7/be/src/runtime/coordinator.cc
File be/src/runtime/coordinator.cc:

Line 1909:     
ExecEnv::GetInstance()->query_exec_mgr()->ReleaseQueryState(query_state_);
> feel free to add a QS::Release() convenience function if you think it's wor
I'll probably skip this for now - this is long but a one-liner still.


http://gerrit.cloudera.org:8080/#/c/5630/7/be/src/runtime/mem-tracker.h
File be/src/runtime/mem-tracker.h:

Line 100:   static std::unique_ptr<MemTracker> CreateQueryMemTracker(const 
TUniqueId& id,
> instead of returning a unique_ptr, wouldn't it make more sense to create th
Done


http://gerrit.cloudera.org:8080/#/c/5630/7/be/src/runtime/query-exec-mgr.cc
File be/src/runtime/query-exec-mgr.cc:

Line 59:   bool created;
> since you don't use it, best to call it dummy or something like that.
Done


http://gerrit.cloudera.org:8080/#/c/5630/7/be/src/runtime/runtime-state.h
File be/src/runtime/runtime-state.h:

Line 388:   /// Memory usage of this fragment instance, the child of 
'query_mem_tracker_'.
> "a child of"
Done


-- 
To view, visit http://gerrit.cloudera.org:8080/5630
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id6b46652932b5638993623e98d1f0d60d8380ba0
Gerrit-PatchSet: 7
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-Owner: Tim Armstrong <tarmstr...@cloudera.com>
Gerrit-Reviewer: Marcel Kornacker <mar...@cloudera.com>
Gerrit-Reviewer: Tim Armstrong <tarmstr...@cloudera.com>
Gerrit-HasComments: Yes

Reply via email to