Alexey Serbin has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16330 )
Change subject: KUDU-3181: put a bound on the queue of compilation manager ...................................................................... KUDU-3181: put a bound on the queue of compilation manager Add flag codegen_queue_capacity to config max queue size. Without the bound, when codegen cache hit rate is low, the queue could accumulate tons of entries, each of which retains a copy of schema meta data, thus consuming a lot of memeory. Change-Id: Ia85b5818d1a5ea3ea978808900dd9c9e0cc0784e Reviewed-on: http://gerrit.cloudera.org:8080/16330 Reviewed-by: Andrew Wong <[email protected]> Tested-by: Andrew Wong <[email protected]> Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/codegen/compilation_manager.cc 1 file changed, 9 insertions(+), 3 deletions(-) Approvals: Andrew Wong: Looks good to me, approved; Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/16330 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia85b5818d1a5ea3ea978808900dd9c9e0cc0784e Gerrit-Change-Number: 16330 Gerrit-PatchSet: 5 Gerrit-Owner: Li Zhiming <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Li Zhiming <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
