Marcel Kornacker has posted comments on this change. Change subject: IMPALA-4041: Limit catalog and admission control updates to coordinators ......................................................................
Patch Set 1: (4 comments) http://gerrit.cloudera.org:8080/#/c/6344/1/be/src/service/impala-server.cc File be/src/service/impala-server.cc: Line 1888: if (be_port != 0 && be_server != NULL) { move this above line 1844, then return if this isn't a coordinator. http://gerrit.cloudera.org:8080/#/c/6344/1/be/src/service/impala-server.h File be/src/service/impala-server.h: Line 948: /// If beeswax_port != 0 (and fe_server != NULL), creates a ThriftServer exporting update comments with new semantics. http://gerrit.cloudera.org:8080/#/c/6344/1/bin/start-impala-cluster.py File bin/start-impala-cluster.py: Line 246: args = "-is_coordinator=true %s" % (args) leave this out. it's the default, and we should make sure it actually works as the default. http://gerrit.cloudera.org:8080/#/c/6344/1/tests/custom_cluster/test_coordinators.py File tests/custom_cluster/test_coordinators.py: Line 76: self.execute_query_expect_success(client1, "drop database %s cascade" % db_name) why don't you add running a query against impalads[2] (and failing), and then get rid of test_single_coordinator? -- To view, visit http://gerrit.cloudera.org:8080/6344 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5f2c74abdbcd60ac050efa323616bd41182ceff3 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Dimitris Tsirogiannis <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Marcel Kornacker <[email protected]> Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-HasComments: Yes
