Impala Public Jenkins has posted comments on this change. ( http://gerrit.cloudera.org:8080/22329 )
Change subject: IMPALA-12494: Clamp MEM_LIMIT_EXECUTORS and MEM_LIMIT_COORDINATORS ...................................................................... Patch Set 1: (6 comments) gerrit-auto-critic failed. You can reproduce it locally using command: python3 bin/jenkins/critique-gerrit-review.py --dryrun To run it, you might need a virtual env with Python3's venv installed. http://gerrit.cloudera.org:8080/#/c/22329/1/common/thrift/ImpalaInternalService.thrift File common/thrift/ImpalaInternalService.thrift: http://gerrit.cloudera.org:8080/#/c/22329/1/common/thrift/ImpalaInternalService.thrift@239 PS1, Line 239: 14: required i64 max_query_mem_limit_coordinators = 0; Adding a required field 'max_query_mem_limit_coordinators' in TPoolConfig might break the compatibility between impalad and catalogd/statestore during upgrade http://gerrit.cloudera.org:8080/#/c/22329/1/common/thrift/ImpalaInternalService.thrift@244 PS1, Line 244: 15: required i64 min_query_mem_limit_coordinators = 0; Adding a required field 'min_query_mem_limit_coordinators' in TPoolConfig might break the compatibility between impalad and catalogd/statestore during upgrade http://gerrit.cloudera.org:8080/#/c/22329/1/fe/src/main/java/org/apache/impala/util/RequestPoolService.java File fe/src/main/java/org/apache/impala/util/RequestPoolService.java: http://gerrit.cloudera.org:8080/#/c/22329/1/fe/src/main/java/org/apache/impala/util/RequestPoolService.java@403 PS1, Line 403: getPoolConfigValue(currentConf, pool, MAX_QUERY_MEM_LIMIT_COORDINATORS_BYTES, 0L)); line too long (93 > 90) http://gerrit.cloudera.org:8080/#/c/22329/1/fe/src/main/java/org/apache/impala/util/RequestPoolService.java@405 PS1, Line 405: getPoolConfigValue(currentConf, pool, MIN_QUERY_MEM_LIMIT_COORDINATORS_BYTES, 0L)); line too long (93 > 90) http://gerrit.cloudera.org:8080/#/c/22329/1/tests/custom_cluster/test_admission_controller.py File tests/custom_cluster/test_admission_controller.py: http://gerrit.cloudera.org:8080/#/c/22329/1/tests/custom_cluster/test_admission_controller.py@730 PS1, Line 730: = flake8: W504 line break after binary operator http://gerrit.cloudera.org:8080/#/c/22329/1/tests/custom_cluster/test_admission_controller.py@733 PS1, Line 733: = flake8: W504 line break after binary operator -- To view, visit http://gerrit.cloudera.org:8080/22329 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: comment Gerrit-Change-Id: I262910284cbf84b8ba7e0c949bbf053dbfe44a0d Gerrit-Change-Number: 22329 Gerrit-PatchSet: 1 Gerrit-Owner: Abhishek Rawat <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Comment-Date: Fri, 10 Jan 2025 22:46:58 +0000 Gerrit-HasComments: Yes
