test_mem_limit[num_queries: 15 | submission_delay_ms: 150 | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none | round_robin_submission: True] Back to Project Status Changes Console Output View as plain text Edit Build Information History Polling Log Timings Environment Variables Git Build Data Git Build Data Git Build Data Git Build Data Test Result Rebuild Previous Build Next Build Regression custom_cluster.test_admission_controller.TestAdmissionControllerStress.test_mem_limit[num_queries: 15 | submission_delay_ms: 150 | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'exec_single_node_rows_threshold': 0} | table_format: text/none | round_robin_submission: True] (from pytest) Failing for the past 1 build (Since Failed#138 ) Took 10 min. add description Error Message AssertionError: Queued queries should not run until others are made to finish assert 5 == 0 Stacktrace custom_cluster/test_admission_controller.py:960: in test_mem_limit {'request_pool': self.pool_name, 'mem_limit': query_mem_limit}) custom_cluster/test_admission_controller.py:823: in run_admission_test assert metric_deltas['dequeued'] == 0,\ E AssertionError: Queued queries should not run until others are made to finish E assert 5 == 0 Standard Output Starting State Store logging to /data/jenkins/workspace/impala-cdh5-trunk-exhaustive-release/repos/Impala/logs/custom_cluster_tests/statestored.INFO Starting Catalog Service logging to /data/jenkins/workspace/impala-cdh5-trunk-exhaustive-release/repos/Impala/logs/custom_cluster_tests/catalogd.INFO Starting Impala Daemon logging to /data/jenkins/workspace/impala-cdh5-trunk-exhaustive-release/repos/Impala/logs/custom_cluster_tests/impalad.INFO Starting Impala Daemon logging to /data/jenkins/workspace/impala-cdh5-trunk-exhaustive-release/repos/Impala/logs/custom_cluster_tests/impalad_node1.INFO Starting Impala Daemon logging to /data/jenkins/workspace/impala-cdh5-trunk-exhaustive-release/repos/Impala/logs/custom_cluster_tests/impalad_node2.INFO Impala Cluster Running with 3 nodes (3 coordinators, 3 executors). Standard Error MainThread: Starting cluster with command: /data/jenkins/workspace/impala-cdh5-trunk-exhaustive-release/repos/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/data/jenkins/workspace/impala-cdh5-trunk-exhaustive-release/repos/Impala/logs/custom_cluster_tests --log_level=1 '--impalad_args="-vmodule admission-controller=3 -default_pool_max_requests 150 -default_pool_max_queued 10 -default_pool_mem_limit 12884901888 -disable_admission_control=false -mem_limit=12884901888 -queue_wait_timeout_ms=600000" ' '--state_store_args="-statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100" ' MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) MainThread: Getting num_known_live_backends from impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:25000 MainThread: Waiting for num_known_live_backends=3. Current value: 0 MainThread: Getting num_known_live_backends from impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:25000 MainThread: Waiting for num_known_live_backends=3. Current value: 1 MainThread: Getting num_known_live_backends from impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:25000 MainThread: num_known_live_backends has reached value: 3 MainThread: Getting num_known_live_backends from impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:25001 MainThread: num_known_live_backends has reached value: 3 MainThread: Getting num_known_live_backends from impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:25002 MainThread: num_known_live_backends has reached value: 3 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es) MainThread: Getting metric: statestore.live-backends from impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:25010 MainThread: Metric 'statestore.live-backends' has reached desired value: 4 MainThread: Getting num_known_live_backends from impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:25000 MainThread: num_known_live_backends has reached value: 3 MainThread: Getting num_known_live_backends from impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:25001 MainThread: num_known_live_backends has reached value: 3 MainThread: Getting num_known_live_backends from impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:25002 MainThread: num_known_live_backends has reached value: 3 -- connecting to: localhost:21000 MainThread: Starting test case with parameters: num_queries: 15 | submission_delay_ms: 150 | exec_option: {'batch_size': 0, 'num_nodes': 0, 'disable_codegen_rows_threshold': 5000, 'disable_codegen': False, 'abort_on_error': 1, 'request_pool': 'default-pool', 'mem_limit': 858993458, 'exec_single_node_rows_threshold': 0} | table_format: text/none | round_robin_submission: True MainThread: Initial metrics: admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0 -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-746: Submitting query 0 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 union all select * from alltypesagg where id != 0 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-747: Submitting query 1 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 union all select * from alltypesagg where id != 1 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 SET QUERY_TIMEOUT_S=1; Thread-748: Submitting query 2 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 union all select * from alltypesagg where id != 2 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-749: Submitting query 3 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 union all select * from alltypesagg where id != 3 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-750: Submitting query 4 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 union all select * from alltypesagg where id != 4 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-751: Submitting query 5 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 union all select * from alltypesagg where id != 5 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 SET QUERY_TIMEOUT_S=1; Thread-752: Submitting query 6 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 union all select * from alltypesagg where id != 6 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-753: Submitting query 7 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 union all select * from alltypesagg where id != 7 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-754: Submitting query 8 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 union all select * from alltypesagg where id != 8 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-755: Submitting query 9 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 union all select * from alltypesagg where id != 9 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 SET QUERY_TIMEOUT_S=1; Thread-756: Submitting query 10 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 union all select * from alltypesagg where id != 10 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-757: Submitting query 11 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 union all select * from alltypesagg where id != 11 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-758: Submitting query 12 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21000 select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 union all select * from alltypesagg where id != 12 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; Thread-759: Submitting query 13 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21001 select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 union all select * from alltypesagg where id != 13 ; -- connecting to: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 use functional; SET batch_size=0; SET num_nodes=0; SET disable_codegen_rows_threshold=5000; SET disable_codegen=False; SET abort_on_error=1; SET request_pool=default-pool; SET mem_limit=858993458; SET exec_single_node_rows_threshold=0; -- executing against impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 SET QUERY_TIMEOUT_S=1; Thread-760: Submitting query 14 -- executing async: impala-ec2-centos74-m5-4xlarge-ondemand-028c.vpc.cloudera.com:21002 select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 union all select * from alltypesagg where id != 14 ; MainThread: Wait for initial admission decisions MainThread: wait_for_metric_changes, initial=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0 MainThread: wait_for_metric_changes, current=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0 MainThread: DeltaSum=0 Deltas={'dequeued': 0, 'admitted': 0, 'released': 0, 'rejected': 0, 'queued': 0, 'timed-out': 0} (Expected=15 for metrics=['admitted', 'queued', 'rejected']) MainThread: wait_for_metric_changes, current=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0 MainThread: DeltaSum=0 Deltas={'dequeued': 0, 'admitted': 0, 'released': 0, 'rejected': 0, 'queued': 0, 'timed-out': 0} (Expected=15 for metrics=['admitted', 'queued', 'rejected']) MainThread: wait_for_metric_changes, current=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0 MainThread: DeltaSum=0 Deltas={'dequeued': 0, 'admitted': 0, 'released': 0, 'rejected': 0, 'queued': 0, 'timed-out': 0} (Expected=15 for metrics=['admitted', 'queued', 'rejected']) Thread-750: Admitted query 4 Thread-747: Admitted query 1 Thread-759: Admitted query 13 Thread-753: Admitted query 7 Thread-756: Admitted query 10 -- fetching results from: MainThread: wait_for_metric_changes, current=admitted=5, queued=0, dequeued=0, rejected=0, released=0, timed-out=0 MainThread: DeltaSum=5 Deltas={'dequeued': 0, 'admitted': 5, 'released': 0, 'rejected': 0, 'queued': 0, 'timed-out': 0} (Expected=15 for metrics=['admitted', 'queued', 'rejected']) MainThread: wait_for_metric_changes, current=admitted=5, queued=5, dequeued=0, rejected=0, released=0, timed-out=0 MainThread: DeltaSum=10 Deltas={'dequeued': 0, 'admitted': 5, 'released': 0, 'rejected': 0, 'queued': 5, 'timed-out': 0} (Expected=15 for metrics=['admitted', 'queued', 'rejected']) Thread-754: Admitted query 8 Thread-748: Admitted query 2 -- fetching results from: Thread-757: Admitted query 11 -- fetching results from: Thread-760: Admitted query 14 -- fetching results from: Thread-751: Admitted query 5 MainThread: wait_for_metric_changes, current=admitted=10, queued=10, dequeued=5, rejected=0, released=0, timed-out=0 MainThread: DeltaSum=20 Deltas={'dequeued': 5, 'admitted': 10, 'released': 0, 'rejected': 0, 'queued': 10, 'timed-out': 0} (Expected=15 for metrics=['admitted', 'queued', 'rejected']) MainThread: Found all 20 metrics after 5.6 seconds MainThread: Waiting for 10 threads to begin execution MainThread: Found all 10 admitted threads after 0.0 seconds