Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
Impala 2.11.0
-
ghx-label-8
Description
from TEST-impala-custom-cluster.log :
. Impala/tests/custom_cluster/test_breakpad.py::TestBreakpadCore::()::test_abort_writes_minidump E Impala/tests/custom_cluster/test_breakpad.py::TestBreakpadCore::()::test_abort_writes_minidump cls = <class 'test_breakpad.TestBreakpadCore'> @classmethod def teardown_class(cls): # Re-enable core dumps setrlimit(RLIMIT_CORE, (RLIM_INFINITY, RLIM_INFINITY)) # Start default cluster for subsequent tests (verify_metrics). > cls._start_impala_cluster([]) custom_cluster/test_breakpad.py:63: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ common/custom_cluster_test_suite.py:129: in _start_impala_cluster check_call(cmd + options, close_fds=True) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ popenargs = (['/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/start-impala-cluster.py', '--cluster_size=3..._dir=/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/custom_cluster_tests', '--log_level=1'],) kwargs = {'close_fds': True}, retcode = 1 cmd = ['/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/start-impala-cluster.py', '--cluster_size=3'...og_dir=/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/custom_cluster_tests', '--log_level=1'] def check_call(*popenargs, **kwargs): """Run command with arguments. Wait for command to complete. If the exit code was zero then return, otherwise raise CalledProcessError. The CalledProcessError object will have the return code in the returncode attribute. The arguments are the same as for the Popen constructor. Example: check_call(["ls", "-l"]) """ retcode = call(*popenargs, **kwargs) cmd = kwargs.get("args") if cmd is None: cmd = popenargs[0] if retcode: > raise CalledProcessError(retcode, cmd) E CalledProcessError: Command '['/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/bin/start-impala-cluster.py', '--cluster_size=3', '--num_coordinators=3', '--log_dir=/data/jenkins/workspace/impala-umbrella-build-and-test/repos/Impala/logs/custom_cluster_tests', '--log_level=1']' returned non-zero exit status 1
From impalad.ERROR :
E1012 04:27:36.975687 28521 impala-server.cc:283] Currently configured default filesystem: LocalFileSystem. fs.defaultFS (file:/tmp) is not supported. E1012 04:27:36.975750 28521 impala-server.cc:286] Aborting Impala Server startup due to improper configuration. Impalad exiting. Picked up JAVA_TOOL_OPTIONS: -agentlib:jdwp=transport=dt_socket,address=30000,server=y,suspend=n
Attachments
Issue Links
- is broken by
-
IMPALA-6023 impalad failed to start in test_dcheck_writes_minidump
- Resolved