mirror of
https://github.com/apache/impala.git
synced 2025-12-25 02:03:09 -05:00
IMPALA-9180 (part 1): Remove legacy ImpalaInternalService
The legacy Thrift based Impala internal service has been deprecated and can be removed now. This patch removes ImpalaInternalService. All infrastructures around it are cleaned up, except one place for flag be_port. StatestoreSubscriber::subscriber_id consists be_port, but we cannot change format of subscriber_id now. This remaining be_port issue will be fixed in a succeeding patch (part 4). TQueryCtx.coord_address is changed to TQueryCtx.coord_hostname since the port in TQueryCtx.coord_address is set as be_port and is unused now. Also Rename TQueryCtx.coord_krpc_address as TQueryCtx.coord_ip_address. Testing: - Passed the exhaustive test. - Passed Quasar-L0 test. Change-Id: I5fa83c8009590124dded4783f77ef70fa30119e6 Reviewed-on: http://gerrit.cloudera.org:8080/16291 Reviewed-by: Thomas Tauber-Marshall <tmarshall@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>
This commit is contained in:
committed by
Impala Public Jenkins
parent
c9f8d2564d
commit
6bb3b88d05
@@ -944,7 +944,7 @@ class TestQueryRetries(CustomClusterTestSuite):
|
||||
"""Validate that the given profile indicates that the given impalad was blacklisted
|
||||
during query execution."""
|
||||
assert "Blacklisted Executors: {0}:{1}".format(blacklisted_impalad.hostname,
|
||||
blacklisted_impalad.service.be_port) in profile, profile
|
||||
blacklisted_impalad.service.krpc_port) in profile, profile
|
||||
|
||||
def __assert_executors_not_blacklisted(self, impalad, profile):
|
||||
"""Validate that the given profile indicates that the given impalad was not
|
||||
|
||||
Reference in New Issue
Block a user