Aman Sinha has posted comments on this change. ( http://gerrit.cloudera.org:8080/17187 )
Change subject: IMPALA-10583: Fix bug on unbounded result spooling memory config. ...................................................................... Patch Set 1: Code-Review+2 (1 comment) http://gerrit.cloudera.org:8080/#/c/17187/1/be/src/exec/buffered-plan-root-sink.cc File be/src/exec/buffered-plan-root-sink.cc: http://gerrit.cloudera.org:8080/#/c/17187/1/be/src/exec/buffered-plan-root-sink.cc@55 PS1, Line 55: if (max_spilled_mem <= 0) max_spilled_mem = INT64_MAX; > The closest limit I find is scratch_dirs startup flag. In this flag, we def I suppose it makes sense to keep the quota optional because the spill location could be either local disk/SSD or could be remote on S3 and the limits could be very different. -- To view, visit http://gerrit.cloudera.org:8080/17187 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: If8f5e3668281bba8813f8082f45b4faa7721530e Gerrit-Change-Number: 17187 Gerrit-PatchSet: 1 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]> Gerrit-Comment-Date: Fri, 09 Apr 2021 19:21:40 +0000 Gerrit-HasComments: Yes
