<?xml version="1.0" encoding="utf-8"?><testsuite errors="0" failures="1" name="pytest" skips="43" tests="203" time="4802.925"><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="397" name="test_require_user" time="11.3173763752"><system-err>-- 2019-04-18 05:57:12,807 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -fair_scheduler_allocation_path /home/ubuntu/Impala/fe/src/test/resources/fair-scheduler-test2.xml -llama_site_path /home/ubuntu/Impala/fe/src/test/resources/llama-site-test2.xml -require_username &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
05:57:13 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:57:14 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:57:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:57:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:57:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:57:18 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:57:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:18 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:57:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:19 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:57:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:20 MainThread: Waiting for num_known_live_backends=3. Current value: 1
05:57:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:21 MainThread: num_known_live_backends has reached value: 3
05:57:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:57:21 MainThread: num_known_live_backends has reached value: 3
05:57:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:57:22 MainThread: num_known_live_backends has reached value: 3
05:57:22 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:57:22,956 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:57:22,956 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:57:22,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:22,967 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:57:22,967 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:57:22,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:22,969 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:57:22,969 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:57:22,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:22,970 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:57:22,970 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:57:22,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:22,972 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_require_user;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d7807990&gt;
-- 2019-04-18 05:57:23,154 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="422" name="test_trivial_coord_query_limits" time="10.6542224884"><system-err>-- 2019-04-18 05:57:24,126 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 1 -default_pool_max_queued 1 -default_pool_mem_limit 10485760  -mem_limit=1073741824 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
05:57:24 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:57:25 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:57:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:57:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:57:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:57:29 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:57:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:29 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:57:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:30 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:57:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:31 MainThread: num_known_live_backends has reached value: 3
05:57:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:57:32 MainThread: num_known_live_backends has reached value: 3
05:57:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:57:32 MainThread: num_known_live_backends has reached value: 3
05:57:33 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:57:33,304 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:57:33,304 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:57:33,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:33,307 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:57:33,307 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:57:33,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:33,309 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:57:33,309 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:57:33,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:33,311 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:57:33,311 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:57:33,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:33,313 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_trivial_coord_query_limits;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74d6e50&gt;
-- 2019-04-18 05:57:33,434 INFO     MainThread: Closing active operation
-- executing against localhost:21000
select 1;

-- 2019-04-18 05:57:33,567 INFO     MainThread: Started query 8241f2528ac7f104:c6b158df00000000
-- executing against localhost:21000
select * from functional.alltypes limit 0;

-- 2019-04-18 05:57:34,273 INFO     MainThread: Started query e048c48e847363c2:767be12b00000000
-- executing against localhost:21000
select * from functional.alltypesagg limit 1;

-- 2019-04-18 05:57:34,565 INFO     MainThread: Started query 424a3e2d098f2123:8ef26a5f00000000
-- executing against localhost:21000
select * from functional.alltypestiny;

-- 2019-04-18 05:57:34,778 INFO     MainThread: Started query 50466206de71dda4:4b953bad00000000
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="443" name="test_memory_rejection[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="12.0152249336"><system-err>-- 2019-04-18 05:57:34,782 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 1 -default_pool_max_queued 1 -default_pool_mem_limit 41943040  -mem_limit=1073741824 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
05:57:35 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:57:36 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:57:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:57:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:57:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:57:40 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:57:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:40 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:57:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:41 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:57:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:42 MainThread: num_known_live_backends has reached value: 3
05:57:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:57:42 MainThread: num_known_live_backends has reached value: 3
05:57:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:57:43 MainThread: num_known_live_backends has reached value: 3
05:57:43 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:57:43,957 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:57:43,957 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:57:43,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:43,960 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:57:43,960 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:57:43,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:43,962 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:57:43,962 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:57:43,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:43,964 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:57:43,964 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:57:43,964 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:43,965 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_memory_rejection[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74bf610&gt;
-- 2019-04-18 05:57:44,085 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_memory_rejection[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- executing against localhost:21000
use functional;

-- 2019-04-18 05:57:44,108 INFO     MainThread: Started query 6e44a9cc6e1362d0:f7a176f600000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_memory_rejection[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
set mem_limit=10mb;

-- 2019-04-18 05:57:44,115 INFO     MainThread: Started query e1475dc58a37a384:2623ca0b00000000
-- executing against localhost:21000

select distinct * from functional_parquet.alltypesagg;

-- 2019-04-18 05:57:44,819 INFO     MainThread: Started query bf45e11d9db36937:4315cd9e00000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:57:44,826 INFO     MainThread: Started query 6a4eadd2d88aac01:9ec9face00000000
-- executing against localhost:21000
set mem_limit=150mb;

-- 2019-04-18 05:57:44,832 INFO     MainThread: Started query 6548b8930af0d679:a351e1db00000000
-- executing against localhost:21000

select distinct * from functional_parquet.alltypesagg;

-- 2019-04-18 05:57:44,855 INFO     MainThread: Started query f74c1f5da7e37c34:53b239e600000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:57:44,860 INFO     MainThread: Started query 1745c694a7b8dd28:4f6acfa900000000
-- executing against localhost:21000
set buffer_pool_limit=10mb;

-- 2019-04-18 05:57:44,865 INFO     MainThread: Started query e741e918e98651cb:a68b33e100000000
-- executing against localhost:21000

select distinct * from functional_parquet.alltypesagg;

-- 2019-04-18 05:57:44,884 INFO     MainThread: Started query d04a6de1b2093f90:283366e800000000
-- executing against localhost:21000
SET BUFFER_POOL_LIMIT=&quot;&quot;;

-- 2019-04-18 05:57:44,890 INFO     MainThread: Started query f24340fc2f881c87:4cdabc5f00000000
-- executing against localhost:21000
set mem_limit=1024;

-- 2019-04-18 05:57:44,897 INFO     MainThread: Started query d04cc8180798518c:0b72a75c00000000
-- executing against localhost:21000

select count(*)
from tpch_parquet.lineitem join tpch_parquet.orders on l_orderkey = o_orderkey;

-- 2019-04-18 05:57:45,105 INFO     MainThread: Started query d5432d3813bcfe73:1bbdfee400000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:57:45,110 INFO     MainThread: Started query 1f44952ac0238fab:9d518c5400000000
-- executing against localhost:21000
set mem_limit=50mb;

-- 2019-04-18 05:57:45,115 INFO     MainThread: Started query 9a435949b7a46088:e877faf300000000
-- executing against localhost:21000

select count(*)
from tpch_parquet.lineitem join tpch_parquet.orders on l_orderkey = o_orderkey;

-- 2019-04-18 05:57:45,129 INFO     MainThread: Started query c64dd7201ffb7d43:72dc156d00000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:57:45,134 INFO     MainThread: Started query 204ab2a711afde2f:c9446f9500000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_memory_rejection[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- executing against localhost:21000
use functional;

-- 2019-04-18 05:57:45,139 INFO     MainThread: Started query 1d4f2ddab5c333af:f7dd6a5600000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_memory_rejection[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select min(c_name), min(n_name)
from tpch_parquet.customer
  join tpch_parquet.nation on c_nationkey = n_nationkey;

-- 2019-04-18 05:57:45,335 INFO     MainThread: Started query c24a4466bdfa46d5:1b25647e00000000
-- executing against localhost:21000
set max_mem_estimate_for_admission=30m;

-- 2019-04-18 05:57:45,341 INFO     MainThread: Started query 7b4d050b6c8095a3:4cde598000000000
-- executing against localhost:21000

select min(c_name), min(n_name)
from tpch_parquet.customer
  join tpch_parquet.nation on c_nationkey = n_nationkey;

-- 2019-04-18 05:57:45,354 INFO     MainThread: Started query 834bb715509a19fd:d1b370ca00000000
-- executing against localhost:21000
SET MAX_MEM_ESTIMATE_FOR_ADMISSION=&quot;0&quot;;

-- 2019-04-18 05:57:45,877 INFO     MainThread: Started query ca44d0d83bb3267d:8e0c4e5e00000000
-- executing against localhost:21000
set max_mem_estimate_for_admission=45m;

-- 2019-04-18 05:57:45,883 INFO     MainThread: Started query 22434e9c235cf5ad:213fb1bb00000000
-- executing against localhost:21000

select min(c_name), min(n_name)
from tpch_parquet.customer
  join tpch_parquet.nation on c_nationkey = n_nationkey;

-- 2019-04-18 05:57:45,896 INFO     MainThread: Started query 45431742fb75e1dc:15cd910400000000
-- executing against localhost:21000
SET MAX_MEM_ESTIMATE_FOR_ADMISSION=&quot;0&quot;;

-- 2019-04-18 05:57:45,901 INFO     MainThread: Started query 704a295863d44811:d4bafdd900000000
-- executing against localhost:21000
set mem_limit=45m;

-- 2019-04-18 05:57:45,908 INFO     MainThread: Started query 1e45740f35c67760:48b085b900000000
-- executing against localhost:21000

set max_mem_estimate_for_admission=30m;

-- 2019-04-18 05:57:45,913 INFO     MainThread: Started query df430cea32c2c3ef:d25f5a1500000000
-- executing against localhost:21000

select min(c_name), min(n_name)
from tpch_parquet.customer
  join tpch_parquet.nation on c_nationkey = n_nationkey;

-- 2019-04-18 05:57:45,927 INFO     MainThread: Started query ce46c4499931e959:bda1a6a500000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:57:45,932 INFO     MainThread: Started query 2d4b722cb61afd34:280e25a400000000
-- executing against localhost:21000
SET MAX_MEM_ESTIMATE_FOR_ADMISSION=&quot;0&quot;;

-- 2019-04-18 05:57:45,937 INFO     MainThread: Started query 8d45cb4b1c975757:a23d03d400000000
-- executing against localhost:21000
set mem_limit=40m;

-- 2019-04-18 05:57:45,942 INFO     MainThread: Started query ea44e83e07cac9ca:865c64f800000000
-- executing against localhost:21000

set max_mem_estimate_for_admission=45m;

-- 2019-04-18 05:57:45,947 INFO     MainThread: Started query c0427b4f5abc5de9:148c1c1200000000
-- executing against localhost:21000

select min(c_name), min(n_name)
from tpch_parquet.customer
  join tpch_parquet.nation on c_nationkey = n_nationkey;

-- 2019-04-18 05:57:45,958 INFO     MainThread: Started query 3344c7ae57673cfe:71f623cb00000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:57:46,328 INFO     MainThread: Started query cf43b1d7c03b22e5:652dfa2300000000
-- executing against localhost:21000
SET MAX_MEM_ESTIMATE_FOR_ADMISSION=&quot;0&quot;;

-- 2019-04-18 05:57:46,333 INFO     MainThread: Started query ba444912fd258e43:a35e5d5f00000000
-- executing against localhost:21000
set max_mem_estimate_for_admission=10m;

-- 2019-04-18 05:57:46,339 INFO     MainThread: Started query 9647d47227072752:144afa7900000000
-- executing against localhost:21000

select min(l_comment) from tpch_parquet.lineitem;

-- 2019-04-18 05:57:46,349 INFO     MainThread: Started query 8842a771e103097a:b36f68a400000000
-- executing against localhost:21000
SET MAX_MEM_ESTIMATE_FOR_ADMISSION=&quot;0&quot;;

-- 2019-04-18 05:57:46,715 INFO     MainThread: Started query f8411bf37f0df4f2:0e6d5c6900000000
-- executing against localhost:21000
set max_mem_estimate_for_admission=50m;

-- 2019-04-18 05:57:46,721 INFO     MainThread: Started query 76428ebb55c85471:789fd0c100000000
-- executing against localhost:21000

select &apos;foo&apos;;

-- 2019-04-18 05:57:46,735 INFO     MainThread: Started query 204670224cd70fcf:310b065b00000000
-- executing against localhost:21000
SET MAX_MEM_ESTIMATE_FOR_ADMISSION=&quot;0&quot;;

-- 2019-04-18 05:57:46,794 INFO     MainThread: Started query f645e2ef4ce90940:cd6a55d700000000
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="473" name="test_mem_limit_upper_bound[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="10.2772433758"><system-err>-- 2019-04-18 05:57:46,799 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 1 -default_pool_max_queued 1 -default_pool_mem_limit 10737418240  -mem_limit=1073741824 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
05:57:47 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:57:48 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:57:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:57:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:57:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:57:52 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:57:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:52 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:57:53 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:53 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:57:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:57:54 MainThread: num_known_live_backends has reached value: 3
05:57:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:57:54 MainThread: num_known_live_backends has reached value: 3
05:57:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:57:55 MainThread: num_known_live_backends has reached value: 3
05:57:55 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:57:55,971 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:57:55,971 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:57:55,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:55,974 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:57:55,974 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:57:55,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:55,976 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:57:55,976 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:57:55,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:55,978 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:57:55,978 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:57:55,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:57:55,979 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_mem_limit_upper_bound[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_n;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74d6d90&gt;
-- 2019-04-18 05:57:56,100 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_mem_limit_upper_bound[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_n;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET mem_limit=1073741824;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select * from functional.alltypesagg limit 1;

-- 2019-04-18 05:57:56,908 INFO     MainThread: Started query 7d45c3e75876f74d:058a337800000000
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="486" name="test_heterogeneous_proc_mem_limit[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="11.0652930737"><system-err>-- 2019-04-18 05:57:57,077 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 2 -default_pool_max_queued 1 -default_pool_mem_limit 10737418240  -queue_wait_timeout_ms=200 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; &apos;--per_impalad_args=-mem_limit=3G;-mem_limit=3G;-mem_limit=2G&apos; --impalad_args=--default_query_options=
05:57:57 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:57:58 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:57:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:57:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:57:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:58:02 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:58:02 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:02 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:58:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:03 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:58:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:04 MainThread: num_known_live_backends has reached value: 3
05:58:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:58:05 MainThread: num_known_live_backends has reached value: 3
05:58:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:58:05 MainThread: num_known_live_backends has reached value: 3
05:58:06 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:58:06,258 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:58:06,258 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:58:06,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:06,261 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:58:06,261 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:58:06,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:06,263 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:58:06,263 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:58:06,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:06,265 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:58:06,265 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:58:06,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:06,267 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_heterogeneous_proc_mem_limit[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_s;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d78d1fd0&gt;
-- 2019-04-18 05:58:06,387 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_heterogeneous_proc_mem_limit[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_s;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET mem_limit=2G;
SET exec_single_node_rows_threshold=0;
SET batch_size=0;
SET num_nodes=0;
-- executing against localhost:21000
select * from functional.alltypesagg, (select 1) B limit 1;

-- 2019-04-18 05:58:07,194 INFO     MainThread: Started query 494b1ed9b4b55fa7:f4fd5c6800000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_heterogeneous_proc_mem_limit[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_s;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET mem_limit=3G;
SET exec_single_node_rows_threshold=0;
SET batch_size=0;
SET num_nodes=1;
-- executing against localhost:21000
select * from functional.alltypesagg, (select 1) B limit 1;

-- 2019-04-18 05:58:07,387 INFO     MainThread: Started query e446c9017065f636:0350556800000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_heterogeneous_proc_mem_limit[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_s;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET mem_limit=3G;
SET exec_single_node_rows_threshold=0;
SET batch_size=0;
SET num_nodes=0;
-- executing against localhost:21000
select * from functional.alltypesagg, (select 1) B limit 1;

-- 2019-04-18 05:58:07,819 INFO     MainThread: Started query 334598d2a1010cc2:ab42e46e00000000
-- 2019-04-18 05:58:07,820 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:07,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:07,825 INFO     MainThread: Metric &apos;impala-server.num-fragments-in-flight&apos; has reached desired value: 0
-- 2019-04-18 05:58:07,825 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25001
-- 2019-04-18 05:58:07,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:07,828 INFO     MainThread: Metric &apos;impala-server.num-fragments-in-flight&apos; has reached desired value: 0
-- 2019-04-18 05:58:07,829 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25002
-- 2019-04-18 05:58:07,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:07,833 INFO     MainThread: Metric &apos;impala-server.num-fragments-in-flight&apos; has reached desired value: 0
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_heterogeneous_proc_mem_limit[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_s;
-- connecting to: ip-172-31-13-181:21002
SET mem_limit=1G;
-- executing async: ip-172-31-13-181:21002
select sleep(1000);

-- 2019-04-18 05:58:08,057 INFO     MainThread: Started query a14f0fad0823f453:4673f81800000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_heterogeneous_proc_mem_limit[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_s;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET mem_limit=2G;
SET exec_single_node_rows_threshold=0;
SET batch_size=0;
SET num_nodes=0;
-- executing against localhost:21000
select * from functional.alltypesagg, (select 1) B limit 1;

-- 2019-04-18 05:58:08,072 INFO     MainThread: Started query 2c431a15e07cfe64:29b0c70a00000000
-- closing connection to: ip-172-31-13-181:21002
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="545" name="test_cancellation" time="29.5720789433"><system-err>-- 2019-04-18 05:58:08,144 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--logbuflevel=-1 -vmodule admission-controller=3 -default_pool_max_requests 1 -default_pool_max_queued 1 -default_pool_mem_limit 1073741824  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
05:58:08 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:58:09 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:58:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:58:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:58:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:58:13 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:58:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:13 MainThread: &apos;backends&apos;
05:58:13 MainThread: Waiting for num_known_live_backends=3. Current value: None
05:58:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:14 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:58:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:15 MainThread: Waiting for num_known_live_backends=3. Current value: 1
05:58:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:16 MainThread: num_known_live_backends has reached value: 3
05:58:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:58:17 MainThread: num_known_live_backends has reached value: 3
05:58:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:58:17 MainThread: num_known_live_backends has reached value: 3
05:58:18 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:58:18,328 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:58:18,328 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:58:18,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:18,331 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:58:18,331 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:58:18,332 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:18,333 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:58:18,333 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:58:18,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:18,335 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:58:18,335 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:58:18,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:18,337 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_cancellation;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74bfe50&gt;
-- 2019-04-18 05:58:18,454 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_cancellation;
-- connecting to: ip-172-31-13-181:21000
SET debug_action=CRS_BEFORE_ADMISSION:SLEEP@2000;
SET mem_limit=1073741825;
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:58:18,585 INFO     MainThread: Started query 824e424928334fbf:b8e2c23300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807890&gt;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_cancellation;
SET debug_action=CRS_BEFORE_ADMISSION:SLEEP@2000;
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:58:20,593 INFO     MainThread: Started query a94f996bb7769031:1e55c7aa00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807250&gt;
SET debug_action=CRS_AFTER_COORD_STARTS:SLEEP@2000;
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:58:22,601 INFO     MainThread: Started query e4465e20b2bfbcd7:c5054fd300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807890&gt;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_cancellation;
-- executing async: ip-172-31-13-181:21000
select sleep(10000);

-- 2019-04-18 05:58:24,625 INFO     MainThread: Started query 564787d5eb1d3a17:7e28026f00000000
SET debug_action=AC_AFTER_ADMISSION_OUTCOME:SLEEP@2000;
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:58:24,630 INFO     MainThread: Started query 7f47b2e9f33a86d8:a086fb1f00000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807890&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807890&gt;
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807890&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807250&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807890&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807890&gt;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_cancellation;
-- executing async: ip-172-31-13-181:21000
select sleep(10000);

-- 2019-04-18 05:58:27,640 INFO     MainThread: Started query c5459c3a6fb62d9a:f5c000c000000000
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:58:27,645 INFO     MainThread: Started query 174d4ef99621a782:9659936e00000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807250&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807250&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807250&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74d6890&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807250&gt;
-- 2019-04-18 05:58:28,650 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:28,651 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:28,654 INFO     MainThread: Waiting for metric value &apos;impala-server.num-fragments-in-flight&apos;=0. Current value: 2
-- 2019-04-18 05:58:28,654 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 05:58:29,656 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:29,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:29,660 INFO     MainThread: Waiting for metric value &apos;impala-server.num-fragments-in-flight&apos;=0. Current value: 2
-- 2019-04-18 05:58:29,660 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 05:58:30,661 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:30,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:30,665 INFO     MainThread: Waiting for metric value &apos;impala-server.num-fragments-in-flight&apos;=0. Current value: 2
-- 2019-04-18 05:58:30,665 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 05:58:31,665 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:31,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:31,669 INFO     MainThread: Waiting for metric value &apos;impala-server.num-fragments-in-flight&apos;=0. Current value: 2
-- 2019-04-18 05:58:31,669 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 05:58:32,669 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:32,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:32,673 INFO     MainThread: Waiting for metric value &apos;impala-server.num-fragments-in-flight&apos;=0. Current value: 2
-- 2019-04-18 05:58:32,674 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 05:58:33,675 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:33,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:33,679 INFO     MainThread: Waiting for metric value &apos;impala-server.num-fragments-in-flight&apos;=0. Current value: 2
-- 2019-04-18 05:58:33,679 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 05:58:34,680 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:34,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:34,684 INFO     MainThread: Waiting for metric value &apos;impala-server.num-fragments-in-flight&apos;=0. Current value: 1
-- 2019-04-18 05:58:34,684 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 05:58:35,685 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:35,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:35,689 INFO     MainThread: Waiting for metric value &apos;impala-server.num-fragments-in-flight&apos;=0. Current value: 1
-- 2019-04-18 05:58:35,689 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 05:58:36,689 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:36,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:36,693 INFO     MainThread: Waiting for metric value &apos;impala-server.num-fragments-in-flight&apos;=0. Current value: 1
-- 2019-04-18 05:58:36,693 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 05:58:37,694 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25000
-- 2019-04-18 05:58:37,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:37,698 INFO     MainThread: Metric &apos;impala-server.num-fragments-in-flight&apos; has reached desired value: 0
-- 2019-04-18 05:58:37,698 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25001
-- 2019-04-18 05:58:37,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:37,702 INFO     MainThread: Metric &apos;impala-server.num-fragments-in-flight&apos; has reached desired value: 0
-- 2019-04-18 05:58:37,702 INFO     MainThread: Getting metric: impala-server.num-fragments-in-flight from ip-172-31-13-181:25002
-- 2019-04-18 05:58:37,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:37,706 INFO     MainThread: Metric &apos;impala-server.num-fragments-in-flight&apos; has reached desired value: 0
-- 2019-04-18 05:58:37,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:37,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:37,713 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- closing connection to: ip-172-31-13-181:21000
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="619" name="test_queue_reasons_num_queries" time="13.0600180626"><system-err>-- 2019-04-18 05:58:37,717 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 1 -default_pool_max_queued 10 -default_pool_mem_limit 1073741824  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
05:58:38 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:58:39 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:58:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:58:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:58:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:58:43 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:58:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:58:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:58:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:45 MainThread: num_known_live_backends has reached value: 3
05:58:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:58:45 MainThread: num_known_live_backends has reached value: 3
05:58:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:58:46 MainThread: num_known_live_backends has reached value: 3
05:58:46 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:58:46,876 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:58:46,876 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:58:46,878 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:46,879 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:58:46,879 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:58:46,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:46,881 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:58:46,881 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:58:46,882 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:46,883 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:58:46,883 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:58:46,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:46,885 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_queue_reasons_num_queries;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d78d12d0&gt;
-- 2019-04-18 05:58:47,008 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_queue_reasons_num_queries;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_queue_reasons_num_queries;
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 05:58:47,153 INFO     MainThread: Started query d9457a7a122d9f39:7079339200000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 05:58:47,158 INFO     MainThread: Started query 324550103ab8de2c:fb9e744400000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 05:58:47,163 INFO     MainThread: Started query ac492f7e4c91850b:4f130dfd00000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 05:58:47,168 INFO     MainThread: Started query 974b874cea9c5180:d384010300000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 05:58:47,173 INFO     MainThread: Started query e34990956fc22b9c:f611430000000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1a50&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1a50&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1a50&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1f10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1f10&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1f10&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1f10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a9710&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a9710&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a9710&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a9710&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a9710&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a98d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a98d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a98d0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a98d0&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a98d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a9b90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a9b90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a9b90&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a9b90&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74a9b90&gt;
-- closing connection to: ip-172-31-13-181:21000
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="651" name="test_queue_reasons_memory" time="13.5516381264"><system-err>-- 2019-04-18 05:58:50,779 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 10 -default_pool_max_queued 10 -default_pool_mem_limit 10485760  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
05:58:51 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:58:52 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:58:53 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:58:53 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:58:53 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:58:56 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:58:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:56 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:58:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:57 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:58:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:58:58 MainThread: num_known_live_backends has reached value: 3
05:58:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:58:58 MainThread: num_known_live_backends has reached value: 3
05:58:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:58:59 MainThread: num_known_live_backends has reached value: 3
05:58:59 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:58:59,934 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:58:59,934 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:58:59,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:59,937 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:58:59,937 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:58:59,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:59,939 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:58:59,939 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:58:59,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:59,941 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:58:59,941 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:58:59,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:58:59,943 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_queue_reasons_memory;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d7807450&gt;
-- 2019-04-18 05:59:00,063 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_queue_reasons_memory;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_queue_reasons_memory;
SET mem_limit=9mb;
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 05:59:00,205 INFO     MainThread: Started query f942bb576176dc08:5058b4e600000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 05:59:00,210 INFO     MainThread: Started query 264d82c58b79cc27:28d755de00000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 05:59:00,215 INFO     MainThread: Started query c0434e254afbb75d:c555255000000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 05:59:00,220 INFO     MainThread: Started query 584629f62137c405:2786196a00000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 05:59:00,224 INFO     MainThread: Started query 1a46f9885ff1cc67:fe43fbe700000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1590&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1590&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1590&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d14d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d14d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d14d0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d14d0&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d14d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4f10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4f10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4f10&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4f10&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4f10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4e90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4e90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4e90&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4e90&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4e90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4890&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4890&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4890&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4890&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4890&gt;
-- closing connection to: ip-172-31-13-181:21000
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="689" name="test_query_locations_correctness[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="10.2125711441"><system-err>-- 2019-04-18 05:59:04,332 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 1 -default_pool_max_queued 10 -default_pool_mem_limit 1073741824  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
05:59:04 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:59:05 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:59:06 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:59:06 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:59:06 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:59:09 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:59:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:59:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:10 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:59:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:11 MainThread: num_known_live_backends has reached value: 3
05:59:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:59:12 MainThread: num_known_live_backends has reached value: 3
05:59:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:59:12 MainThread: num_known_live_backends has reached value: 3
05:59:13 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:59:13,490 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:59:13,490 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:59:13,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:13,493 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:59:13,493 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:59:13,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:13,495 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:59:13,495 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:59:13,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:13,498 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:59:13,498 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:59:13,499 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:13,500 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_query_locations_correctness[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74bf590&gt;
-- 2019-04-18 05:59:13,617 INFO     MainThread: Closing active operation
-- executing async: localhost:21000
select * from functional.alltypesagg A, (select sleep(10000)) B limit 1;

-- 2019-04-18 05:59:14,386 INFO     MainThread: Started query 7a4c408921cac89b:62d6554900000000
-- 2019-04-18 05:59:14,386 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 05:59:14,387 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 05:59:14,389 INFO     MainThread: Starting new HTTP connection (1): localhost
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3490&gt;
-- 2019-04-18 05:59:14,415 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 05:59:14,416 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 05:59:14,418 INFO     MainThread: Starting new HTTP connection (1): localhost
-- executing async: localhost:21000
select * from functional.alltypesagg A, (select sleep(10000)) B limit 1;

-- 2019-04-18 05:59:14,438 INFO     MainThread: Started query 8e42f26882d5a021:2fae610400000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3890&gt;
-- executing async: localhost:21000
select * from functional.alltypesagg A, (select sleep(10000)) B limit 1;

-- 2019-04-18 05:59:14,505 INFO     MainThread: Started query 33465227cab2ba02:23d5d7e600000000
-- 2019-04-18 05:59:14,506 INFO     MainThread: Getting metric: admission-controller.total-queued.default-pool from localhost:25000
-- 2019-04-18 05:59:14,507 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 05:59:14,510 INFO     MainThread: Metric &apos;admission-controller.total-queued.default-pool&apos; has reached desired value: 1
-- 2019-04-18 05:59:14,510 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 05:59:14,511 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 05:59:14,512 INFO     MainThread: Starting new HTTP connection (1): localhost
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3550&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3890&gt;
-- 2019-04-18 05:59:14,519 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 05:59:14,520 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 05:59:14,522 INFO     MainThread: Starting new HTTP connection (1): localhost
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_query_locations_correctness[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET mem_limit=1b;
SET exec_single_node_rows_threshold=0;
SET batch_size=0;
SET num_nodes=0;
-- executing against localhost:21000
select * from functional.alltypesagg A, (select sleep(10000)) B limit 1;

-- 2019-04-18 05:59:14,539 INFO     MainThread: Started query 4644327132c0a905:725f707f00000000
-- 2019-04-18 05:59:14,540 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 05:59:14,541 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 05:59:14,543 INFO     MainThread: Starting new HTTP connection (1): localhost
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="731" name="test_pool_mem_limit_configs[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="12.7281112671"><system-err>-- 2019-04-18 05:59:14,546 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -fair_scheduler_allocation_path /home/ubuntu/Impala/fe/src/test/resources/copy-mem-limit-test-fair-scheduler.xml -llama_site_path /home/ubuntu/Impala/fe/src/test/resources/copy-mem-limit-test-llama-site.xml  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
05:59:14 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:59:16 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:59:17 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:59:17 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:59:17 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:59:20 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:59:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:20 MainThread: &apos;backends&apos;
05:59:20 MainThread: Waiting for num_known_live_backends=3. Current value: None
05:59:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:21 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:59:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:22 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:59:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:23 MainThread: num_known_live_backends has reached value: 3
05:59:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:59:23 MainThread: num_known_live_backends has reached value: 3
05:59:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:59:24 MainThread: num_known_live_backends has reached value: 3
05:59:24 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:59:24,731 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:59:24,731 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:59:24,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:24,734 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:59:24,734 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:59:24,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:24,736 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:59:24,736 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:59:24,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:24,738 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:59:24,738 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:59:24,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:24,739 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_pool_mem_limit_configs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d78d1c10&gt;
-- 2019-04-18 05:59:24,862 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_pool_mem_limit_configs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_;
-- executing against localhost:21000
use functional;

-- 2019-04-18 05:59:24,884 INFO     MainThread: Started query 9c46e52ab849f3a5:f6b9066f00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_pool_mem_limit_configs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=100;
-- executing against localhost:21000
set request_pool=regularPool;

-- 2019-04-18 05:59:24,891 INFO     MainThread: Started query e04a9e28dd31d401:218c824800000000
-- executing against localhost:21000

set num_scanner_threads=2;

-- 2019-04-18 05:59:24,901 INFO     MainThread: Started query 4d4bec87c0d83031:712e66b400000000
-- executing against localhost:21000

select * from (select * from functional_parquet.alltypes limit 10) A,
 (select * from functional_parquet.alltypes limit 10) B;

-- 2019-04-18 05:59:25,680 INFO     MainThread: Started query 804719651228feb5:430b1dee00000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:25,853 INFO     MainThread: Started query 864d5b7efa3eca84:a6fbf20900000000
-- executing against localhost:21000
SET NUM_SCANNER_THREADS=&quot;0&quot;;

-- 2019-04-18 05:59:25,859 INFO     MainThread: Started query 25479ad3a5ccbf02:2f6a10ca00000000
-- executing against localhost:21000
set request_pool=poolLowMinLimit;

-- 2019-04-18 05:59:25,865 INFO     MainThread: Started query 364e60928b8574a5:920ed46200000000
-- executing against localhost:21000

select * from functional_parquet.alltypes limit 1;

-- 2019-04-18 05:59:25,882 INFO     MainThread: Started query 4546a7c543a398a7:7079a18800000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:25,943 INFO     MainThread: Started query 45444fffafd817d7:d13c9ece00000000
-- executing against localhost:21000
set request_pool=poolLowMaxLimit;

-- 2019-04-18 05:59:25,949 INFO     MainThread: Started query 2e4b46ebd2463f65:ebf6343500000000
-- executing against localhost:21000

select * from functional_parquet.alltypes limit 1;

-- 2019-04-18 05:59:25,965 INFO     MainThread: Started query c54f70d66cb669a6:e70e9c6d00000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:26,021 INFO     MainThread: Started query da4f3bf00eb12995:67cb9e3a00000000
-- executing against localhost:21000
set request_pool=regularPool;

-- 2019-04-18 05:59:26,027 INFO     MainThread: Started query 4745ad7d59554fa8:2390037600000000
-- executing against localhost:21000

set num_scanner_threads=2;

-- 2019-04-18 05:59:26,033 INFO     MainThread: Started query f543f7030de24981:b2eaa6cc00000000
-- executing against localhost:21000

select * from functional_parquet.alltypes A, functional_parquet.alltypes B where
 A.int_col = B.int_col limit 1;

-- 2019-04-18 05:59:26,128 INFO     MainThread: Started query aa4e96b6776b3da2:4b2ab7c700000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:26,601 INFO     MainThread: Started query 1940b1b59a13a22a:e7c05d3f00000000
-- executing against localhost:21000
SET NUM_SCANNER_THREADS=&quot;0&quot;;

-- 2019-04-18 05:59:26,607 INFO     MainThread: Started query 0b4cbb4e7addfbe8:a4f5388900000000
-- executing against localhost:21000
set request_pool=regularPool;

-- 2019-04-18 05:59:26,612 INFO     MainThread: Started query 6142ffaaf10a79f1:beb2efa900000000
-- executing against localhost:21000

select 1;

-- 2019-04-18 05:59:26,622 INFO     MainThread: Started query de49965f57d50114:31bf934000000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:26,681 INFO     MainThread: Started query 1d499053c2921f49:9041c23700000000
-- executing against localhost:21000
set request_pool=regularPool;

-- 2019-04-18 05:59:26,687 INFO     MainThread: Started query c44ad72c520265d8:95ef977500000000
-- executing against localhost:21000

set mem_limit=200mb;

-- 2019-04-18 05:59:26,692 INFO     MainThread: Started query 2e4862148532ee14:2ccd2d9000000000
-- executing against localhost:21000

select 1;

-- 2019-04-18 05:59:26,698 INFO     MainThread: Started query 674103e95a9739e3:1d40f01000000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:26,757 INFO     MainThread: Started query 5346940e48408b3d:1e43193e00000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:59:26,762 INFO     MainThread: Started query 1b4c12758a218be0:8ee39b0000000000
-- executing against localhost:21000
set request_pool=poolLowMinLimit;

-- 2019-04-18 05:59:26,767 INFO     MainThread: Started query b04c672f88a6f58e:1a01406000000000
-- executing against localhost:21000

set mem_limit=27mb;

-- 2019-04-18 05:59:26,772 INFO     MainThread: Started query 484d0f08c8ea5006:3b5ca7da00000000
-- executing against localhost:21000

select * from functional_parquet.alltypes limit 1;

-- 2019-04-18 05:59:26,786 INFO     MainThread: Started query 9442bcc6fa4bbe17:e8a885d700000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:26,790 INFO     MainThread: Started query 884668dd12bfe9fb:91cedf7d00000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:59:26,795 INFO     MainThread: Started query be4cba67b399ef48:cd9ae1a500000000
-- executing against localhost:21000
set request_pool=regularPool;

-- 2019-04-18 05:59:26,801 INFO     MainThread: Started query 474a98d9c542fe2b:d733b66b00000000
-- executing against localhost:21000

set mem_limit=2G;

-- 2019-04-18 05:59:26,806 INFO     MainThread: Started query 0a4379fadbf45165:88ebd00600000000
-- executing against localhost:21000

select 1;

-- 2019-04-18 05:59:26,812 INFO     MainThread: Started query a84f1e4a58cc3b20:a91d3a4300000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:26,870 INFO     MainThread: Started query 464c460910e5de2c:690cb59e00000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:59:26,876 INFO     MainThread: Started query aa46b9a7ef8801da:ff6a9f9200000000
-- executing against localhost:21000
set request_pool=regularPool;

-- 2019-04-18 05:59:26,881 INFO     MainThread: Started query 0d4e72609b27f050:3838a4a600000000
-- executing against localhost:21000

set mem_limit=40mb;

-- 2019-04-18 05:59:26,886 INFO     MainThread: Started query 9f492ba208d28a7d:c39ef35f00000000
-- executing against localhost:21000

select 1;

-- 2019-04-18 05:59:26,893 INFO     MainThread: Started query 2f4358144b3afa77:ce5b579300000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:26,951 INFO     MainThread: Started query d44c135ceee54f15:57f1271800000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:59:26,956 INFO     MainThread: Started query 15415672c6b268b3:b5992ed200000000
-- executing against localhost:21000
set request_pool=regularPoolWithoutClamping;

-- 2019-04-18 05:59:26,962 INFO     MainThread: Started query 174a587e71e32dc7:03203b6900000000
-- executing against localhost:21000

set mem_limit=2G;

-- 2019-04-18 05:59:26,967 INFO     MainThread: Started query c6471827d5c8ef84:54e632a300000000
-- executing against localhost:21000

select 1;

-- 2019-04-18 05:59:26,973 INFO     MainThread: Started query a24468cba6f6ecf4:3136debc00000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:27,032 INFO     MainThread: Started query b642d759692ac380:c223550100000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:59:27,037 INFO     MainThread: Started query c949b027b5014a7e:4fa7f8bb00000000
-- executing against localhost:21000
set request_pool=regularPoolWithoutClamping;

-- 2019-04-18 05:59:27,043 INFO     MainThread: Started query b64f3f360810db1f:d1c681d500000000
-- executing against localhost:21000

set mem_limit=50mb;

-- 2019-04-18 05:59:27,048 INFO     MainThread: Started query 9c478146a3f69ed7:715f826100000000
-- executing against localhost:21000

select 1;

-- 2019-04-18 05:59:27,054 INFO     MainThread: Started query e94bc9ca84b5e309:8a17627600000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:27,113 INFO     MainThread: Started query 2c4b38d9533d7074:080c6b5300000000
-- executing against localhost:21000
SET MEM_LIMIT=&quot;0&quot;;

-- 2019-04-18 05:59:27,118 INFO     MainThread: Started query 7348e2a695ac34bf:d94383bc00000000
-- executing against localhost:21000
set request_pool=poolNoMemLimits;

-- 2019-04-18 05:59:27,124 INFO     MainThread: Started query f64a817dae29457c:f2246d8000000000
-- executing against localhost:21000

select 1;

-- 2019-04-18 05:59:27,130 INFO     MainThread: Started query f441a44e3208f6b9:8518730600000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:27,189 INFO     MainThread: Started query e94080fe36b70070:3793358a00000000
-- executing against localhost:21000
set request_pool=maxLessThanMinLimit;

-- 2019-04-18 05:59:27,195 INFO     MainThread: Started query 6044e255ca0c4c85:d49698d600000000
-- executing against localhost:21000

Select 1;

-- 2019-04-18 05:59:27,201 INFO     MainThread: Started query a745f6bce6417c16:301dfa5500000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:27,206 INFO     MainThread: Started query ab49a0c38bb0edba:47e0316100000000
-- executing against localhost:21000
set request_pool=maxMemLessThanMinLimit;

-- 2019-04-18 05:59:27,211 INFO     MainThread: Started query eb4e125027e461b8:eadd568400000000
-- executing against localhost:21000

Select 1;

-- 2019-04-18 05:59:27,217 INFO     MainThread: Started query 664f423c5c9333cc:426be6d200000000
-- executing against localhost:21000
SET REQUEST_POOL=&quot;&quot;;

-- 2019-04-18 05:59:27,272 INFO     MainThread: Started query db46517891565808:ad306c7600000000
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="748" name="test_pool_config_change_while_queued[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="45.3353159428"><system-err>-- 2019-04-18 05:59:27,276 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -fair_scheduler_allocation_path /home/ubuntu/Impala/fe/src/test/resources/copy-mem-limit-test-fair-scheduler.xml -llama_site_path /home/ubuntu/Impala/fe/src/test/resources/copy-mem-limit-test-llama-site.xml -default_pool_max_requests 1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
05:59:27 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
05:59:28 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
05:59:29 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
05:59:29 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
05:59:29 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
05:59:32 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
05:59:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:32 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:59:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:33 MainThread: Waiting for num_known_live_backends=3. Current value: 0
05:59:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:34 MainThread: Waiting for num_known_live_backends=3. Current value: 2
05:59:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
05:59:35 MainThread: num_known_live_backends has reached value: 3
05:59:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
05:59:36 MainThread: num_known_live_backends has reached value: 3
05:59:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
05:59:36 MainThread: num_known_live_backends has reached value: 3
05:59:37 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 05:59:37,443 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 05:59:37,443 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 05:59:37,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:37,446 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 05:59:37,446 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 05:59:37,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:37,448 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:59:37,448 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 05:59:37,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:37,450 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 05:59:37,450 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 05:59:37,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 05:59:37,452 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_pool_config_change_while_queued[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exe;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74bf590&gt;
-- 2019-04-18 05:59:37,574 INFO     MainThread: Closing active operation
SET request_pool=invalidTestPool;
-- executing async: localhost:21000
select sleep(10000);

-- 2019-04-18 05:59:37,721 INFO     MainThread: Started query 1449fff489fac0a9:b7c1242400000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78add50&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78add50&gt;
-- executing async: localhost:21000
select 1;

-- 2019-04-18 05:59:37,779 INFO     MainThread: Started query 8a450da767104584:adcdae1300000000
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807110&gt;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_pool_config_change_while_queued[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exe;
-- connecting to: ip-172-31-13-181:21000
SET request_pool=invalidTestPool;
SET mem_limit=10G;
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:37,792 INFO     MainThread: Started query 4a4761da50649b41:4e4cd9c400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3090&gt;
-- 2019-04-18 05:59:37,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:37,905 INFO     MainThread: Started query 3a427ff037dcef89:2aec71bd00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:37,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:38,016 INFO     MainThread: Started query 794f18886dd936a6:a185afb300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:38,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:38,129 INFO     MainThread: Started query 4c4c7a4beb955b11:a8365ba100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3090&gt;
-- 2019-04-18 05:59:38,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:38,240 INFO     MainThread: Started query b444311357715c0c:6008238f00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:38,242 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:38,352 INFO     MainThread: Started query 7d4e489c1aac2c4e:8539a08100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 05:59:38,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:38,463 INFO     MainThread: Started query 624fa5f2a805aeb0:e360c58900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:38,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:38,574 INFO     MainThread: Started query 68495598fdbaa74a:269dac7700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c32d0&gt;
-- 2019-04-18 05:59:38,576 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:38,685 INFO     MainThread: Started query a540b8a2f87dfebf:f4a5f43800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895390&gt;
-- 2019-04-18 05:59:38,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:38,796 INFO     MainThread: Started query 034a2d8292a9b750:7633854500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:38,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:38,905 INFO     MainThread: Started query a34f4554b8a2c22e:0f7627e600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 05:59:38,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:39,015 INFO     MainThread: Started query d84d51a84e45a561:6738064c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3090&gt;
-- 2019-04-18 05:59:39,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:39,125 INFO     MainThread: Started query 9645622588398c85:dfcd297a00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:39,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:39,235 INFO     MainThread: Started query fe4fcb267e880a39:1123f9d500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 05:59:39,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:39,344 INFO     MainThread: Started query a84835113467814d:7726eed600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:39,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:39,453 INFO     MainThread: Started query 554826977697a5bb:8db9e77100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:39,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:39,562 INFO     MainThread: Started query 7c4b54d1837685e9:b463c60700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895390&gt;
-- 2019-04-18 05:59:39,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:39,672 INFO     MainThread: Started query 4f48deb1087d127a:f82cbfec00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7dd0&gt;
-- 2019-04-18 05:59:39,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:39,781 INFO     MainThread: Started query 9f401453e21c1823:e7230f8700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:39,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:39,890 INFO     MainThread: Started query 484c68bd8f759f4d:883c509c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3090&gt;
-- 2019-04-18 05:59:39,892 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:39,999 INFO     MainThread: Started query 7b4b002138d6d80d:1700279f00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:40,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:40,108 INFO     MainThread: Started query d24173e631b02a72:a9e92cdf00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:40,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:40,217 INFO     MainThread: Started query 544bd32fa3032933:d45ee57300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:40,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:40,326 INFO     MainThread: Started query 1249047b8e78ba67:b6bace4e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 05:59:40,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:40,435 INFO     MainThread: Started query ae446118a62f1038:568f1cd400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:40,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:40,544 INFO     MainThread: Started query b54977cebfc66eb2:ff49126d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7dd0&gt;
-- 2019-04-18 05:59:40,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:40,653 INFO     MainThread: Started query da43bcf337671b01:30d2511700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:40,655 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:40,763 INFO     MainThread: Started query 6f41007c1e92b850:b413c55600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:40,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:40,872 INFO     MainThread: Started query 0c465679ee593abc:b90bc66500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:40,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:40,982 INFO     MainThread: Started query 854b51eba69c2654:fdeb746d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7e90&gt;
-- 2019-04-18 05:59:40,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:41,091 INFO     MainThread: Started query 3a483388b6d406fc:1b27e6ea00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:41,093 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:41,200 INFO     MainThread: Started query ae43ed6cee0f0009:3750a80f00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 05:59:41,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:41,309 INFO     MainThread: Started query f640844620bfa2e0:23a1689f00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:41,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:41,419 INFO     MainThread: Started query 414251b33afd45f8:809bff3000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:41,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:41,528 INFO     MainThread: Started query 8d49215fdf70f8e0:044ef45100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:41,529 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:41,637 INFO     MainThread: Started query 34455502b54a9fb1:962fc4a200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c32d0&gt;
-- 2019-04-18 05:59:41,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:41,745 INFO     MainThread: Started query 9b439211eef345e7:4385b80e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:41,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:41,854 INFO     MainThread: Started query 2345475458424c28:c15f8c8c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7e90&gt;
-- 2019-04-18 05:59:41,856 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:41,963 INFO     MainThread: Started query 9a48720e7a668b23:920c2f3800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 05:59:41,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:42,072 INFO     MainThread: Started query de42ca39b6f8bfdb:41be020b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:42,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:42,182 INFO     MainThread: Started query b0490766e30446b6:3521c8b300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:42,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:42,292 INFO     MainThread: Started query 19407fab0968d4a3:fb33537c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 05:59:42,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:42,401 INFO     MainThread: Started query 6140b363969b40a9:25139d9200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:42,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:42,519 INFO     MainThread: Started query c8445c0614bd02b2:af9ee5af00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c32d0&gt;
-- 2019-04-18 05:59:42,521 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78add50&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807110&gt;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_pool_config_change_while_queued[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exe;
-- connecting to: ip-172-31-13-181:21000
SET request_pool=invalidTestPool;
SET mem_limit=10G;
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:42,536 INFO     MainThread: Started query 214cb63e77da706f:f00e67ff00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:42,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:42,645 INFO     MainThread: Started query 514232ac1d42a6d1:c0a02b5b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:42,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:42,753 INFO     MainThread: Started query 8d4e1433337f0167:e5f97ac700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:42,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:42,863 INFO     MainThread: Started query e643a6f298019af3:5af30dd700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3090&gt;
-- 2019-04-18 05:59:42,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:42,972 INFO     MainThread: Started query de49da4ca3f569c4:38536dfa00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:42,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:43,081 INFO     MainThread: Started query 7b42a024d4e62f31:e8a9c85000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:43,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:43,191 INFO     MainThread: Started query 264450509e03a35e:93439e9e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:43,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:43,300 INFO     MainThread: Started query 9d4c81ecab0c329c:14c206fa00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3a50&gt;
-- 2019-04-18 05:59:43,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:43,409 INFO     MainThread: Started query ae41dd17e67564e3:4039c56200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:43,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:43,517 INFO     MainThread: Started query 9848bff24b8d456a:cfce073000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:43,519 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:43,626 INFO     MainThread: Started query c14e4c5fae4c7141:0de71ef200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:43,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:43,734 INFO     MainThread: Started query 2a4135eb63e3ed7b:9a2a4cfa00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 05:59:43,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:43,843 INFO     MainThread: Started query a44ecccd5b833901:ee77126700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:43,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:43,952 INFO     MainThread: Started query 5b4b134b1fc9bb44:fd72fdab00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:43,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:44,061 INFO     MainThread: Started query 6f420bc6f6519474:f0022ceb00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:44,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:44,170 INFO     MainThread: Started query 484eacb384f3a6cf:6a3f6ddb00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c32d0&gt;
-- 2019-04-18 05:59:44,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:44,279 INFO     MainThread: Started query 3d47cbe8fde09824:d8a1d4b300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:44,281 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:44,389 INFO     MainThread: Started query e64560caf37851d7:97b862a700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:44,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:44,498 INFO     MainThread: Started query be4dbbba4c2af91d:5044383b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:44,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:44,607 INFO     MainThread: Started query c84611146acd19d0:2cf84d9d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3090&gt;
-- 2019-04-18 05:59:44,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:44,716 INFO     MainThread: Started query ac4623b01b5d2ec5:84ff544b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:44,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:44,825 INFO     MainThread: Started query 5f424006032e2b24:110bcf4d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:44,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:44,934 INFO     MainThread: Started query 8c4f0330826ed48b:597f650c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:44,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:45,043 INFO     MainThread: Started query 094004dd70495fe1:078f337b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3a50&gt;
-- 2019-04-18 05:59:45,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:45,152 INFO     MainThread: Started query 4f4dbd9f9349b273:f1707c5d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:45,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:45,261 INFO     MainThread: Started query 2b4ab5b44315955c:6e6d27de00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:45,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:45,369 INFO     MainThread: Started query f347ea0fe863c3bc:f185f7f200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:45,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:45,478 INFO     MainThread: Started query 9844a8492fd82e47:ee47c22300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 05:59:45,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:45,587 INFO     MainThread: Started query 614f16917804b50c:c2f4bf6900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:45,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:45,695 INFO     MainThread: Started query d24c4ff3c35f9214:41dc5fa100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:45,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:45,805 INFO     MainThread: Started query 92468abd3d65ef18:aa21d2af00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:45,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:45,913 INFO     MainThread: Started query bb4599239212b044:50236bfa00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c32d0&gt;
-- 2019-04-18 05:59:45,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:46,022 INFO     MainThread: Started query 98483b08371fae84:22f8ed4800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:46,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:46,131 INFO     MainThread: Started query 9e4dbeebfabb5563:3af31b3100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:46,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:46,241 INFO     MainThread: Started query 2846592b2e536b1c:2d166c2800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:46,242 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:46,349 INFO     MainThread: Started query d74c7ae6924e939b:5d9b3f1100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3090&gt;
-- 2019-04-18 05:59:46,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:46,459 INFO     MainThread: Started query e3408ed4e863afe9:9420a34b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:46,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:46,568 INFO     MainThread: Started query 4c4e2d983ad4d95a:1013416900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:46,569 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:46,677 INFO     MainThread: Started query 1a4096a6ac190f70:6250ca5e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:46,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:46,786 INFO     MainThread: Started query 344b7ab4899c8aea:92ee5f5100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3a50&gt;
-- 2019-04-18 05:59:46,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:46,896 INFO     MainThread: Started query a44ac0ebb4d6af93:751693dc00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:46,898 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:47,005 INFO     MainThread: Started query 884dda6d7811afb3:f762794200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:47,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:47,114 INFO     MainThread: Started query c24ecff48fa117bc:32b46fd600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:47,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:47,224 INFO     MainThread: Started query 0c4b887015f5f42e:b20df5ef00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 05:59:47,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:47,332 INFO     MainThread: Started query 464fb42663fcd1c3:cfa3b7f200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:47,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:47,442 INFO     MainThread: Started query 7044bce36ce79ba9:1e972fd600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:47,444 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:47,552 INFO     MainThread: Started query 74440b3dcc5041b3:2799860e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:47,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:47,661 INFO     MainThread: Started query 564fe7534e99ccb4:fde0420d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c32d0&gt;
-- 2019-04-18 05:59:47,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:47,770 INFO     MainThread: Started query 7c48b35f16af2c7b:86b6b7d400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:47,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:47,880 INFO     MainThread: Started query 19409ef835ab6d02:6fb9b15a00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:47,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:47,988 INFO     MainThread: Started query 934ccfe17d6f832f:b320a4ce00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:47,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:48,097 INFO     MainThread: Started query bb4eb3078ea037c1:f792ff5200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3090&gt;
-- 2019-04-18 05:59:48,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:48,206 INFO     MainThread: Started query 44480c9cd00db0f4:9e5316e700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:48,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:48,315 INFO     MainThread: Started query 744d2abf09e177c0:ca1b91b000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:48,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:48,424 INFO     MainThread: Started query 2a46cdb8a63f2d09:8e603a7000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:48,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:48,533 INFO     MainThread: Started query a849b21b88ccf1f5:025a045a00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3a50&gt;
-- 2019-04-18 05:59:48,535 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:48,643 INFO     MainThread: Started query f841b992dcb8553d:0cc905b500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:48,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:48,751 INFO     MainThread: Started query 944a9147336efa56:bfc7e76d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:48,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:48,861 INFO     MainThread: Started query f04930f71a5c6d7d:de769e1d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:48,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:48,970 INFO     MainThread: Started query 3b429761bc21589a:b9aadfbc00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 05:59:48,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:49,079 INFO     MainThread: Started query 544c6a3c65ab05e2:af93f60400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:49,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:49,189 INFO     MainThread: Started query 0f47a8eefa814897:0cfd45b500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:49,191 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:49,298 INFO     MainThread: Started query 2f406a69fcb05fb7:bcb6add000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:49,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:49,407 INFO     MainThread: Started query 7441f40dcfeba139:a1e11cca00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c32d0&gt;
-- 2019-04-18 05:59:49,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:49,515 INFO     MainThread: Started query 154bbde621d56e38:b2033f2200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:49,517 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:49,624 INFO     MainThread: Started query 2e4786d666f2e8a2:2f1917b600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:49,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:49,741 INFO     MainThread: Started query 254f81943351fcca:a096de2300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:49,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:49,857 INFO     MainThread: Started query 334a6a50ae8a80bf:9b4e81b600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3090&gt;
-- 2019-04-18 05:59:49,858 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:49,965 INFO     MainThread: Started query 9c4fb8972f25cc97:9552252b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:49,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:50,076 INFO     MainThread: Started query 384998cf4b76422e:46e54c9d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:50,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:50,185 INFO     MainThread: Started query 3c466946e7f593f9:c7a8877900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:50,187 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:50,295 INFO     MainThread: Started query ae406a0c84f1ae35:9c80d24e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3a50&gt;
-- 2019-04-18 05:59:50,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:50,406 INFO     MainThread: Started query 424a32d3af889c4a:a6cd220000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:50,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:50,515 INFO     MainThread: Started query 6a472376bb40f0a7:a45cce4400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:50,517 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:50,624 INFO     MainThread: Started query 4049dd75d603f6d5:843034fa00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:50,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:50,733 INFO     MainThread: Started query 264a99e1238f4d2f:b7f3b37d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 05:59:50,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:50,842 INFO     MainThread: Started query 10472daf8f6341dd:ba48d5b300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:50,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:50,951 INFO     MainThread: Started query 494cbec70b0b5ae4:65decd3b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:50,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:51,059 INFO     MainThread: Started query 134becffbfbfab02:35ea305000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:51,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:51,168 INFO     MainThread: Started query 554432913ec3e430:f462565e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c32d0&gt;
-- 2019-04-18 05:59:51,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:51,278 INFO     MainThread: Started query 71407494fe50b1c3:4cffeb5d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:51,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:51,390 INFO     MainThread: Started query 7f4626bc7a048337:2279bbee00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:51,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:51,499 INFO     MainThread: Started query 204b225abec58abe:41df68d100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:51,501 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:51,607 INFO     MainThread: Started query e045a062cd1698a3:8b9af9f600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3090&gt;
-- 2019-04-18 05:59:51,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:51,716 INFO     MainThread: Started query 724f04d51ae09489:128683ef00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:51,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:51,825 INFO     MainThread: Started query 6d44207de60d1a8e:349ae06a00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:51,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:51,933 INFO     MainThread: Started query 5f4bab49302fd595:6f92046800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:51,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:52,042 INFO     MainThread: Started query 8d4ff9fe51c7786c:1f1561cd00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3a50&gt;
-- 2019-04-18 05:59:52,044 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:52,151 INFO     MainThread: Started query a443a8f24d51af0b:83a6f3bd00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:52,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:52,260 INFO     MainThread: Started query ce45017c2e4dfa4f:13f236fd00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 05:59:52,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:52,369 INFO     MainThread: Started query 784273f32ff861af:5c72356800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:52,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:52,478 INFO     MainThread: Started query 664021a56ae8f0a5:b0efa87200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 05:59:52,489 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- waiting for query to reach FINISHED state: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807110&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7807110&gt;
-- executing async: localhost:21000
select sleep(10000);

-- 2019-04-18 05:59:52,549 INFO     MainThread: Started query 8b4c632dee74eda4:2859256900000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4490&gt;
-- executing async: localhost:21000
select * from functional_parquet.alltypes limit 1;

-- 2019-04-18 05:59:53,217 INFO     MainThread: Started query 6d43928e08e01588:cbb418ee00000000
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78add50&gt;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_pool_config_change_while_queued[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exe;
-- connecting to: ip-172-31-13-181:21000
SET request_pool=invalidTestPool;
SET mem_limit=10G;
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:53,226 INFO     MainThread: Started query 534e0daeea9b20a9:55d2417d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:53,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:53,336 INFO     MainThread: Started query ec44898a2bd7ded7:46d76c0400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:53,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:53,445 INFO     MainThread: Started query ec40f6e038bd2197:da09f0ee00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 05:59:53,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:53,554 INFO     MainThread: Started query b5415d24b31f1bae:1441d5f200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899ad0&gt;
-- 2019-04-18 05:59:53,556 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:53,663 INFO     MainThread: Started query bb42119c60ea297a:c06b815400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 05:59:53,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:53,772 INFO     MainThread: Started query 8146576a1f24b297:50d77a8d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:53,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:53,880 INFO     MainThread: Started query 9945cdf47e163902:949a753400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:53,882 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:53,989 INFO     MainThread: Started query a3450ff4396ca7bc:ebc4826000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:53,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:54,098 INFO     MainThread: Started query 3541c229872d939f:407b779800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:54,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:54,206 INFO     MainThread: Started query 9e4db2c84a5ef6e2:14c538b100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:54,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:54,315 INFO     MainThread: Started query 8840c29512630a4c:7143cc0300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:54,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:54,424 INFO     MainThread: Started query 8147674ea12ba1b9:8a4e54ad00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:54,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:54,532 INFO     MainThread: Started query 8b4536b496d350fa:8b19dec600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:54,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:54,640 INFO     MainThread: Started query f948ac4a72013b7c:264d52e700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:54,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:54,749 INFO     MainThread: Started query fc44f90c90fc7f1b:69daede800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:54,751 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:54,858 INFO     MainThread: Started query 8b4a52eb73f22735:92602a4200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:54,860 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:54,967 INFO     MainThread: Started query 5b4bdcc55197f50f:3042f91c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 05:59:54,968 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:55,075 INFO     MainThread: Started query e14ed281f9bd06f9:ad6e228900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:55,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:55,184 INFO     MainThread: Started query 5c4a67ef5ec23606:bc9a643500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:55,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:55,293 INFO     MainThread: Started query 2142bb43f95e6db5:b792169600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:55,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:55,402 INFO     MainThread: Started query 324f49ec8a010c0e:7baf8eb000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:55,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:55,512 INFO     MainThread: Started query 7846777f22065b52:f07c0f9400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:55,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:55,621 INFO     MainThread: Started query fc4b6ce58e268efe:a331582c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:55,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:55,730 INFO     MainThread: Started query 5940232d5bdcd00e:67e847f800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:55,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:55,838 INFO     MainThread: Started query 70493aa51846de95:0199142600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:55,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:55,947 INFO     MainThread: Started query 714b033dd070efaa:ac95f17600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:55,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:56,055 INFO     MainThread: Started query 8e44a5fe4ed3934c:7549d7e200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:56,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:56,164 INFO     MainThread: Started query 1f460718d4970e64:d553fab400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:56,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:56,274 INFO     MainThread: Started query 1041eb72c519f4cc:d351b39400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 05:59:56,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:56,383 INFO     MainThread: Started query 2b49cb01fbeea0b6:3454274700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:56,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:56,492 INFO     MainThread: Started query bb4d111bf1ae6507:453aa0a700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:56,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:56,601 INFO     MainThread: Started query 23439482c6844683:b63c895300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:56,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:56,710 INFO     MainThread: Started query a141b8266561f8fd:4363d4be00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:56,711 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:56,819 INFO     MainThread: Started query 604a70021639956a:9a14460b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:56,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:56,928 INFO     MainThread: Started query b74a8a3dc5b2aa6c:4021a73a00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:56,930 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:57,037 INFO     MainThread: Started query 394e7ca3233a30f6:b414c6a100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:57,038 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:57,145 INFO     MainThread: Started query 4c4b9e0987293b7b:385f97b800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:57,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:57,254 INFO     MainThread: Started query c24773011d3b604c:c8c449bf00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:57,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:57,362 INFO     MainThread: Started query b34200c0d91b1d24:a2ad720a00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:57,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:57,472 INFO     MainThread: Started query 1d4fa0034ec9adbb:b18c509800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:57,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:57,581 INFO     MainThread: Started query 6b4e8af0d42e24c5:e1726cf800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 05:59:57,582 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:57,690 INFO     MainThread: Started query 5745a1000d5f9a39:a3c1b26200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:57,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:57,798 INFO     MainThread: Started query c74f2f082427bf92:f3bf742000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:57,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:57,907 INFO     MainThread: Started query b24db0df76366c5a:d06f711400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:57,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:58,017 INFO     MainThread: Started query be461e3904d438b7:69e1c81800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:58,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:58,128 INFO     MainThread: Started query c645e75b0c7bcd45:7de4451700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:58,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:58,238 INFO     MainThread: Started query a7440dc8680d0582:528bef0300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:58,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:58,348 INFO     MainThread: Started query 404a34dc1a6695fe:624b457000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:58,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:58,458 INFO     MainThread: Started query f34b404106aece2d:5d20049200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:58,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:58,568 INFO     MainThread: Started query 574e11cee4a32fd5:bdb02c7c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:58,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:58,678 INFO     MainThread: Started query 8b425c594d1385b4:acf187aa00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:58,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:58,790 INFO     MainThread: Started query 8a4653594724b994:a7eab67b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:58,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:58,900 INFO     MainThread: Started query 0e4cf2d9c1d6299d:5648306c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 05:59:58,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:59,008 INFO     MainThread: Started query 0e4f46c4d0abd521:3746f29600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:59,010 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:59,117 INFO     MainThread: Started query d1493491f5851c1d:99ff2c2700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:59,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:59,226 INFO     MainThread: Started query 1c481dba2f189b86:26a72fb600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:59,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:59,334 INFO     MainThread: Started query 534badeaa5694f55:0716fb4d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 05:59:59,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:59,442 INFO     MainThread: Started query 744d8bea912eabdf:27d0ef2500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:59,444 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:59,551 INFO     MainThread: Started query 8e4962a19c66e608:f028b9b900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:59,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:59,660 INFO     MainThread: Started query 2d467fdbf41118ab:692b33cf00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:59,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:59,768 INFO     MainThread: Started query e745a455c179674a:b2ae69b900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 05:59:59,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:59,877 INFO     MainThread: Started query 0744956839305e9e:46d5e84c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 05:59:59,878 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 05:59:59,985 INFO     MainThread: Started query ca43c45b039f9eee:2fbccb1600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 05:59:59,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:00,094 INFO     MainThread: Started query 3d4a9d4ef2002ba3:8497c8c600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:00,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:00,203 INFO     MainThread: Started query 6949689db20e7ca9:b35d987500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 06:00:00,205 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:00,312 INFO     MainThread: Started query 2d49896c8754fc1c:d16b69b400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:00,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:00,421 INFO     MainThread: Started query f844e862dc193b64:f7a435c100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 06:00:00,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:00,530 INFO     MainThread: Started query b04ee4e83ea0288c:159a7aed00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:00,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:00,639 INFO     MainThread: Started query a74cf3dfabf20bae:5f02a1e700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 06:00:00,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:00,748 INFO     MainThread: Started query 174a33bc9d123803:f66c596500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:00,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:00,856 INFO     MainThread: Started query b64bbf204218b1b9:e9965ac100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 06:00:00,858 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:00,965 INFO     MainThread: Started query ed479f51069b7bf5:88d0dbd700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:00,966 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:01,074 INFO     MainThread: Started query 6d49878cf03da7ec:347983ed00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 06:00:01,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:01,183 INFO     MainThread: Started query c8476097b307f854:238cdbf300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:01,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:01,293 INFO     MainThread: Started query 04438e97022cb46a:8ec55c1f00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 06:00:01,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:01,402 INFO     MainThread: Started query d049384ed773242a:3a1fab1800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:01,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:01,511 INFO     MainThread: Started query c847dbba782bb7e2:c282859b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 06:00:01,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:01,619 INFO     MainThread: Started query 7b4bdf5d203cd43d:2fbac34100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:01,621 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:01,728 INFO     MainThread: Started query 6c46135612953132:7a8fd44500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 06:00:01,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:01,837 INFO     MainThread: Started query 6d42cfe10219c250:152edc4600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:01,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:01,947 INFO     MainThread: Started query 2544267a26220b3c:95187a8c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 06:00:01,949 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:02,057 INFO     MainThread: Started query d049489daf7abd71:63a2e08b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:02,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:02,168 INFO     MainThread: Started query 414b215061ca4361:59d5c8c600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7899b50&gt;
-- 2019-04-18 06:00:02,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:02,278 INFO     MainThread: Started query 144c27a23fe459d8:7b4d198700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:02,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:02,387 INFO     MainThread: Started query 17490be80951e3ba:d505661200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 06:00:02,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:02,507 INFO     MainThread: Started query c24dd1ecadcff9f8:8d57ffe300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895890&gt;
-- 2019-04-18 06:00:02,509 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4490&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78add50&gt;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_pool_config_change_while_queued[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exe;
-- connecting to: ip-172-31-13-181:21000
SET request_pool=invalidTestPool;
SET mem_limit=10G;
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:02,524 INFO     MainThread: Started query 2d4b69ae431d8e1b:9af4470000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:02,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:02,634 INFO     MainThread: Started query ce4ca85becc51554:10d3c0d300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3a50&gt;
-- 2019-04-18 06:00:02,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:02,743 INFO     MainThread: Started query db4adf6cdc631085:4944a0bc00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 06:00:02,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:02,853 INFO     MainThread: Started query ae472b57588d1121:959e30d900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:02,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:02,963 INFO     MainThread: Started query 704d5e9f717a8cea:6c2f9c9c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:02,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:03,073 INFO     MainThread: Started query b24f465f70b9800d:d40901d600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 06:00:03,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:03,182 INFO     MainThread: Started query 8b499e240eb2e49d:b84318a400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 06:00:03,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:03,291 INFO     MainThread: Started query a847f0aa652ce33e:eb54958500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:03,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:03,400 INFO     MainThread: Started query c24a889ed77fdfe3:231b10dd00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:03,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:03,509 INFO     MainThread: Started query bd40763274912fc4:8017b3eb00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7dd0&gt;
-- 2019-04-18 06:00:03,511 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:03,618 INFO     MainThread: Started query 37457eb5081fa064:698c080e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 06:00:03,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:03,726 INFO     MainThread: Started query b34636480440e4ba:9650383700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:03,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:03,835 INFO     MainThread: Started query ce42909ba47d14f0:0f13e34300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:03,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:03,944 INFO     MainThread: Started query 7745bb40ed9088d8:9d6cebfe00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7e90&gt;
-- 2019-04-18 06:00:03,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:04,053 INFO     MainThread: Started query 694a9dceaee5b39a:76645c3c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 06:00:04,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:04,162 INFO     MainThread: Started query 43465a87241dbef4:e3435f9100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:04,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:04,271 INFO     MainThread: Started query 0b4fbcca8e2bb2ed:260ab54200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:04,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:04,380 INFO     MainThread: Started query 1949caf203566bd8:5ca8a45100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 06:00:04,382 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:04,490 INFO     MainThread: Started query 3d4dab56ffdcae96:069ada0f00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 06:00:04,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:04,599 INFO     MainThread: Started query 2943d2fad11f3a9e:5b594f2700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:04,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:04,707 INFO     MainThread: Started query 9a43bed6d736f94b:3883639300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:04,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:04,816 INFO     MainThread: Started query 3140795112b2a1f1:2d7d894800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7dd0&gt;
-- 2019-04-18 06:00:04,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:04,925 INFO     MainThread: Started query a546e40bedf7171b:88e41f7100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 06:00:04,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:05,033 INFO     MainThread: Started query be4cab0647d515bd:87bc567c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:05,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:05,142 INFO     MainThread: Started query 654e36b9d2c1e414:873cd02c00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:05,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:05,252 INFO     MainThread: Started query 79415f476b5bdc60:6b0cd33600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7e90&gt;
-- 2019-04-18 06:00:05,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:05,361 INFO     MainThread: Started query 4343c7d1c04dd6d6:09fa4c6200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 06:00:05,363 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:05,471 INFO     MainThread: Started query 8e4eb6cbe551c365:2bff179a00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:05,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:05,580 INFO     MainThread: Started query 614a64fd73d621ff:bb2571b900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:05,582 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:05,691 INFO     MainThread: Started query 004a92bcf7631851:0ab40f9e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 06:00:05,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:05,800 INFO     MainThread: Started query 0c47f2f2f5aedbac:2378d9c900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 06:00:05,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:05,909 INFO     MainThread: Started query 184250f3062d0cf7:4f2cd10d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:05,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:06,018 INFO     MainThread: Started query 0042c126d15ce102:f190485000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:06,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:06,126 INFO     MainThread: Started query a54aa1d3fd30a1a9:51dc3abe00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7dd0&gt;
-- 2019-04-18 06:00:06,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:06,235 INFO     MainThread: Started query da413d02b2394e05:6831768900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 06:00:06,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:06,344 INFO     MainThread: Started query bb4f2f2d2599f178:af87a05b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:06,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:06,454 INFO     MainThread: Started query 844ab6564ec8d455:6f9d6e2200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:06,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:06,562 INFO     MainThread: Started query 024fe7ad8b06bb44:2d86b48d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7e90&gt;
-- 2019-04-18 06:00:06,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:06,671 INFO     MainThread: Started query 4b46e044615e6290:12ccd52100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 06:00:06,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:06,780 INFO     MainThread: Started query 084e4e0781c1a785:2b962c7e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:06,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:06,889 INFO     MainThread: Started query cd4485d0cdef2ed0:7c98018800000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:06,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:06,997 INFO     MainThread: Started query 8344c6415ce655f9:dd8151b900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 06:00:06,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:07,106 INFO     MainThread: Started query f74f9fac250c66cd:8211739a00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 06:00:07,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:07,215 INFO     MainThread: Started query 8541b61fd20d88c5:af2332c300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:07,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:07,324 INFO     MainThread: Started query c64838869345e58a:ceacfe5000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:07,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:07,433 INFO     MainThread: Started query fa483dd2d376f250:bb3bf9a400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7dd0&gt;
-- 2019-04-18 06:00:07,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:07,542 INFO     MainThread: Started query 2442395004227687:f15c147100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 06:00:07,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:07,652 INFO     MainThread: Started query dd461fe46618ce92:480de56100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:07,653 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:07,760 INFO     MainThread: Started query 5f42e9b9f215bc97:d1f741c300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:07,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:07,869 INFO     MainThread: Started query 804c79091f65051e:aae163b600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7e90&gt;
-- 2019-04-18 06:00:07,870 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:07,977 INFO     MainThread: Started query f64c1ba4b9cc6835:c07c6add00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 06:00:07,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:08,086 INFO     MainThread: Started query 544a75d72f527aed:e0f9338600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:08,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:08,195 INFO     MainThread: Started query f34dd1a71566d31b:75ca883d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:08,197 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:08,303 INFO     MainThread: Started query 0a4db05cff8b9466:27e2cfa700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 06:00:08,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:08,412 INFO     MainThread: Started query 1847638dac18d9f1:a07390cb00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 06:00:08,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:08,520 INFO     MainThread: Started query 03424cf27c219eca:20ab561300000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:08,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:08,629 INFO     MainThread: Started query fb48c3bd4e3448e5:923fec1d00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:08,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:08,738 INFO     MainThread: Started query 7c48be7b5d39d1b5:128b6c1b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7dd0&gt;
-- 2019-04-18 06:00:08,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:08,847 INFO     MainThread: Started query 4f4e0239862b8c6c:e933302100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 06:00:08,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:08,956 INFO     MainThread: Started query f54c41db02a7f224:8d90cbc500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:08,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:09,064 INFO     MainThread: Started query 7848c24c3d5d4d93:6e640c0900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:09,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:09,173 INFO     MainThread: Started query 7044e0d0fd82fe63:febc1bc900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7e90&gt;
-- 2019-04-18 06:00:09,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:09,281 INFO     MainThread: Started query e44acaa06ce690fa:e653267700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 06:00:09,283 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:09,390 INFO     MainThread: Started query 3c40b5afdb1cb10d:cc01cf2e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:09,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:09,498 INFO     MainThread: Started query d24bf3e3d4097c95:997e03a200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:09,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:09,607 INFO     MainThread: Started query 0a496542d1dddb8a:5e69d9cc00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 06:00:09,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:09,716 INFO     MainThread: Started query 6b4163b6bdd88987:c8cfc37b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 06:00:09,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:09,824 INFO     MainThread: Started query ea4a389cfed0342f:0db9881500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:09,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:09,933 INFO     MainThread: Started query 834890f806bc0d65:ce97738700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:09,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:10,042 INFO     MainThread: Started query 964451ce6e1e95dd:0fe9b94000000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7dd0&gt;
-- 2019-04-18 06:00:10,044 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:10,150 INFO     MainThread: Started query dc44684363e8c605:245c157200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 06:00:10,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:10,259 INFO     MainThread: Started query 3548962350ef5ba6:7361dffc00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:10,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:10,369 INFO     MainThread: Started query 354ef92705aac59f:4309669a00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:10,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:10,478 INFO     MainThread: Started query 9243f0238daf3622:19aad58100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7e90&gt;
-- 2019-04-18 06:00:10,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:10,586 INFO     MainThread: Started query 6d4505f8323ddffd:3e45c27600000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 06:00:10,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:10,695 INFO     MainThread: Started query 594aa02c8ecccc94:14b1921400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:10,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:10,804 INFO     MainThread: Started query be4809b2aa0cdf32:af70af9900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:10,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:10,913 INFO     MainThread: Started query d04345e7afb7a3e8:13ec1fe700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 06:00:10,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:11,021 INFO     MainThread: Started query 0b4c2e4a795ccba5:16a997e900000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 06:00:11,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:11,130 INFO     MainThread: Started query 9645eca11c75e2ee:3475ab9700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:11,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:11,238 INFO     MainThread: Started query 7040c0b38144280e:5e63f07500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:11,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:11,347 INFO     MainThread: Started query bc4f93ead6dd2a31:357a656e00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7dd0&gt;
-- 2019-04-18 06:00:11,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:11,456 INFO     MainThread: Started query bb418bcb88d2d3e5:26eef21700000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e42d0&gt;
-- 2019-04-18 06:00:11,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:11,565 INFO     MainThread: Started query d74c62c71c52e4e2:ac86c7e500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:11,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:11,674 INFO     MainThread: Started query 2b410028120004a5:3f58c0d200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:11,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:11,783 INFO     MainThread: Started query 8b403db99f8fa03a:4c04c36500000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7e90&gt;
-- 2019-04-18 06:00:11,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:11,891 INFO     MainThread: Started query c14595fc9d3533df:46c458de00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4210&gt;
-- 2019-04-18 06:00:11,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:12,000 INFO     MainThread: Started query 19481d13247981da:de1ecc8200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:12,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:12,109 INFO     MainThread: Started query 2b4d4c4facb12fbe:4d26311b00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:12,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:12,218 INFO     MainThread: Started query ed457b3b4d9a4f87:5e966ddb00000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73b7f10&gt;
-- 2019-04-18 06:00:12,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:12,326 INFO     MainThread: Started query 464aad869020c2d3:0b27f46400000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d77e4790&gt;
-- 2019-04-18 06:00:12,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:12,435 INFO     MainThread: Started query de49fe781fa928b6:8f7f97c100000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74c3050&gt;
-- 2019-04-18 06:00:12,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:12,553 INFO     MainThread: Started query 2f463fdba75d91b9:2e6cd2a200000000
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7895910&gt;
-- 2019-04-18 06:00:12,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- waiting for query to reach FINISHED state: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78add50&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78add50&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78add50&gt;
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="custom_cluster/test_admission_controller.py" line="863" name="test_statestore_outage" time="13.3532209396"><system-err>-- 2019-04-18 06:00:12,615 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 1 -default_pool_max_queued 3 -default_pool_mem_limit 1073741824  --admission_control_stale_topic_threshold_ms=500 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
06:00:13 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:00:14 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:00:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:00:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:00:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:00:18 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:00:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:18 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:00:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:19 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:00:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:20 MainThread: num_known_live_backends has reached value: 3
06:00:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:00:20 MainThread: num_known_live_backends has reached value: 3
06:00:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:00:21 MainThread: num_known_live_backends has reached value: 3
06:00:21 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:00:21,786 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:00:21,786 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:00:21,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:21,789 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:00:21,789 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:00:21,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:21,791 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:00:21,791 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:00:21,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:21,793 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:00:21,793 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:00:21,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:21,795 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_statestore_outage;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74d6a90&gt;
-- 2019-04-18 06:00:21,917 INFO     MainThread: Closing active operation
-- 2019-04-18 06:00:21,941 INFO     MainThread: Killing &lt;StateStoreProcess PID: 55098 (/home/ubuntu/Impala/be/build/latest/service/statestored -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=statestored -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --statestore_update_frequency_ms=50 --statestore_priority_update_frequency_ms=50 --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100)&gt; with signal 9
-- 2019-04-18 06:00:22,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_statestore_outage;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_statestore_outage;
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 06:00:22,846 INFO     MainThread: Started query 5142bdd58e294be7:e829136400000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 06:00:22,851 INFO     MainThread: Started query 5c456e8e0894a224:5748275100000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 06:00:22,856 INFO     MainThread: Started query fd4476fdadff5728:5cf3ee3100000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 06:00:22,861 INFO     MainThread: Started query 714955514cc87c5e:7463731800000000
-- executing async: ip-172-31-13-181:21000
select sleep(100);

-- 2019-04-18 06:00:22,866 INFO     MainThread: Started query 534665856f27a924:1a010dc000000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4b10&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4b10&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4b10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4a90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4a90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4a90&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4a90&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4a90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4cd0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4cd0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4cd0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4cd0&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73a4cd0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74d6890&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74d6890&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74d6890&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74d6890&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74d6890&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74d6cd0&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74d6cd0&gt;
-- closing connection to: ip-172-31-13-181:21000
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="hs2/hs2_test_suite.py" line="36" name="test_set_request_pool" time="12.1827740669"><system-err>-- 2019-04-18 06:00:25,970 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -fair_scheduler_allocation_path /home/ubuntu/Impala/fe/src/test/resources/fair-scheduler-test2.xml -llama_site_path /home/ubuntu/Impala/fe/src/test/resources/llama-site-test2.xml  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=mem_limit=200000000
06:00:26 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:00:27 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:00:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:00:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:00:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:00:31 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:00:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:31 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:00:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:32 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:00:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:33 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:00:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:34 MainThread: num_known_live_backends has reached value: 3
06:00:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:00:35 MainThread: num_known_live_backends has reached value: 3
06:00:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:00:35 MainThread: num_known_live_backends has reached value: 3
06:00:36 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:00:36,145 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:00:36,146 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:00:36,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:36,148 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:00:36,149 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:00:36,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:36,150 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:00:36,151 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:00:36,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:36,152 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:00:36,153 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:00:36,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:36,154 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_set_request_pool;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d78d1c50&gt;
-- 2019-04-18 06:00:36,347 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_set_request_pool;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_set_request_pool;
SET request_pool=;
-- executing against ip-172-31-13-181:21000
select 1;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_set_request_pool;
SET request_pool=not_a_pool_name;
-- executing against ip-172-31-13-181:21000
select 1;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_set_request_pool;
SET request_pool=root.queueC;
-- executing against ip-172-31-13-181:21000
select 1;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_set_request_pool;
SET request_pool=root.queueB;
-- executing against ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:36,968 INFO     MainThread: Started query c2495f7855e543ec:6436a94c00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_set_request_pool;
SET request_pool=root.queueA;
-- executing async: ip-172-31-13-181:21000
select sleep(1000);

-- 2019-04-18 06:00:37,118 INFO     MainThread: Started query b847f2864a14e567:981b765000000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_set_request_pool;
SET request_pool=root.queueA;
-- executing against ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:37,197 INFO     MainThread: Started query ce42807ec815e7c9:57fe681900000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78a3f10&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78a3f10&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78a3f10&gt;
-- executing against ip-172-31-13-181:21000
set mem_limit=31337;

-- 2019-04-18 06:00:37,329 INFO     MainThread: Started query 56480ceb9c96d482:38489a4300000000
-- executing against ip-172-31-13-181:21000
set abort_on_error=1;

-- 2019-04-18 06:00:37,408 INFO     MainThread: Started query e343360fc95ce925:88f6ee1900000000
-- executing against ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:37,489 INFO     MainThread: Started query 774b8db65e84e4cb:ddd8997300000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_set_request_pool;
SET mem_limit=12345;
SET request_pool=root.queueA;
-- executing against ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:37,624 INFO     MainThread: Started query 1b43d58abd0bcdc6:90234d1a00000000
-- executing against ip-172-31-13-181:21000
set mem_limit=&quot;&quot;;

-- 2019-04-18 06:00:37,757 INFO     MainThread: Started query 2e469ec3e3b2e512:7266399500000000
-- executing against ip-172-31-13-181:21000
set abort_on_error=&quot;&quot;;

-- 2019-04-18 06:00:37,836 INFO     MainThread: Started query 964496fe3adf817c:2b99b3d300000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_set_request_pool;
SET request_pool=root.queueA;
-- executing against ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:00:37,917 INFO     MainThread: Started query 744648c7e7800db7:34aef46200000000
-- closing connection to: ip-172-31-13-181:21000
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionController" file="hs2/hs2_test_suite.py" line="36" name="test_queuing_status_through_query_log_and_exec_summary" time="10.5033707619"><system-err>-- 2019-04-18 06:00:38,155 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 1 -default_pool_max_queued 10 -default_pool_mem_limit 1073741824  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:00:38 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:00:39 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:00:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:00:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:00:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:00:43 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:00:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:00:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:00:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:45 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:00:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:46 MainThread: num_known_live_backends has reached value: 3
06:00:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:00:47 MainThread: num_known_live_backends has reached value: 3
06:00:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:00:47 MainThread: num_known_live_backends has reached value: 3
06:00:48 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:00:48,323 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:00:48,323 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:00:48,324 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:48,326 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:00:48,326 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:00:48,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:48,328 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:00:48,328 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:00:48,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:48,330 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:00:48,330 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:00:48,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:48,332 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionController::()::test_queuing_status_through_query_log_and_exec_summary;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74c3210&gt;
-- 2019-04-18 06:00:48,454 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionControllerStress" file="custom_cluster/test_admission_controller.py" line="1420" name="test_admission_controller_with_flags[num_queries: 30 | protocol: beeswax | table_format: text/none | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | submission_delay_ms: 0 | round_robin_submission: True]" time="54.0568270683"><system-err>-- 2019-04-18 06:00:48,659 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 5 -default_pool_max_queued 10 -default_pool_mem_limit -1  -queue_wait_timeout_ms=600000 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
06:00:49 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:00:50 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:00:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:00:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:00:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:00:54 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:00:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:54 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:00:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:55 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:00:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:56 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:00:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:00:57 MainThread: num_known_live_backends has reached value: 3
06:00:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:00:57 MainThread: num_known_live_backends has reached value: 3
06:00:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:00:58 MainThread: num_known_live_backends has reached value: 3
06:00:58 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:00:58,815 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:00:58,815 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:00:58,817 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:58,819 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:00:58,819 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:00:58,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:58,820 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:00:58,821 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:00:58,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:58,822 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:00:58,823 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:00:58,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:58,824 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d73a4850&gt;
-- 2019-04-18 06:00:58,944 INFO     MainThread: Closing active operation
-- 2019-04-18 06:00:58,946 INFO     MainThread: Starting test case with parameters: num_queries: 30 | protocol: beeswax | table_format: text/none | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | submission_delay_ms: 0 | round_robin_submission: True
-- 2019-04-18 06:00:58,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:58,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:58,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:58,957 INFO     MainThread: Initial metrics: admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21001
use functional;

-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21002
use functional;

-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21001
use functional;

-- executing against ip-172-31-13-181:21002
use functional;

-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21001
use functional;

-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- 2019-04-18 06:00:58,980 INFO     MainThread: Wait for initial admission decisions
-- 2019-04-18 06:00:58,981 INFO     MainThread: wait_for_metric_changes, initial=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21001
-- 2019-04-18 06:00:58,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- 2019-04-18 06:00:58,983 INFO     Thread-4: Started query f24a1b733e4462cc:07114ab200000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- 2019-04-18 06:00:58,984 INFO     Thread-1: Started query bb48ef8be75ed69a:34a4324e00000000
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- 2019-04-18 06:00:58,985 INFO     Thread-7: Started query e8437f1e46841458:450883e700000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- 2019-04-18 06:00:58,985 INFO     Thread-10: Started query 96458b195970380b:b27b4b2900000000
-- connecting to: ip-172-31-13-181:21001
-- 2019-04-18 06:00:58,986 INFO     Thread-13: Started query eb447a2ab5db8c49:e7aeefc100000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21000
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21001
use functional;

-- connecting to: ip-172-31-13-181:21002
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21000
use functional;

-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- 2019-04-18 06:00:59,000 INFO     Thread-16: Started query f047b30bc13d15a4:a8f1292900000000
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET num_nodes=0;
-- 2019-04-18 06:00:59,004 INFO     Thread-22: Started query 5d4cb268a6723e4f:7a024b5700000000
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET batch_size=0;
-- executing against ip-172-31-13-181:21000
use functional;

-- executing against ip-172-31-13-181:21001
use functional;

-- connecting to: ip-172-31-13-181:21002
-- 2019-04-18 06:00:59,004 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET batch_size=0;
SET batch_size=0;
-- executing against ip-172-31-13-181:21002
use functional;

-- executing against ip-172-31-13-181:21002
use functional;

-- executing against ip-172-31-13-181:21000
use functional;

-- executing against ip-172-31-13-181:21001
use functional;

SET disable_codegen_rows_threshold=5000;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing against ip-172-31-13-181:21002
use functional;

SET disable_codegen=False;
SET disable_codegen=False;
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=9223372036854775807;
SET exec_single_node_rows_threshold=0;
SET disable_codegen_rows_threshold=5000;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET num_nodes=0;
SET abort_on_error=1;
-- executing against ip-172-31-13-181:21000
SET QUERY_TIMEOUT_S=1;

-- 2019-04-18 06:00:59,011 INFO     Thread-25: Started query e640d864b6da504d:c9ef6c8b00000000
SET abort_on_error=1;
SET disable_codegen=False;
SET batch_size=0;
-- 2019-04-18 06:00:59,012 INFO     Thread-19: Started query ed49d15a8bdab97f:8dfce92700000000
SET num_nodes=0;
SET request_pool=default-pool;
SET request_pool=default-pool;
SET abort_on_error=1;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET mem_limit=9223372036854775807;
SET request_pool=default-pool;
SET mem_limit=9223372036854775807;
SET abort_on_error=1;
SET disable_codegen=False;
SET exec_single_node_rows_threshold=0;
SET mem_limit=9223372036854775807;
-- 2019-04-18 06:00:59,017 INFO     Thread-13: Submitting query 12
SET request_pool=default-pool;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,019 INFO     Thread-10: Submitting query 9
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,020 INFO     Thread-1: Submitting query 0
-- executing async: ip-172-31-13-181: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
;

SET mem_limit=9223372036854775807;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,022 INFO     Thread-16: Submitting query 15
-- 2019-04-18 06:00:59,022 INFO     Thread-28: Started query 0a476d6d706d1aa4:343dd74700000000
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:00:59,023 INFO     Thread-7: Started query e44101ca77692a33:04832cb800000000
-- executing async: ip-172-31-13-181: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
;

SET request_pool=default-pool;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET mem_limit=9223372036854775807;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,026 INFO     Thread-4: Submitting query 3
SET batch_size=0;
SET batch_size=0;
SET num_nodes=0;
SET num_nodes=0;
-- executing async: ip-172-31-13-181: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
;

SET batch_size=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET request_pool=default-pool;
SET mem_limit=9223372036854775807;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,028 INFO     Thread-22: Submitting query 21
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
;

SET disable_codegen_rows_threshold=5000;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET disable_codegen=False;
SET abort_on_error=1;
SET abort_on_error=1;
SET request_pool=default-pool;
SET mem_limit=9223372036854775807;
SET request_pool=default-pool;
SET exec_single_node_rows_threshold=0;
SET mem_limit=9223372036854775807;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,030 INFO     Thread-25: Submitting query 24
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
;

-- executing against ip-172-31-13-181:21000
SET QUERY_TIMEOUT_S=1;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET batch_size=0;
SET num_nodes=0;
-- 2019-04-18 06:00:59,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:00:59,033 INFO     Thread-7: Submitting query 6
-- executing async: ip-172-31-13-181: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
;

SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET request_pool=default-pool;
SET mem_limit=9223372036854775807;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,035 INFO     Thread-28: Submitting query 27
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
;

-- 2019-04-18 06:00:59,036 INFO     Thread-19: Started query e14486bd2f06afc6:a11ce7f900000000
-- 2019-04-18 06:00:59,037 INFO     MainThread: wait_for_metric_changes, current=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:00:59,038 INFO     MainThread: DeltaSum=0 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 0, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=30 for metrics=[&apos;admitted&apos;, &apos;queued&apos;, &apos;rejected&apos;])
-- 2019-04-18 06:00:59,040 INFO     Thread-19: Submitting query 18
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
;

-- 2019-04-18 06:00:59,124 INFO     Thread-23: Started query 864a11bc0e53f4e7:c4d701a800000000
-- 2019-04-18 06:00:59,125 INFO     Thread-2: Started query 3e48dd9b06d2ded4:562223e100000000
-- 2019-04-18 06:00:59,125 INFO     Thread-29: Started query 9d44f8ff77c9d4c1:920d5a9900000000
-- 2019-04-18 06:00:59,126 INFO     Thread-5: Started query bf4c8b33265b7642:880e70f100000000
-- 2019-04-18 06:00:59,126 INFO     Thread-11: Started query 77475f86fdb26385:e290646a00000000
-- 2019-04-18 06:00:59,126 INFO     Thread-17: Started query 7e427e6596ceb8e2:6043310200000000
-- 2019-04-18 06:00:59,126 INFO     Thread-6: Started query 29434d479ac29185:691588a500000000
-- 2019-04-18 06:00:59,127 INFO     Thread-12: Started query f14f85cd9568ad4e:0dbd4e6f00000000
-- 2019-04-18 06:00:59,127 INFO     Thread-18: Started query 274478aab01fee6f:a39a302c00000000
-- 2019-04-18 06:00:59,128 INFO     Thread-9: Started query 7b41ff9d6e088d6f:a0259d7500000000
-- 2019-04-18 06:00:59,128 INFO     Thread-14: Started query b74416b0251ca71c:2af48f6900000000
-- 2019-04-18 06:00:59,129 INFO     Thread-8: Started query ce47fa6cf424d1b2:665ca45d00000000
-- 2019-04-18 06:00:59,130 INFO     Thread-3: Started query b14bd2f4d7f0e00f:5ea681d600000000
-- 2019-04-18 06:00:59,130 INFO     Thread-26: Started query eb4460ebaf450345:be7b432e00000000
-- 2019-04-18 06:00:59,130 INFO     Thread-15: Started query c145a5e704397732:eb38e8a300000000
-- 2019-04-18 06:00:59,130 INFO     Thread-30: Started query a943eb6d508bc46d:bdcef8ad00000000
-- 2019-04-18 06:00:59,131 INFO     Thread-27: Started query d34e64ad4099a7cc:89d8feac00000000
-- 2019-04-18 06:00:59,131 INFO     Thread-21: Started query d34dd44ce64403d4:006f8a7d00000000
-- 2019-04-18 06:00:59,131 INFO     Thread-24: Started query 0d49eab7514d9790:0ff378b300000000
-- 2019-04-18 06:00:59,132 INFO     Thread-20: Started query e349dc8cbd611ca7:41baa10b00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET batch_size=0;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET disable_codegen_rows_threshold=5000;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET disable_codegen=False;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET num_nodes=0;
SET abort_on_error=1;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET batch_size=0;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET disable_codegen_rows_threshold=5000;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET batch_size=0;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET batch_size=0;
SET batch_size=0;
SET batch_size=0;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET batch_size=0;
SET request_pool=default-pool;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET disable_codegen_rows_threshold=5000;
SET num_nodes=0;
SET num_nodes=0;
SET batch_size=0;
SET batch_size=0;
SET disable_codegen=False;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET batch_size=0;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_flags[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;di;
SET num_nodes=0;
SET num_nodes=0;
SET num_nodes=0;
SET batch_size=0;
SET num_nodes=0;
SET mem_limit=9223372036854775807;
SET batch_size=0;
SET batch_size=0;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET num_nodes=0;
SET num_nodes=0;
SET abort_on_error=1;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET batch_size=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET exec_single_node_rows_threshold=0;
SET num_nodes=0;
SET num_nodes=0;
SET abort_on_error=1;
SET disable_codegen=False;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET request_pool=default-pool;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET disable_codegen=False;
SET num_nodes=0;
SET disable_codegen=False;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
-- executing against ip-172-31-13-181:21001
SET QUERY_TIMEOUT_S=1;

SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET request_pool=default-pool;
SET abort_on_error=1;
SET abort_on_error=1;
SET disable_codegen=False;
SET disable_codegen=False;
SET mem_limit=9223372036854775807;
SET disable_codegen=False;
SET abort_on_error=1;
SET request_pool=default-pool;
SET disable_codegen=False;
SET abort_on_error=1;
SET abort_on_error=1;
SET disable_codegen_rows_threshold=5000;
SET abort_on_error=1;
SET disable_codegen=False;
SET abort_on_error=1;
SET abort_on_error=1;
SET disable_codegen=False;
SET disable_codegen=False;
SET mem_limit=9223372036854775807;
SET request_pool=default-pool;
SET request_pool=default-pool;
SET abort_on_error=1;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,162 INFO     Thread-5: Submitting query 4
SET abort_on_error=1;
SET request_pool=default-pool;
SET mem_limit=9223372036854775807;
SET abort_on_error=1;
SET request_pool=default-pool;
SET request_pool=default-pool;
SET disable_codegen=False;
SET request_pool=default-pool;
SET request_pool=default-pool;
SET abort_on_error=1;
SET request_pool=default-pool;
SET abort_on_error=1;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET mem_limit=9223372036854775807;
SET mem_limit=9223372036854775807;
SET request_pool=default-pool;
SET request_pool=default-pool;
-- executing async: ip-172-31-13-181: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
;

SET request_pool=default-pool;
SET mem_limit=9223372036854775807;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,164 INFO     Thread-12: Submitting query 11
SET request_pool=default-pool;
SET mem_limit=9223372036854775807;
SET mem_limit=9223372036854775807;
SET abort_on_error=1;
SET mem_limit=9223372036854775807;
SET mem_limit=9223372036854775807;
SET request_pool=default-pool;
SET mem_limit=9223372036854775807;
SET request_pool=default-pool;
SET request_pool=default-pool;
-- executing against ip-172-31-13-181:21001
SET QUERY_TIMEOUT_S=1;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,165 INFO     Thread-18: Submitting query 17
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,165 INFO     Thread-6: Submitting query 5
SET mem_limit=9223372036854775807;
SET mem_limit=9223372036854775807;
SET mem_limit=9223372036854775807;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,166 INFO     Thread-17: Submitting query 16
-- executing async: ip-172-31-13-181: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
;

SET mem_limit=9223372036854775807;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,166 INFO     Thread-14: Submitting query 13
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,167 INFO     Thread-29: Submitting query 28
SET request_pool=default-pool;
SET exec_single_node_rows_threshold=0;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,167 INFO     Thread-2: Submitting query 1
SET mem_limit=9223372036854775807;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,167 INFO     Thread-9: Submitting query 8
SET mem_limit=9223372036854775807;
SET mem_limit=9223372036854775807;
-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
;

-- executing async: ip-172-31-13-181: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
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,168 INFO     Thread-30: Submitting query 29
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,168 INFO     Thread-26: Submitting query 25
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,169 INFO     Thread-24: Submitting query 23
-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,169 INFO     Thread-8: Submitting query 7
-- executing async: ip-172-31-13-181: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
;

-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
;

SET mem_limit=9223372036854775807;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,170 INFO     Thread-20: Submitting query 19
-- executing async: ip-172-31-13-181: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
;

SET exec_single_node_rows_threshold=0;
-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1;

SET exec_single_node_rows_threshold=0;
-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1;

-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
;

-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
;

-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
;

-- executing async: ip-172-31-13-181: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
;

-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
;

-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:00:59,176 INFO     Thread-21: Submitting query 20
-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
;

-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:00:59,182 INFO     Thread-11: Started query ce49107d646b698d:9872809800000000
-- 2019-04-18 06:00:59,182 INFO     Thread-23: Started query ce4d55c2f5bd948c:7a8fbe3a00000000
-- 2019-04-18 06:00:59,186 INFO     Thread-11: Submitting query 10
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:00:59,186 INFO     Thread-23: Submitting query 22
-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
;

-- 2019-04-18 06:00:59,193 INFO     Thread-15: Started query 7c4c476b5696bacb:f4bbe17100000000
-- 2019-04-18 06:00:59,194 INFO     Thread-27: Started query 2a4db39b5f39b31a:453d0d5f00000000
-- 2019-04-18 06:00:59,194 INFO     Thread-3: Started query 034ebe89d50ee66c:7147bd2f00000000
-- 2019-04-18 06:00:59,198 INFO     Thread-27: Submitting query 26
-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
;

-- 2019-04-18 06:00:59,199 INFO     Thread-15: Submitting query 14
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:00:59,200 INFO     Thread-3: Submitting query 2
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:01:00,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:00,046 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:00,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:00,066 INFO     MainThread: wait_for_metric_changes, current=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:01:00,067 INFO     MainThread: DeltaSum=0 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 0, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=30 for metrics=[&apos;admitted&apos;, &apos;queued&apos;, &apos;rejected&apos;])
-- 2019-04-18 06:01:00,645 INFO     Thread-11: Started query 4f46e641a99d1606:9a08768000000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470f50&gt;
-- 2019-04-18 06:01:00,659 INFO     Thread-5: Started query 51473537e2ec5c5e:3e53a99d00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470210&gt;
-- 2019-04-18 06:01:00,679 INFO     Thread-3: Started query 634d3cd707f556be:5b7ee99600000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce50&gt;
-- 2019-04-18 06:01:00,679 INFO     Thread-12: Started query d94d332bde96a9c0:ae8d41db00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470e50&gt;
-- 2019-04-18 06:01:00,680 INFO     Thread-4: Started query e54d2efced1029e2:46e9554100000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745eb50&gt;
-- 2019-04-18 06:01:00,681 INFO     Thread-19: Started query d041dc7a2fe8fb4f:e779fad900000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c250&gt;
-- 2019-04-18 06:01:00,681 INFO     Thread-24: Started query 834e6a132c3bfb87:0f23ba1e00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c890&gt;
-- 2019-04-18 06:01:00,687 INFO     Thread-7: Started query 2346abd82bd0ff8d:1956edeb00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745eb10&gt;
-- 2019-04-18 06:01:00,687 INFO     Thread-1: Started query 5e4fe973d2978ce2:314014fe00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470b10&gt;
-- 2019-04-18 06:01:00,689 INFO     Thread-16: Started query 4547b99a0ea688d9:9b2d208100000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470710&gt;
-- 2019-04-18 06:01:00,697 INFO     Thread-18: Started query fd47f115f13f07e8:cc4f122e00000000
-- 2019-04-18 06:01:00,697 INFO     Thread-9: Started query 164cc7e94d5194fe:31203def00000000
-- 2019-04-18 06:01:00,697 INFO     Thread-27: Started query 5c4592ab9c1852fa:0fe7be5f00000000
-- 2019-04-18 06:01:00,697 INFO     Thread-15: Started query ef49b8e911c622d4:4cc5312b00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470810&gt;
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ef50&gt;
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c650&gt;
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce10&gt;
-- 2019-04-18 06:01:00,710 INFO     Thread-28: Started query f046546f8de402cd:7a5dabd800000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480910&gt;
-- 2019-04-18 06:01:00,710 INFO     Thread-10: Started query 3c44f0baf6c71581:50e5585500000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c410&gt;
-- 2019-04-18 06:01:00,722 INFO     Thread-13: Started query b4465567635c779b:91abdc1a00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745cfd0&gt;
-- 2019-04-18 06:01:00,723 INFO     Thread-25: Started query e148f5d707c5692b:8e0e483700000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745cc90&gt;
-- 2019-04-18 06:01:00,735 INFO     Thread-22: Started query f1475dbd56cb7ef0:190f21b200000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745e4d0&gt;
-- 2019-04-18 06:01:00,743 INFO     Thread-6: Started query 5a4d0b4dd03cb8ef:734966e500000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745e750&gt;
-- 2019-04-18 06:01:00,746 INFO     Thread-21: Started query 7b4e610b199264b3:cac2604800000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c090&gt;
-- 2019-04-18 06:01:00,747 INFO     Thread-2: Started query 8e4414852c97c812:ae0fa97800000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480290&gt;
-- 2019-04-18 06:01:00,751 INFO     Thread-14: Started query 9e470d777debdfac:8bd55ae800000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480190&gt;
-- 2019-04-18 06:01:00,766 INFO     Thread-30: Started query ff4776ca522dcfd6:3d0c91d400000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480990&gt;
-- 2019-04-18 06:01:00,807 INFO     Thread-26: Started query 494e1863f99580f4:10aebbeb00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470f10&gt;
-- 2019-04-18 06:01:00,809 INFO     Thread-29: Started query 274f614e2c6cb5b6:ba2fb3df00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c150&gt;
-- 2019-04-18 06:01:00,810 INFO     Thread-23: Started query f847f48259e52102:cac90ca600000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c110&gt;
-- 2019-04-18 06:01:00,811 INFO     Thread-8: Started query 2142cb5e274eb991:b405486300000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ee50&gt;
-- 2019-04-18 06:01:00,812 INFO     Thread-17: Started query a442f29dfff5aeab:d5c8463b00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ead0&gt;
-- 2019-04-18 06:01:00,821 INFO     Thread-20: Started query 8f4434f0b88e0075:8cb9dba200000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480590&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470f50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470210&gt;
-- 2019-04-18 06:01:00,865 INFO     Thread-5: Admission result for query 4 : Admitted immediately
-- 2019-04-18 06:01:00,866 INFO     Thread-5: Admitted query 4
-- 2019-04-18 06:01:00,870 INFO     Thread-11: Admission result for query 10 : Admitted immediately
-- 2019-04-18 06:01:00,870 INFO     Thread-11: Admitted query 10
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470f50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c250&gt;
-- 2019-04-18 06:01:00,887 INFO     Thread-19: Admission result for query 18 : Admitted immediately
-- 2019-04-18 06:01:00,887 INFO     Thread-19: Admitted query 18
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c250&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745eb50&gt;
-- 2019-04-18 06:01:00,890 INFO     Thread-4: Admission result for query 3 : Admitted immediately
-- 2019-04-18 06:01:00,890 INFO     Thread-4: Admitted query 3
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745eb10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470710&gt;
-- 2019-04-18 06:01:00,895 INFO     Thread-16: Admission result for query 15 : Admitted immediately
-- 2019-04-18 06:01:00,895 INFO     Thread-16: Admitted query 15
-- 2019-04-18 06:01:00,896 INFO     Thread-7: Admission result for query 6 : Admitted immediately
-- 2019-04-18 06:01:00,896 INFO     Thread-7: Admitted query 6
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745eb10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470f10&gt;
-- 2019-04-18 06:01:00,912 INFO     Thread-26: Admission result for query 25 : Admitted immediately
-- 2019-04-18 06:01:00,912 INFO     Thread-26: Admitted query 25
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470e50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470b10&gt;
-- 2019-04-18 06:01:00,948 INFO     Thread-1: Admission result for query 0 : Admitted immediately
-- 2019-04-18 06:01:00,948 INFO     Thread-1: Admitted query 0
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480290&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480190&gt;
-- 2019-04-18 06:01:00,959 INFO     Thread-14: Admission result for query 13 : Admitted immediately
-- 2019-04-18 06:01:00,959 INFO     Thread-14: Admitted query 13
-- 2019-04-18 06:01:00,959 INFO     Thread-12: Admission result for query 11 : Admitted immediately
-- 2019-04-18 06:01:00,959 INFO     Thread-12: Admitted query 11
-- 2019-04-18 06:01:00,959 INFO     Thread-2: Admission result for query 1 : Admitted immediately
-- 2019-04-18 06:01:00,959 INFO     Thread-2: Admitted query 1
-- 2019-04-18 06:01:00,968 INFO     Thread-3: Admission result for query 2 : Admitted immediately
-- 2019-04-18 06:01:00,969 INFO     Thread-3: Admitted query 2
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c650&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ef50&gt;
-- 2019-04-18 06:01:01,008 INFO     Thread-9: Admission result for query 8 : Admitted immediately
-- 2019-04-18 06:01:01,008 INFO     Thread-9: Admitted query 8
-- 2019-04-18 06:01:01,009 INFO     Thread-27: Admission result for query 26 : Admitted immediately
-- 2019-04-18 06:01:01,010 INFO     Thread-27: Admitted query 26
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c650&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c090&gt;
-- 2019-04-18 06:01:01,053 INFO     Thread-21: Admission result for query 20 : Admitted immediately
-- 2019-04-18 06:01:01,053 INFO     Thread-21: Admitted query 20
-- 2019-04-18 06:01:01,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,104 INFO     MainThread: wait_for_metric_changes, current=admitted=15, queued=15, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:01:01,104 INFO     MainThread: DeltaSum=30 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 15, &apos;released&apos;: 0, &apos;rejected&apos;: 0, &apos;queued&apos;: 15, &apos;timed-out&apos;: 0} (Expected=30 for metrics=[&apos;admitted&apos;, &apos;queued&apos;, &apos;rejected&apos;])
-- 2019-04-18 06:01:01,104 INFO     MainThread: Found all 30 metrics after 2.1 seconds
-- 2019-04-18 06:01:01,104 INFO     MainThread: Waiting for 15 threads to begin execution
-- 2019-04-18 06:01:01,104 INFO     MainThread: Found all 15 admitted threads after 0.0 seconds
-- 2019-04-18 06:01:01,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,252 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:01,642 INFO     MainThread: Main loop, curr_metrics: admitted=15, queued=15, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:01:01,654 INFO     MainThread: Main loop, will request 15 queries to end
-- 2019-04-18 06:01:01,654 INFO     MainThread: Requesting 15 clients to end queries
-- 2019-04-18 06:01:01,654 INFO     MainThread: Cancelling query 4
-- 2019-04-18 06:01:01,654 INFO     MainThread: Cancelling query 10
-- 2019-04-18 06:01:01,654 INFO     MainThread: Cancelling query 18
-- 2019-04-18 06:01:01,654 INFO     MainThread: Cancelling query 3
-- 2019-04-18 06:01:01,654 INFO     MainThread: Cancelling query 15
-- 2019-04-18 06:01:01,654 INFO     MainThread: Cancelling query 6
-- 2019-04-18 06:01:01,654 INFO     MainThread: Cancelling query 25
-- 2019-04-18 06:01:01,658 INFO     MainThread: Cancelling query 0
-- 2019-04-18 06:01:01,658 INFO     MainThread: Cancelling query 13
-- 2019-04-18 06:01:01,658 INFO     MainThread: Cancelling query 11
-- 2019-04-18 06:01:01,658 INFO     MainThread: Cancelling query 1
-- 2019-04-18 06:01:01,658 INFO     MainThread: Cancelling query 2
-- 2019-04-18 06:01:01,658 INFO     MainThread: Cancelling query 8
-- 2019-04-18 06:01:01,658 INFO     MainThread: Cancelling query 26
-- 2019-04-18 06:01:01,659 INFO     MainThread: Cancelling query 20
-- 2019-04-18 06:01:01,667 INFO     Thread-5: Ending query QueryHandle(log_context=&apos;51473537e2ec5c5e:3e53a99d00000000&apos;, id=&apos;51473537e2ec5c5e:3e53a99d00000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470210&gt;
-- 2019-04-18 06:01:01,700 INFO     Thread-4: Ending query QueryHandle(log_context=&apos;e54d2efced1029e2:46e9554100000000&apos;, id=&apos;e54d2efced1029e2:46e9554100000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745eb50&gt;
-- 2019-04-18 06:01:01,701 INFO     Thread-16: Ending query QueryHandle(log_context=&apos;4547b99a0ea688d9:9b2d208100000000&apos;, id=&apos;4547b99a0ea688d9:9b2d208100000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470710&gt;
-- 2019-04-18 06:01:01,715 INFO     Thread-26: Ending query QueryHandle(log_context=&apos;494e1863f99580f4:10aebbeb00000000&apos;, id=&apos;494e1863f99580f4:10aebbeb00000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470f10&gt;
-- 2019-04-18 06:01:01,750 INFO     Thread-1: Ending query QueryHandle(log_context=&apos;5e4fe973d2978ce2:314014fe00000000&apos;, id=&apos;5e4fe973d2978ce2:314014fe00000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470b10&gt;
-- 2019-04-18 06:01:01,760 INFO     Thread-14: Ending query QueryHandle(log_context=&apos;9e470d777debdfac:8bd55ae800000000&apos;, id=&apos;9e470d777debdfac:8bd55ae800000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480190&gt;
-- 2019-04-18 06:01:01,761 INFO     Thread-12: Ending query QueryHandle(log_context=&apos;d94d332bde96a9c0:ae8d41db00000000&apos;, id=&apos;d94d332bde96a9c0:ae8d41db00000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470e50&gt;
-- 2019-04-18 06:01:01,761 INFO     Thread-2: Ending query QueryHandle(log_context=&apos;8e4414852c97c812:ae0fa97800000000&apos;, id=&apos;8e4414852c97c812:ae0fa97800000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480290&gt;
-- 2019-04-18 06:01:01,809 INFO     Thread-9: Ending query QueryHandle(log_context=&apos;164cc7e94d5194fe:31203def00000000&apos;, id=&apos;164cc7e94d5194fe:31203def00000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ef50&gt;
-- 2019-04-18 06:01:01,855 INFO     Thread-21: Ending query QueryHandle(log_context=&apos;7b4e610b199264b3:cac2604800000000&apos;, id=&apos;7b4e610b199264b3:cac2604800000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c090&gt;
-- 2019-04-18 06:01:14,645 INFO     Thread-11: Ending query QueryHandle(log_context=&apos;4f46e641a99d1606:9a08768000000000&apos;, id=&apos;4f46e641a99d1606:9a08768000000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470f50&gt;
-- 2019-04-18 06:01:14,873 INFO     Thread-19: Ending query QueryHandle(log_context=&apos;d041dc7a2fe8fb4f:e779fad900000000&apos;, id=&apos;d041dc7a2fe8fb4f:e779fad900000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c250&gt;
-- 2019-04-18 06:01:15,417 INFO     Thread-7: Ending query QueryHandle(log_context=&apos;2346abd82bd0ff8d:1956edeb00000000&apos;, id=&apos;2346abd82bd0ff8d:1956edeb00000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745eb10&gt;
-- 2019-04-18 06:01:15,601 INFO     Thread-27: Ending query QueryHandle(log_context=&apos;5c4592ab9c1852fa:0fe7be5f00000000&apos;, id=&apos;5c4592ab9c1852fa:0fe7be5f00000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c650&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470f50&gt;
-- 2019-04-18 06:01:15,728 INFO     Thread-3: Ending query QueryHandle(log_context=&apos;634d3cd707f556be:5b7ee99600000000&apos;, id=&apos;634d3cd707f556be:5b7ee99600000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce50&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c250&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745eb10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c650&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470f50&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce50&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c250&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c410&gt;
-- 2019-04-18 06:01:17,239 INFO     Thread-10: Admission result for query 9 : Admitted (queued)
-- 2019-04-18 06:01:17,239 INFO     Thread-10: Admitted query 9
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470810&gt;
-- 2019-04-18 06:01:17,360 INFO     Thread-18: Admission result for query 17 : Admitted (queued)
-- 2019-04-18 06:01:17,361 INFO     Thread-18: Admitted query 17
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745eb10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c650&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce10&gt;
-- 2019-04-18 06:01:20,878 INFO     Thread-15: Admission result for query 14 : Admitted (queued)
-- 2019-04-18 06:01:20,878 INFO     Thread-15: Admitted query 14
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c890&gt;
-- 2019-04-18 06:01:21,431 INFO     Thread-24: Admission result for query 23 : Admitted (queued)
-- 2019-04-18 06:01:21,432 INFO     Thread-24: Admitted query 23
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c110&gt;
-- 2019-04-18 06:01:21,484 INFO     Thread-23: Admission result for query 22 : Admitted (queued)
-- 2019-04-18 06:01:21,484 INFO     Thread-23: Admitted query 22
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c110&gt;
-- 2019-04-18 06:01:21,694 INFO     MainThread: wait_for_metric_changes, initial=admitted=15, queued=15, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:01:21,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,713 INFO     MainThread: wait_for_metric_changes, current=admitted=20, queued=15, dequeued=5, rejected=0, released=15, timed-out=0
-- 2019-04-18 06:01:21,714 INFO     MainThread: DeltaSum=15 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 15, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=15 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:01:21,714 INFO     MainThread: Found all 15 metrics after 0.0 seconds
-- 2019-04-18 06:01:21,714 INFO     MainThread: wait_for_metric_changes, initial=admitted=15, queued=15, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:01:21,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,729 INFO     MainThread: wait_for_metric_changes, current=admitted=20, queued=15, dequeued=5, rejected=0, released=15, timed-out=0
-- 2019-04-18 06:01:21,729 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 15, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:01:21,729 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:01:21,730 INFO     MainThread: Waiting for 5 threads to begin execution
-- 2019-04-18 06:01:21,730 INFO     MainThread: Found all 5 admitted threads after 0.0 seconds
-- 2019-04-18 06:01:21,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,864 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:21,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,332 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,566 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,813 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,917 INFO     MainThread: Waited 1.2 for 10 heartbeats
-- 2019-04-18 06:01:22,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,924 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,930 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:22,933 INFO     MainThread: Main loop, curr_metrics: admitted=20, queued=15, dequeued=5, rejected=0, released=15, timed-out=0
-- 2019-04-18 06:01:22,933 INFO     MainThread: Main loop, will request 5 queries to end
-- 2019-04-18 06:01:22,934 INFO     MainThread: Requesting 5 clients to end queries
-- 2019-04-18 06:01:22,934 INFO     MainThread: Cancelling query 9
-- 2019-04-18 06:01:22,934 INFO     MainThread: Cancelling query 17
-- 2019-04-18 06:01:22,934 INFO     MainThread: Cancelling query 14
-- 2019-04-18 06:01:22,934 INFO     MainThread: Cancelling query 23
-- 2019-04-18 06:01:22,934 INFO     MainThread: Cancelling query 22
-- 2019-04-18 06:01:22,976 INFO     Thread-18: Ending query QueryHandle(log_context=&apos;fd47f115f13f07e8:cc4f122e00000000&apos;, id=&apos;fd47f115f13f07e8:cc4f122e00000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7470810&gt;
-- 2019-04-18 06:01:23,034 INFO     Thread-24: Ending query QueryHandle(log_context=&apos;834e6a132c3bfb87:0f23ba1e00000000&apos;, id=&apos;834e6a132c3bfb87:0f23ba1e00000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c890&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745e750&gt;
-- 2019-04-18 06:01:23,049 INFO     Thread-10: Ending query QueryHandle(log_context=&apos;3c44f0baf6c71581:50e5585500000000&apos;, id=&apos;3c44f0baf6c71581:50e5585500000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c410&gt;
-- 2019-04-18 06:01:23,050 INFO     Thread-6: Admission result for query 5 : Admitted (queued)
-- 2019-04-18 06:01:23,050 INFO     Thread-6: Admitted query 5
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480990&gt;
-- 2019-04-18 06:01:23,151 INFO     Thread-30: Admission result for query 29 : Admitted (queued)
-- 2019-04-18 06:01:23,151 INFO     Thread-30: Admitted query 29
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745cc90&gt;
-- 2019-04-18 06:01:23,156 INFO     Thread-25: Admission result for query 24 : Admitted (queued)
-- 2019-04-18 06:01:23,156 INFO     Thread-25: Admitted query 24
-- 2019-04-18 06:01:24,722 INFO     Thread-15: Ending query QueryHandle(log_context=&apos;ef49b8e911c622d4:4cc5312b00000000&apos;, id=&apos;ef49b8e911c622d4:4cc5312b00000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce10&gt;
-- 2019-04-18 06:01:25,660 INFO     Thread-23: Ending query QueryHandle(log_context=&apos;f847f48259e52102:cac90ca600000000&apos;, id=&apos;f847f48259e52102:cac90ca600000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c110&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480910&gt;
-- 2019-04-18 06:01:26,284 INFO     Thread-28: Admission result for query 27 : Admitted (queued)
-- 2019-04-18 06:01:26,284 INFO     Thread-28: Admitted query 27
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c150&gt;
-- 2019-04-18 06:01:26,333 INFO     Thread-29: Admission result for query 28 : Admitted (queued)
-- 2019-04-18 06:01:26,333 INFO     Thread-29: Admitted query 28
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c110&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ce10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c110&gt;
-- 2019-04-18 06:01:27,939 INFO     MainThread: wait_for_metric_changes, initial=admitted=20, queued=15, dequeued=5, rejected=0, released=15, timed-out=0
-- 2019-04-18 06:01:27,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:27,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:27,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:27,956 INFO     MainThread: wait_for_metric_changes, current=admitted=25, queued=15, dequeued=10, rejected=0, released=20, timed-out=0
-- 2019-04-18 06:01:27,957 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:01:27,957 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:01:27,957 INFO     MainThread: wait_for_metric_changes, initial=admitted=20, queued=15, dequeued=5, rejected=0, released=15, timed-out=0
-- 2019-04-18 06:01:27,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:27,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:27,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:27,979 INFO     MainThread: wait_for_metric_changes, current=admitted=25, queued=15, dequeued=10, rejected=0, released=20, timed-out=0
-- 2019-04-18 06:01:27,980 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:01:27,980 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:01:27,980 INFO     MainThread: Waiting for 5 threads to begin execution
-- 2019-04-18 06:01:27,980 INFO     MainThread: Found all 5 admitted threads after 0.0 seconds
-- 2019-04-18 06:01:27,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:27,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:27,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:27,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,004 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,244 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:28,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:29,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:29,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:29,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:29,136 INFO     MainThread: Waited 1.2 for 10 heartbeats
-- 2019-04-18 06:01:29,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:29,140 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:29,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:29,146 INFO     MainThread: Main loop, curr_metrics: admitted=25, queued=15, dequeued=10, rejected=0, released=20, timed-out=0
-- 2019-04-18 06:01:29,146 INFO     MainThread: Main loop, will request 5 queries to end
-- 2019-04-18 06:01:29,146 INFO     MainThread: Requesting 5 clients to end queries
-- 2019-04-18 06:01:29,146 INFO     MainThread: Cancelling query 5
-- 2019-04-18 06:01:29,147 INFO     MainThread: Cancelling query 29
-- 2019-04-18 06:01:29,147 INFO     MainThread: Cancelling query 24
-- 2019-04-18 06:01:29,147 INFO     MainThread: Cancelling query 27
-- 2019-04-18 06:01:29,147 INFO     MainThread: Cancelling query 28
-- 2019-04-18 06:01:29,166 INFO     Thread-25: Ending query QueryHandle(log_context=&apos;e148f5d707c5692b:8e0e483700000000&apos;, id=&apos;e148f5d707c5692b:8e0e483700000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745cc90&gt;
-- 2019-04-18 06:01:29,172 INFO     Thread-30: Ending query QueryHandle(log_context=&apos;ff4776ca522dcfd6:3d0c91d400000000&apos;, id=&apos;ff4776ca522dcfd6:3d0c91d400000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480990&gt;
-- 2019-04-18 06:01:29,259 INFO     Thread-6: Ending query QueryHandle(log_context=&apos;5a4d0b4dd03cb8ef:734966e500000000&apos;, id=&apos;5a4d0b4dd03cb8ef:734966e500000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745e750&gt;
-- 2019-04-18 06:01:29,291 INFO     Thread-28: Ending query QueryHandle(log_context=&apos;f046546f8de402cd:7a5dabd800000000&apos;, id=&apos;f046546f8de402cd:7a5dabd800000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480910&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ee50&gt;
-- 2019-04-18 06:01:29,319 INFO     Thread-8: Admission result for query 7 : Admitted (queued)
-- 2019-04-18 06:01:29,319 INFO     Thread-8: Admitted query 7
-- 2019-04-18 06:01:29,337 INFO     Thread-29: Ending query QueryHandle(log_context=&apos;274f614e2c6cb5b6:ba2fb3df00000000&apos;, id=&apos;274f614e2c6cb5b6:ba2fb3df00000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745c150&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745e4d0&gt;
-- 2019-04-18 06:01:29,377 INFO     Thread-22: Admission result for query 21 : Admitted (queued)
-- 2019-04-18 06:01:29,378 INFO     Thread-22: Admitted query 21
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ead0&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745cfd0&gt;
-- 2019-04-18 06:01:29,432 INFO     Thread-13: Admission result for query 12 : Admitted (queued)
-- 2019-04-18 06:01:29,432 INFO     Thread-13: Admitted query 12
-- 2019-04-18 06:01:29,432 INFO     Thread-17: Admission result for query 16 : Admitted (queued)
-- 2019-04-18 06:01:29,432 INFO     Thread-17: Admitted query 16
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480590&gt;
-- 2019-04-18 06:01:35,726 INFO     Thread-20: Admission result for query 19 : Admitted (queued)
-- 2019-04-18 06:01:35,726 INFO     Thread-20: Admitted query 19
-- 2019-04-18 06:01:36,152 INFO     MainThread: wait_for_metric_changes, initial=admitted=25, queued=15, dequeued=10, rejected=0, released=20, timed-out=0
-- 2019-04-18 06:01:36,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,164 INFO     MainThread: wait_for_metric_changes, current=admitted=30, queued=15, dequeued=15, rejected=0, released=25, timed-out=0
-- 2019-04-18 06:01:36,165 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:01:36,165 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:01:36,165 INFO     MainThread: wait_for_metric_changes, initial=admitted=25, queued=15, dequeued=10, rejected=0, released=20, timed-out=0
-- 2019-04-18 06:01:36,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,174 INFO     MainThread: wait_for_metric_changes, current=admitted=30, queued=15, dequeued=15, rejected=0, released=25, timed-out=0
-- 2019-04-18 06:01:36,174 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:01:36,174 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:01:36,174 INFO     MainThread: Waiting for 5 threads to begin execution
-- 2019-04-18 06:01:36,174 INFO     MainThread: Found all 5 admitted threads after 0.0 seconds
-- 2019-04-18 06:01:36,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,191 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,515 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,521 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,625 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,852 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:36,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:37,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:37,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:37,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:37,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:37,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:37,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:37,284 INFO     MainThread: Waited 1.1 for 10 heartbeats
-- 2019-04-18 06:01:37,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:37,289 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:37,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:37,295 INFO     MainThread: Main loop, curr_metrics: admitted=30, queued=15, dequeued=15, rejected=0, released=25, timed-out=0
-- 2019-04-18 06:01:37,296 INFO     MainThread: Main loop, will request 5 queries to end
-- 2019-04-18 06:01:37,296 INFO     MainThread: Requesting 5 clients to end queries
-- 2019-04-18 06:01:37,296 INFO     MainThread: Cancelling query 7
-- 2019-04-18 06:01:37,296 INFO     MainThread: Cancelling query 21
-- 2019-04-18 06:01:37,296 INFO     MainThread: Cancelling query 12
-- 2019-04-18 06:01:37,296 INFO     MainThread: Cancelling query 16
-- 2019-04-18 06:01:37,296 INFO     MainThread: Cancelling query 19
-- 2019-04-18 06:01:37,328 INFO     Thread-20: Ending query QueryHandle(log_context=&apos;8f4434f0b88e0075:8cb9dba200000000&apos;, id=&apos;8f4434f0b88e0075:8cb9dba200000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7480590&gt;
-- 2019-04-18 06:01:37,332 INFO     Thread-8: Ending query QueryHandle(log_context=&apos;2142cb5e274eb991:b405486300000000&apos;, id=&apos;2142cb5e274eb991:b405486300000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ee50&gt;
-- 2019-04-18 06:01:37,409 INFO     Thread-22: Ending query QueryHandle(log_context=&apos;f1475dbd56cb7ef0:190f21b200000000&apos;, id=&apos;f1475dbd56cb7ef0:190f21b200000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745e4d0&gt;
-- 2019-04-18 06:01:37,450 INFO     Thread-17: Ending query QueryHandle(log_context=&apos;a442f29dfff5aeab:d5c8463b00000000&apos;, id=&apos;a442f29dfff5aeab:d5c8463b00000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745ead0&gt;
-- 2019-04-18 06:01:37,453 INFO     Thread-13: Ending query QueryHandle(log_context=&apos;b4465567635c779b:91abdc1a00000000&apos;, id=&apos;b4465567635c779b:91abdc1a00000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d745cfd0&gt;
-- 2019-04-18 06:01:41,300 INFO     MainThread: wait_for_metric_changes, initial=admitted=30, queued=15, dequeued=15, rejected=0, released=25, timed-out=0
-- 2019-04-18 06:01:41,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,312 INFO     MainThread: wait_for_metric_changes, current=admitted=30, queued=15, dequeued=15, rejected=0, released=30, timed-out=0
-- 2019-04-18 06:01:41,312 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:01:41,312 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:01:41,313 INFO     MainThread: wait_for_metric_changes, initial=admitted=30, queued=15, dequeued=15, rejected=0, released=25, timed-out=0
-- 2019-04-18 06:01:41,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,322 INFO     MainThread: wait_for_metric_changes, current=admitted=30, queued=15, dequeued=15, rejected=0, released=30, timed-out=0
-- 2019-04-18 06:01:41,322 INFO     MainThread: DeltaSum=0 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=0 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:01:41,322 INFO     MainThread: Found all 0 metrics after 0.0 seconds
-- 2019-04-18 06:01:41,322 INFO     MainThread: Waiting for 0 threads to begin execution
-- 2019-04-18 06:01:41,322 INFO     MainThread: Found all 0 admitted threads after 0.0 seconds
-- 2019-04-18 06:01:41,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,446 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,558 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,668 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:41,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,429 INFO     MainThread: Waited 1.1 for 10 heartbeats
-- 2019-04-18 06:01:42,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,436 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,438 INFO     MainThread: Final metrics: admitted=30, queued=15, dequeued=15, rejected=0, released=30, timed-out=0
-- 2019-04-18 06:01:42,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:42,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionControllerStress" file="custom_cluster/test_admission_controller.py" line="1433" name="test_admission_controller_with_configs[num_queries: 30 | protocol: beeswax | table_format: text/none | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | submission_delay_ms: 0 | round_robin_submission: True]" time="51.9493288994"><system-err>-- 2019-04-18 06:01:42,721 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -fair_scheduler_allocation_path /home/ubuntu/Impala/fe/src/test/resources/fair-scheduler-test2.xml -llama_site_path /home/ubuntu/Impala/fe/src/test/resources/llama-site-test2.xml  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
06:01:43 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:01:44 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:01:45 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:01:45 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:01:45 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:01:48 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:01:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:01:48 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:01:49 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:01:49 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:01:50 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:01:50 MainThread: num_known_live_backends has reached value: 3
06:01:50 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:01:50 MainThread: num_known_live_backends has reached value: 3
06:01:51 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:01:51 MainThread: num_known_live_backends has reached value: 3
06:01:51 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:01:51,914 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:01:51,914 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:01:51,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:51,917 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:01:51,917 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:01:51,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:51,919 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:01:51,919 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:01:51,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:51,921 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:01:51,921 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:01:51,922 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:51,923 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74bfe50&gt;
-- 2019-04-18 06:01:52,105 INFO     MainThread: Closing active operation
-- 2019-04-18 06:01:52,106 INFO     MainThread: Starting test case with parameters: num_queries: 30 | protocol: beeswax | table_format: text/none | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | submission_delay_ms: 0 | round_robin_submission: True
-- 2019-04-18 06:01:52,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:52,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:52,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:52,117 INFO     MainThread: Initial metrics: admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

-- connecting to: ip-172-31-13-181:21000
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

-- connecting to: ip-172-31-13-181:21000
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

-- executing against ip-172-31-13-181:21002
use functional;

-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

-- executing against ip-172-31-13-181:21002
use functional;

-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- 2019-04-18 06:01:52,160 INFO     MainThread: Wait for initial admission decisions
-- 2019-04-18 06:01:52,160 INFO     MainThread: wait_for_metric_changes, initial=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
-- connecting to: ip-172-31-13-181:21001
-- 2019-04-18 06:01:52,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:01:52,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21002
use functional;

-- executing against ip-172-31-13-181:21001
use functional;

-- connecting to: ip-172-31-13-181:21002
-- connecting to: ip-172-31-13-181:21001
-- 2019-04-18 06:01:52,174 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21002
use functional;

-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:01:52,178 INFO     MainThread: wait_for_metric_changes, current=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:01:52,178 INFO     MainThread: DeltaSum=0 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 0, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=30 for metrics=[&apos;admitted&apos;, &apos;queued&apos;, &apos;rejected&apos;])
-- 2019-04-18 06:01:52,302 INFO     Thread-34: Started query 424c1dc4050be8a0:e073540f00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
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=root.queueB;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,306 INFO     Thread-34: Submitting query 3
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:01:52,312 INFO     Thread-43: Started query 544a2dc522716d38:be32fa3400000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
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=root.queueB;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,315 INFO     Thread-43: Submitting query 12
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:01:52,319 INFO     Thread-37: Started query 474936146a143cf0:c1d7d02000000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
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=root.queueB;
SET exec_single_node_rows_threshold=0;
-- executing against ip-172-31-13-181:21000
SET QUERY_TIMEOUT_S=1;

-- 2019-04-18 06:01:52,364 INFO     Thread-37: Started query 1342be7d4c6dfaad:76f694e000000000
-- 2019-04-18 06:01:52,368 INFO     Thread-37: Submitting query 6
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:01:52,378 INFO     Thread-40: Started query a4481f5447e4de3f:17296a7800000000
-- 2019-04-18 06:01:52,382 INFO     Thread-31: Started query 894fc102f308e24c:4aa0c6cf00000000
-- 2019-04-18 06:01:52,384 INFO     Thread-58: Started query 664175157aa9642c:e95ba84100000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
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=root.queueB;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,385 INFO     Thread-40: Submitting query 9
-- executing async: ip-172-31-13-181: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
;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
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=root.queueB;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,386 INFO     Thread-31: Submitting query 0
-- executing async: ip-172-31-13-181: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
;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
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=root.queueB;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,389 INFO     Thread-58: Submitting query 27
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
;

-- 2019-04-18 06:01:52,391 INFO     Thread-46: Started query ad4fde63965670a9:badb7f1200000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
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=root.queueB;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,394 INFO     Thread-46: Submitting query 15
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
;

-- 2019-04-18 06:01:52,414 INFO     Thread-49: Started query dc49c4e06832fbf4:3294641700000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
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=root.queueB;
SET exec_single_node_rows_threshold=0;
-- executing against ip-172-31-13-181:21000
SET QUERY_TIMEOUT_S=1;

-- 2019-04-18 06:01:52,422 INFO     Thread-52: Started query 1b4c71a4e5710514:47b0fb2000000000
-- 2019-04-18 06:01:52,423 INFO     Thread-49: Started query 204c6c4f6e48e9ce:8a94119c00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
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=root.queueB;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,425 INFO     Thread-52: Submitting query 21
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
;

-- 2019-04-18 06:01:52,426 INFO     Thread-49: Submitting query 18
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
;

-- 2019-04-18 06:01:52,436 INFO     Thread-55: Started query 9c4ebf12203278b7:81e8fb7900000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
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=root.queueB;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,442 INFO     Thread-55: Submitting query 24
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
;

-- 2019-04-18 06:01:52,474 INFO     Thread-47: Started query b44b22687cf96a9e:9c29a0a500000000
-- 2019-04-18 06:01:52,474 INFO     Thread-59: Started query 7a4e8d669c65ab23:882561b500000000
-- 2019-04-18 06:01:52,475 INFO     Thread-44: Started query 93455cda0fb768cf:8b1fca5900000000
-- 2019-04-18 06:01:52,476 INFO     Thread-54: Started query ac4e201c9cc04115:641d815700000000
-- 2019-04-18 06:01:52,476 INFO     Thread-35: Started query 97477c0c12de4d5f:ff98e11f00000000
-- 2019-04-18 06:01:52,476 INFO     Thread-45: Started query 1f4ca2237d7d0e13:62a46c7100000000
-- 2019-04-18 06:01:52,477 INFO     Thread-51: Started query 8b44bdc6650176be:4471b73a00000000
-- 2019-04-18 06:01:52,477 INFO     Thread-57: Started query fe473f9f1e9937fe:82c57bfd00000000
-- 2019-04-18 06:01:52,478 INFO     Thread-60: Started query c849c3f5bdad58da:1f470eae00000000
-- 2019-04-18 06:01:52,479 INFO     Thread-42: Started query 4944b0b1e3bbbbd1:54f0f80400000000
-- 2019-04-18 06:01:52,479 INFO     Thread-36: Started query c746a2f35b491111:13b9a50e00000000
-- 2019-04-18 06:01:52,479 INFO     Thread-39: Started query 7e4f948d9ff58724:9bf1538800000000
-- 2019-04-18 06:01:52,479 INFO     Thread-33: Started query 8e40ab7d35024ffa:615baaee00000000
-- 2019-04-18 06:01:52,480 INFO     Thread-48: Started query 744cac9fa6864432:0589616600000000
-- 2019-04-18 06:01:52,481 INFO     Thread-32: Started query b5497eca451fb0b1:b388e95800000000
-- 2019-04-18 06:01:52,482 INFO     Thread-53: Started query 9a4fd168e420f47e:ea0b69fd00000000
-- 2019-04-18 06:01:52,482 INFO     Thread-56: Started query a04f62c81cbd3a42:8f5c3f8c00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
-- 2019-04-18 06:01:52,482 INFO     Thread-50: Started query 9440b65f32200243:f1587be000000000
SET batch_size=0;
SET num_nodes=0;
-- 2019-04-18 06:01:52,483 INFO     Thread-41: Started query 9c4cf6d4f2efa68e:21067ead00000000
SET disable_codegen_rows_threshold=5000;
-- 2019-04-18 06:01:52,484 INFO     Thread-38: Started query c14e04d617cd9a92:c913ca8d00000000
SET disable_codegen=False;
SET abort_on_error=1;
SET request_pool=root.queueB;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET exec_single_node_rows_threshold=0;
SET batch_size=0;
-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1;

SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET abort_on_error=1;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET batch_size=0;
SET request_pool=root.queueB;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET num_nodes=0;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET num_nodes=0;
SET batch_size=0;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,507 INFO     Thread-54: Submitting query 23
SET batch_size=0;
SET batch_size=0;
SET batch_size=0;
SET batch_size=0;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_admission_controller_with_configs[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;;
SET batch_size=0;
SET batch_size=0;
SET batch_size=0;
SET num_nodes=0;
SET batch_size=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET batch_size=0;
SET disable_codegen_rows_threshold=5000;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET batch_size=0;
-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
;

SET num_nodes=0;
SET num_nodes=0;
SET num_nodes=0;
SET num_nodes=0;
SET num_nodes=0;
SET batch_size=0;
SET num_nodes=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET num_nodes=0;
SET disable_codegen=False;
SET num_nodes=0;
SET disable_codegen=False;
SET num_nodes=0;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET abort_on_error=1;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET abort_on_error=1;
SET disable_codegen_rows_threshold=5000;
SET abort_on_error=1;
SET disable_codegen_rows_threshold=5000;
SET abort_on_error=1;
SET disable_codegen=False;
SET abort_on_error=1;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET disable_codegen=False;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET num_nodes=0;
SET request_pool=root.queueB;
SET disable_codegen=False;
SET disable_codegen=False;
SET abort_on_error=1;
SET disable_codegen=False;
SET request_pool=root.queueB;
SET disable_codegen=False;
SET request_pool=root.queueB;
SET disable_codegen=False;
SET request_pool=root.queueB;
SET abort_on_error=1;
SET request_pool=root.queueB;
SET disable_codegen=False;
SET abort_on_error=1;
SET abort_on_error=1;
SET abort_on_error=1;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET exec_single_node_rows_threshold=0;
SET abort_on_error=1;
SET abort_on_error=1;
SET request_pool=root.queueB;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,515 INFO     Thread-47: Submitting query 16
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,515 INFO     Thread-39: Submitting query 8
SET request_pool=root.queueB;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,516 INFO     Thread-51: Submitting query 20
SET abort_on_error=1;
SET request_pool=root.queueB;
SET request_pool=root.queueB;
SET request_pool=root.queueB;
SET abort_on_error=1;
SET disable_codegen=False;
-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1;

SET request_pool=root.queueB;
SET request_pool=root.queueB;
SET exec_single_node_rows_threshold=0;
SET request_pool=root.queueB;
-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
;

-- 2019-04-18 06:01:52,517 INFO     Thread-60: Submitting query 29
SET request_pool=root.queueB;
-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1;

SET request_pool=root.queueB;
-- executing async: ip-172-31-13-181: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
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,518 INFO     Thread-59: Submitting query 28
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,518 INFO     Thread-35: Submitting query 4
-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,519 INFO     Thread-36: Submitting query 5
SET request_pool=root.queueB;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,519 INFO     Thread-44: Submitting query 13
SET request_pool=root.queueB;
SET abort_on_error=1;
SET request_pool=root.queueB;
SET exec_single_node_rows_threshold=0;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,520 INFO     Thread-42: Submitting query 11
-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,520 INFO     Thread-56: Submitting query 25
SET exec_single_node_rows_threshold=0;
-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
;

-- 2019-04-18 06:01:52,521 INFO     Thread-38: Submitting query 7
-- executing async: ip-172-31-13-181: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
;

-- executing async: ip-172-31-13-181: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
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,522 INFO     Thread-50: Submitting query 19
-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
;

-- executing async: ip-172-31-13-181: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
;

SET exec_single_node_rows_threshold=0;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,522 INFO     Thread-48: Submitting query 17
-- executing against ip-172-31-13-181:21001
SET QUERY_TIMEOUT_S=1;

-- executing async: ip-172-31-13-181: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
;

-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
;

-- executing async: ip-172-31-13-181: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
;

-- executing against ip-172-31-13-181:21001
SET QUERY_TIMEOUT_S=1;

-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:01:52,528 INFO     Thread-32: Submitting query 1
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:01:52,534 INFO     Thread-57: Started query 0d470e95f6a1ae7c:e1bc298c00000000
-- 2019-04-18 06:01:52,534 INFO     Thread-45: Started query c548c032faaafcda:969a054d00000000
-- 2019-04-18 06:01:52,536 INFO     Thread-33: Started query e9403e877d945915:1fb81f1e00000000
-- 2019-04-18 06:01:52,538 INFO     Thread-57: Submitting query 26
-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
;

-- 2019-04-18 06:01:52,539 INFO     Thread-45: Submitting query 14
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:01:52,540 INFO     Thread-33: Submitting query 2
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:01:52,556 INFO     Thread-53: Started query 7c4e4380ae333de5:fc794a0900000000
-- 2019-04-18 06:01:52,557 INFO     Thread-41: Started query ca40cbc7ba3b7ac2:b871b2b100000000
-- 2019-04-18 06:01:52,560 INFO     Thread-53: Submitting query 22
-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
;

-- 2019-04-18 06:01:52,561 INFO     Thread-41: Submitting query 10
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:01:53,181 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:53,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:53,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:53,212 INFO     MainThread: wait_for_metric_changes, current=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:01:53,213 INFO     MainThread: DeltaSum=0 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 0, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=30 for metrics=[&apos;admitted&apos;, &apos;queued&apos;, &apos;rejected&apos;])
-- 2019-04-18 06:01:54,067 INFO     Thread-33: Started query 0942ad07829897fa:af96b88800000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e6d0&gt;
-- 2019-04-18 06:01:54,087 INFO     Thread-48: Started query 1a49447519ce4e80:ddb7b36700000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ea90&gt;
-- 2019-04-18 06:01:54,098 INFO     Thread-51: Started query bc4a6415c5f0c561:d1941ae200000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ee90&gt;
-- 2019-04-18 06:01:54,098 INFO     Thread-45: Started query 084be1251e1c4105:a877b03600000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ee10&gt;
-- 2019-04-18 06:01:54,109 INFO     Thread-42: Started query ef4939393ee0ef0d:a943c5c700000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e3d0&gt;
-- 2019-04-18 06:01:54,121 INFO     Thread-38: Started query 524c6928ee454488:ebef68c700000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e450&gt;
-- 2019-04-18 06:01:54,133 INFO     Thread-39: Started query ca43149a8f75bb2b:576fe48c00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ed50&gt;
-- 2019-04-18 06:01:54,146 INFO     Thread-36: Started query 6b418c23195a9d91:afcfe40d00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eb10&gt;
-- 2019-04-18 06:01:54,147 INFO     Thread-60: Started query ee439a268f441583:44940be000000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e190&gt;
-- 2019-04-18 06:01:54,165 INFO     Thread-54: Started query f8481c91f63965fb:c2d0c28200000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e950&gt;
-- 2019-04-18 06:01:54,166 INFO     Thread-57: Started query 4d4354d881198c7d:1cac52ae00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eed0&gt;
-- 2019-04-18 06:01:54,173 INFO     Thread-44: Started query b24197e7dea23917:6453f34500000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e710&gt;
-- 2019-04-18 06:01:54,184 INFO     Thread-50: Started query 03498042b1c3c88d:477d031b00000000
-- 2019-04-18 06:01:54,184 INFO     Thread-47: Started query 5a4ec0c3530d3a6f:32a7395c00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e110&gt;
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ef3d0&gt;
-- 2019-04-18 06:01:54,185 INFO     Thread-56: Started query 984773334829a7c1:550f248000000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e9d0&gt;
-- 2019-04-18 06:01:54,189 INFO     Thread-53: Started query 374430f51845b584:fe1dd42f00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ef50&gt;
-- 2019-04-18 06:01:54,197 INFO     Thread-35: Started query 564cd7a1ae230157:d00b65e300000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ecd0&gt;
-- 2019-04-18 06:01:54,198 INFO     Thread-32: Started query 564b57c9c3dceb53:a6c9abed00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e690&gt;
-- 2019-04-18 06:01:54,212 INFO     Thread-58: Started query a8455f62eb4a7686:72776cb400000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ea10&gt;
-- 2019-04-18 06:01:54,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:54,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:54,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:54,230 INFO     Thread-40: Started query 844ecd304fe6cc53:c07d835300000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eb50&gt;
-- 2019-04-18 06:01:54,242 INFO     Thread-59: Started query 884c8f2c31f9cf31:f3b8e22c00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741efd0&gt;
-- 2019-04-18 06:01:54,243 INFO     Thread-41: Started query 7642db8913e4bb89:0ec788d200000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- 2019-04-18 06:01:54,246 INFO     MainThread: wait_for_metric_changes, current=admitted=6, queued=11, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:01:54,246 INFO     MainThread: DeltaSum=17 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 6, &apos;released&apos;: 0, &apos;rejected&apos;: 0, &apos;queued&apos;: 11, &apos;timed-out&apos;: 0} (Expected=30 for metrics=[&apos;admitted&apos;, &apos;queued&apos;, &apos;rejected&apos;])
-- 2019-04-18 06:01:54,261 INFO     Thread-34: Started query 5b4586fd62df5c64:e08fc08b00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dd050&gt;
-- 2019-04-18 06:01:54,264 INFO     Thread-55: Started query b64cf9636ac32860:0f7c9c4000000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ddbd0&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e6d0&gt;
-- 2019-04-18 06:01:54,322 INFO     Thread-33: Admission result for query 2 : Admitted immediately
-- 2019-04-18 06:01:54,322 INFO     Thread-33: Admitted query 2
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e6d0&gt;
-- 2019-04-18 06:01:54,326 INFO     Thread-46: Started query b344e4c05714a69e:8722c8f000000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eb90&gt;
-- 2019-04-18 06:01:54,326 INFO     Thread-43: Started query 584fa1cbef1e8d75:fc8a6dfd00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dd250&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eb90&gt;
-- 2019-04-18 06:01:54,327 INFO     Thread-37: Started query 6b4ddcf56dd17920:efc2d73100000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dd250&gt;
-- 2019-04-18 06:01:54,329 INFO     Thread-43: Rejected query 12
-- 2019-04-18 06:01:54,329 INFO     Thread-43: Thread terminating in state=REJECTED
-- closing connection to: ip-172-31-13-181:21000
-- 2019-04-18 06:01:54,331 INFO     Thread-52: Started query 4147b219e6f526b8:63b93a4700000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f6d0&gt;
-- 2019-04-18 06:01:54,331 INFO     Thread-31: Started query 694d0e51ec663ac8:f75103f100000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f950&gt;
-- 2019-04-18 06:01:54,331 INFO     Thread-49: Started query 2a4d4077f4acf8a6:429fcd6600000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f8d0&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f6d0&gt;
-- 2019-04-18 06:01:54,333 INFO     Thread-52: Rejected query 21
-- 2019-04-18 06:01:54,333 INFO     Thread-52: Thread terminating in state=REJECTED
-- closing connection to: ip-172-31-13-181:21000
-- 2019-04-18 06:01:54,334 INFO     Thread-46: Rejected query 15
-- 2019-04-18 06:01:54,335 INFO     Thread-46: Thread terminating in state=REJECTED
-- closing connection to: ip-172-31-13-181:21000
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ea90&gt;
-- 2019-04-18 06:01:54,345 INFO     Thread-48: Admission result for query 17 : Admitted immediately
-- 2019-04-18 06:01:54,345 INFO     Thread-48: Admitted query 17
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ee10&gt;
-- 2019-04-18 06:01:54,353 INFO     Thread-45: Admission result for query 14 : Admitted immediately
-- 2019-04-18 06:01:54,353 INFO     Thread-45: Admitted query 14
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ee10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e450&gt;
-- 2019-04-18 06:01:54,377 INFO     Thread-38: Admission result for query 7 : Admitted immediately
-- 2019-04-18 06:01:54,377 INFO     Thread-38: Admitted query 7
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ed50&gt;
-- 2019-04-18 06:01:54,390 INFO     Thread-39: Admission result for query 8 : Admitted immediately
-- 2019-04-18 06:01:54,390 INFO     Thread-39: Admitted query 8
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ee90&gt;
-- 2019-04-18 06:01:54,404 INFO     Thread-51: Admission result for query 20 : Admitted immediately
-- 2019-04-18 06:01:54,404 INFO     Thread-51: Admitted query 20
-- 2019-04-18 06:01:55,250 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,266 INFO     MainThread: wait_for_metric_changes, current=admitted=6, queued=21, dequeued=0, rejected=3, released=0, timed-out=0
-- 2019-04-18 06:01:55,267 INFO     MainThread: DeltaSum=30 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 6, &apos;released&apos;: 0, &apos;rejected&apos;: 3, &apos;queued&apos;: 21, &apos;timed-out&apos;: 0} (Expected=30 for metrics=[&apos;admitted&apos;, &apos;queued&apos;, &apos;rejected&apos;])
-- 2019-04-18 06:01:55,267 INFO     MainThread: Found all 30 metrics after 3.1 seconds
-- 2019-04-18 06:01:55,268 INFO     MainThread: Waiting for 6 threads to begin execution
-- 2019-04-18 06:01:55,268 INFO     MainThread: Found all 6 admitted threads after 0.0 seconds
-- 2019-04-18 06:01:55,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,489 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:01:55,499 INFO     MainThread: Main loop, curr_metrics: admitted=6, queued=21, dequeued=0, rejected=3, released=0, timed-out=0
-- 2019-04-18 06:01:55,499 INFO     MainThread: Main loop, will request 6 queries to end
-- 2019-04-18 06:01:55,499 INFO     MainThread: Requesting 6 clients to end queries
-- 2019-04-18 06:01:55,499 INFO     MainThread: Cancelling query 2
-- 2019-04-18 06:01:55,499 INFO     MainThread: Cancelling query 17
-- 2019-04-18 06:01:55,499 INFO     MainThread: Cancelling query 14
-- 2019-04-18 06:01:55,499 INFO     MainThread: Cancelling query 7
-- 2019-04-18 06:01:55,499 INFO     MainThread: Cancelling query 8
-- 2019-04-18 06:01:55,499 INFO     MainThread: Cancelling query 20
-- 2019-04-18 06:01:55,547 INFO     Thread-48: Ending query QueryHandle(log_context=&apos;1a49447519ce4e80:ddb7b36700000000&apos;, id=&apos;1a49447519ce4e80:ddb7b36700000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ea90&gt;
-- 2019-04-18 06:01:55,579 INFO     Thread-38: Ending query QueryHandle(log_context=&apos;524c6928ee454488:ebef68c700000000&apos;, id=&apos;524c6928ee454488:ebef68c700000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e450&gt;
-- 2019-04-18 06:01:55,592 INFO     Thread-39: Ending query QueryHandle(log_context=&apos;ca43149a8f75bb2b:576fe48c00000000&apos;, id=&apos;ca43149a8f75bb2b:576fe48c00000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ed50&gt;
-- 2019-04-18 06:01:55,606 INFO     Thread-51: Ending query QueryHandle(log_context=&apos;bc4a6415c5f0c561:d1941ae200000000&apos;, id=&apos;bc4a6415c5f0c561:d1941ae200000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ee90&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e9d0&gt;
-- 2019-04-18 06:01:55,756 INFO     Thread-56: Admission result for query 25 : Admitted (queued)
-- 2019-04-18 06:01:55,756 INFO     Thread-56: Admitted query 25
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eb50&gt;
-- 2019-04-18 06:01:55,798 INFO     Thread-40: Admission result for query 9 : Admitted (queued)
-- 2019-04-18 06:01:55,798 INFO     Thread-40: Admitted query 9
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e3d0&gt;
-- 2019-04-18 06:01:55,880 INFO     Thread-42: Admission result for query 11 : Admitted (queued)
-- 2019-04-18 06:01:55,880 INFO     Thread-42: Admitted query 11
-- 2019-04-18 06:02:02,398 INFO     Thread-33: Ending query QueryHandle(log_context=&apos;0942ad07829897fa:af96b88800000000&apos;, id=&apos;0942ad07829897fa:af96b88800000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e6d0&gt;
-- 2019-04-18 06:02:02,926 INFO     Thread-45: Ending query QueryHandle(log_context=&apos;084be1251e1c4105:a877b03600000000&apos;, id=&apos;084be1251e1c4105:a877b03600000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ee10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e6d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ee10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e6d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ee10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e190&gt;
-- 2019-04-18 06:02:06,430 INFO     Thread-60: Admission result for query 29 : Admitted (queued)
-- 2019-04-18 06:02:06,430 INFO     Thread-60: Admitted query 29
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e950&gt;
-- 2019-04-18 06:02:06,604 INFO     Thread-54: Admission result for query 23 : Admitted (queued)
-- 2019-04-18 06:02:06,604 INFO     Thread-54: Admitted query 23
-- 2019-04-18 06:02:07,512 INFO     MainThread: wait_for_metric_changes, initial=admitted=6, queued=21, dequeued=0, rejected=3, released=0, timed-out=0
-- 2019-04-18 06:02:07,515 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,521 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,530 INFO     MainThread: wait_for_metric_changes, current=admitted=11, queued=21, dequeued=5, rejected=3, released=6, timed-out=0
-- 2019-04-18 06:02:07,530 INFO     MainThread: DeltaSum=6 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 6, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=6 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:02:07,530 INFO     MainThread: Found all 6 metrics after 0.0 seconds
-- 2019-04-18 06:02:07,530 INFO     MainThread: wait_for_metric_changes, initial=admitted=6, queued=21, dequeued=0, rejected=3, released=0, timed-out=0
-- 2019-04-18 06:02:07,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,545 INFO     MainThread: wait_for_metric_changes, current=admitted=11, queued=21, dequeued=5, rejected=3, released=6, timed-out=0
-- 2019-04-18 06:02:07,546 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 6, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:02:07,546 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:02:07,546 INFO     MainThread: Waiting for 5 threads to begin execution
-- 2019-04-18 06:02:07,546 INFO     MainThread: Found all 5 admitted threads after 0.0 seconds
-- 2019-04-18 06:02:07,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,896 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:07,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,012 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,682 INFO     MainThread: Waited 1.1 for 10 heartbeats
-- 2019-04-18 06:02:08,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:08,697 INFO     MainThread: Main loop, curr_metrics: admitted=11, queued=21, dequeued=5, rejected=3, released=6, timed-out=0
-- 2019-04-18 06:02:08,697 INFO     MainThread: Main loop, will request 5 queries to end
-- 2019-04-18 06:02:08,697 INFO     MainThread: Requesting 5 clients to end queries
-- 2019-04-18 06:02:08,697 INFO     MainThread: Cancelling query 25
-- 2019-04-18 06:02:08,697 INFO     MainThread: Cancelling query 9
-- 2019-04-18 06:02:08,697 INFO     MainThread: Cancelling query 11
-- 2019-04-18 06:02:08,697 INFO     MainThread: Cancelling query 29
-- 2019-04-18 06:02:08,698 INFO     MainThread: Cancelling query 23
-- 2019-04-18 06:02:08,706 INFO     Thread-42: Ending query QueryHandle(log_context=&apos;ef4939393ee0ef0d:a943c5c700000000&apos;, id=&apos;ef4939393ee0ef0d:a943c5c700000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e3d0&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eb10&gt;
-- 2019-04-18 06:02:08,776 INFO     Thread-56: Ending query QueryHandle(log_context=&apos;984773334829a7c1:550f248000000000&apos;, id=&apos;984773334829a7c1:550f248000000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e9d0&gt;
-- 2019-04-18 06:02:08,778 INFO     Thread-36: Admission result for query 5 : Admitted (queued)
-- 2019-04-18 06:02:08,778 INFO     Thread-36: Admitted query 5
-- 2019-04-18 06:02:08,808 INFO     Thread-54: Ending query QueryHandle(log_context=&apos;f8481c91f63965fb:c2d0c28200000000&apos;, id=&apos;f8481c91f63965fb:c2d0c28200000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e950&gt;
-- 2019-04-18 06:02:08,823 INFO     Thread-40: Ending query QueryHandle(log_context=&apos;844ecd304fe6cc53:c07d835300000000&apos;, id=&apos;844ecd304fe6cc53:c07d835300000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eb50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e710&gt;
-- 2019-04-18 06:02:08,831 INFO     Thread-44: Admission result for query 13 : Admitted (queued)
-- 2019-04-18 06:02:08,831 INFO     Thread-44: Admitted query 13
-- 2019-04-18 06:02:08,834 INFO     Thread-60: Ending query QueryHandle(log_context=&apos;ee439a268f441583:44940be000000000&apos;, id=&apos;ee439a268f441583:44940be000000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e190&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eed0&gt;
-- 2019-04-18 06:02:08,879 INFO     Thread-57: Admission result for query 26 : Admitted (queued)
-- 2019-04-18 06:02:08,879 INFO     Thread-57: Admitted query 26
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eed0&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ddbd0&gt;
-- 2019-04-18 06:02:08,982 INFO     Thread-55: Admission result for query 24 : Admitted (queued)
-- 2019-04-18 06:02:08,982 INFO     Thread-55: Admitted query 24
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ef50&gt;
-- 2019-04-18 06:02:09,029 INFO     Thread-53: Admission result for query 22 : Admitted (queued)
-- 2019-04-18 06:02:09,029 INFO     Thread-53: Admitted query 22
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ef50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ea10&gt;
-- 2019-04-18 06:02:09,049 INFO     Thread-58: Admission result for query 27 : Admitted (queued)
-- 2019-04-18 06:02:09,049 INFO     Thread-58: Admitted query 27
-- 2019-04-18 06:02:09,699 INFO     MainThread: wait_for_metric_changes, initial=admitted=11, queued=21, dequeued=5, rejected=3, released=6, timed-out=0
-- 2019-04-18 06:02:09,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,716 INFO     MainThread: wait_for_metric_changes, current=admitted=17, queued=21, dequeued=11, rejected=3, released=11, timed-out=0
-- 2019-04-18 06:02:09,716 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 6, &apos;admitted&apos;: 6, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:02:09,716 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:02:09,716 INFO     MainThread: wait_for_metric_changes, initial=admitted=11, queued=21, dequeued=5, rejected=3, released=6, timed-out=0
-- 2019-04-18 06:02:09,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,748 INFO     MainThread: wait_for_metric_changes, current=admitted=17, queued=21, dequeued=11, rejected=3, released=11, timed-out=0
-- 2019-04-18 06:02:09,748 INFO     MainThread: DeltaSum=6 Deltas={&apos;dequeued&apos;: 6, &apos;admitted&apos;: 6, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:02:09,748 INFO     MainThread: Found all 6 metrics after 0.0 seconds
-- 2019-04-18 06:02:09,748 INFO     MainThread: Waiting for 6 threads to begin execution
-- 2019-04-18 06:02:09,748 INFO     MainThread: Found all 6 admitted threads after 0.0 seconds
-- 2019-04-18 06:02:09,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:09,916 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,032 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,388 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,517 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,860 INFO     MainThread: Waited 1.1 for 10 heartbeats
-- 2019-04-18 06:02:10,862 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,868 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:10,877 INFO     MainThread: Main loop, curr_metrics: admitted=17, queued=21, dequeued=11, rejected=3, released=11, timed-out=0
-- 2019-04-18 06:02:10,877 INFO     MainThread: Main loop, will request 6 queries to end
-- 2019-04-18 06:02:10,877 INFO     MainThread: Requesting 6 clients to end queries
-- 2019-04-18 06:02:10,878 INFO     MainThread: Cancelling query 5
-- 2019-04-18 06:02:10,878 INFO     MainThread: Cancelling query 13
-- 2019-04-18 06:02:10,878 INFO     MainThread: Cancelling query 26
-- 2019-04-18 06:02:10,878 INFO     MainThread: Cancelling query 24
-- 2019-04-18 06:02:10,878 INFO     MainThread: Cancelling query 22
-- 2019-04-18 06:02:10,878 INFO     MainThread: Cancelling query 27
-- 2019-04-18 06:02:10,981 INFO     Thread-36: Ending query QueryHandle(log_context=&apos;6b418c23195a9d91:afcfe40d00000000&apos;, id=&apos;6b418c23195a9d91:afcfe40d00000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eb10&gt;
-- 2019-04-18 06:02:10,986 INFO     Thread-55: Ending query QueryHandle(log_context=&apos;b64cf9636ac32860:0f7c9c4000000000&apos;, id=&apos;b64cf9636ac32860:0f7c9c4000000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ddbd0&gt;
-- 2019-04-18 06:02:11,035 INFO     Thread-44: Ending query QueryHandle(log_context=&apos;b24197e7dea23917:6453f34500000000&apos;, id=&apos;b24197e7dea23917:6453f34500000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e710&gt;
-- 2019-04-18 06:02:11,051 INFO     Thread-58: Ending query QueryHandle(log_context=&apos;a8455f62eb4a7686:72776cb400000000&apos;, id=&apos;a8455f62eb4a7686:72776cb400000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ea10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e110&gt;
-- 2019-04-18 06:02:11,170 INFO     Thread-50: Admission result for query 19 : Admitted (queued)
-- 2019-04-18 06:02:11,170 INFO     Thread-50: Admitted query 19
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dd050&gt;
-- 2019-04-18 06:02:11,191 INFO     Thread-34: Admission result for query 3 : Admitted (queued)
-- 2019-04-18 06:02:11,191 INFO     Thread-34: Admitted query 3
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ef3d0&gt;
-- 2019-04-18 06:02:11,250 INFO     Thread-47: Admission result for query 16 : Admitted (queued)
-- 2019-04-18 06:02:11,250 INFO     Thread-47: Admitted query 16
-- 2019-04-18 06:02:15,768 INFO     Thread-57: Ending query QueryHandle(log_context=&apos;4d4354d881198c7d:1cac52ae00000000&apos;, id=&apos;4d4354d881198c7d:1cac52ae00000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eed0&gt;
-- 2019-04-18 06:02:15,782 INFO     Thread-53: Ending query QueryHandle(log_context=&apos;374430f51845b584:fe1dd42f00000000&apos;, id=&apos;374430f51845b584:fe1dd42f00000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ef50&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eed0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ef50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e690&gt;
-- 2019-04-18 06:02:17,432 INFO     Thread-32: Admission result for query 1 : Admitted (queued)
-- 2019-04-18 06:02:17,432 INFO     Thread-32: Admitted query 1
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f950&gt;
-- 2019-04-18 06:02:17,475 INFO     Thread-31: Admission result for query 0 : Admitted (queued)
-- 2019-04-18 06:02:17,475 INFO     Thread-31: Admitted query 0
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741eed0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ef50&gt;
-- 2019-04-18 06:02:20,887 INFO     MainThread: wait_for_metric_changes, initial=admitted=17, queued=21, dequeued=11, rejected=3, released=11, timed-out=0
-- 2019-04-18 06:02:20,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,904 INFO     MainThread: wait_for_metric_changes, current=admitted=22, queued=21, dequeued=16, rejected=3, released=17, timed-out=0
-- 2019-04-18 06:02:20,904 INFO     MainThread: DeltaSum=6 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 6, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=6 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:02:20,904 INFO     MainThread: Found all 6 metrics after 0.0 seconds
-- 2019-04-18 06:02:20,904 INFO     MainThread: wait_for_metric_changes, initial=admitted=17, queued=21, dequeued=11, rejected=3, released=11, timed-out=0
-- 2019-04-18 06:02:20,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,918 INFO     MainThread: wait_for_metric_changes, current=admitted=22, queued=21, dequeued=16, rejected=3, released=17, timed-out=0
-- 2019-04-18 06:02:20,918 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 6, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:02:20,918 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:02:20,918 INFO     MainThread: Waiting for 5 threads to begin execution
-- 2019-04-18 06:02:20,918 INFO     MainThread: Found all 5 admitted threads after 0.0 seconds
-- 2019-04-18 06:02:20,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,924 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,930 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,934 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:20,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,174 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,499 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:21,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:22,048 INFO     MainThread: Waited 1.1 for 10 heartbeats
-- 2019-04-18 06:02:22,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:22,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:22,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:22,058 INFO     MainThread: Main loop, curr_metrics: admitted=22, queued=21, dequeued=16, rejected=3, released=17, timed-out=0
-- 2019-04-18 06:02:22,058 INFO     MainThread: Main loop, will request 5 queries to end
-- 2019-04-18 06:02:22,058 INFO     MainThread: Requesting 5 clients to end queries
-- 2019-04-18 06:02:22,058 INFO     MainThread: Cancelling query 19
-- 2019-04-18 06:02:22,058 INFO     MainThread: Cancelling query 3
-- 2019-04-18 06:02:22,058 INFO     MainThread: Cancelling query 16
-- 2019-04-18 06:02:22,058 INFO     MainThread: Cancelling query 1
-- 2019-04-18 06:02:22,058 INFO     MainThread: Cancelling query 0
-- 2019-04-18 06:02:22,074 INFO     Thread-47: Ending query QueryHandle(log_context=&apos;5a4ec0c3530d3a6f:32a7395c00000000&apos;, id=&apos;5a4ec0c3530d3a6f:32a7395c00000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ef3d0&gt;
-- 2019-04-18 06:02:22,086 INFO     Thread-31: Ending query QueryHandle(log_context=&apos;694d0e51ec663ac8:f75103f100000000&apos;, id=&apos;694d0e51ec663ac8:f75103f100000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f950&gt;
-- 2019-04-18 06:02:22,195 INFO     Thread-50: Ending query QueryHandle(log_context=&apos;03498042b1c3c88d:477d031b00000000&apos;, id=&apos;03498042b1c3c88d:477d031b00000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e110&gt;
-- 2019-04-18 06:02:22,209 INFO     Thread-34: Ending query QueryHandle(log_context=&apos;5b4586fd62df5c64:e08fc08b00000000&apos;, id=&apos;5b4586fd62df5c64:e08fc08b00000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dd050&gt;
-- 2019-04-18 06:02:22,239 INFO     Thread-32: Ending query QueryHandle(log_context=&apos;564b57c9c3dceb53:a6c9abed00000000&apos;, id=&apos;564b57c9c3dceb53:a6c9abed00000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e690&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- 2019-04-18 06:02:22,252 INFO     Thread-41: Admission result for query 10 : Admitted (queued)
-- 2019-04-18 06:02:22,252 INFO     Thread-41: Admitted query 10
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ecd0&gt;
-- 2019-04-18 06:02:22,291 INFO     Thread-35: Admission result for query 4 : Admitted (queued)
-- 2019-04-18 06:02:22,291 INFO     Thread-35: Admitted query 4
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:22,299 INFO     Thread-37: Admission result for query 6 : Admitted (queued)
-- 2019-04-18 06:02:22,299 INFO     Thread-37: Admitted query 6
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f8d0&gt;
-- 2019-04-18 06:02:26,616 INFO     Thread-49: Admission result for query 18 : Admitted (queued)
-- 2019-04-18 06:02:26,616 INFO     Thread-49: Admitted query 18
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f8d0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741efd0&gt;
-- 2019-04-18 06:02:26,853 INFO     Thread-59: Admission result for query 28 : Admitted (queued)
-- 2019-04-18 06:02:26,853 INFO     Thread-59: Admitted query 28
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:27,063 INFO     MainThread: wait_for_metric_changes, initial=admitted=22, queued=21, dequeued=16, rejected=3, released=17, timed-out=0
-- 2019-04-18 06:02:27,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- 2019-04-18 06:02:27,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,081 INFO     MainThread: wait_for_metric_changes, current=admitted=27, queued=21, dequeued=21, rejected=3, released=22, timed-out=0
-- 2019-04-18 06:02:27,081 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:02:27,081 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:02:27,082 INFO     MainThread: wait_for_metric_changes, initial=admitted=22, queued=21, dequeued=16, rejected=3, released=17, timed-out=0
-- 2019-04-18 06:02:27,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,095 INFO     MainThread: wait_for_metric_changes, current=admitted=27, queued=21, dequeued=21, rejected=3, released=22, timed-out=0
-- 2019-04-18 06:02:27,096 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 5, &apos;admitted&apos;: 5, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:02:27,096 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:02:27,096 INFO     MainThread: Waiting for 5 threads to begin execution
-- 2019-04-18 06:02:27,096 INFO     MainThread: Found all 5 admitted threads after 0.0 seconds
-- 2019-04-18 06:02:27,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:27,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,234 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:27,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:27,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,580 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- 2019-04-18 06:02:27,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:27,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- 2019-04-18 06:02:27,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:27,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:28,036 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:28,040 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:28,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:28,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:28,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:28,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:28,264 INFO     MainThread: Waited 1.2 for 10 heartbeats
-- 2019-04-18 06:02:28,265 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:28,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:28,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:28,278 INFO     MainThread: Main loop, curr_metrics: admitted=27, queued=21, dequeued=21, rejected=3, released=22, timed-out=0
-- 2019-04-18 06:02:28,278 INFO     MainThread: Main loop, will request 5 queries to end
-- 2019-04-18 06:02:28,278 INFO     MainThread: Requesting 5 clients to end queries
-- 2019-04-18 06:02:28,278 INFO     MainThread: Cancelling query 10
-- 2019-04-18 06:02:28,278 INFO     MainThread: Cancelling query 4
-- 2019-04-18 06:02:28,279 INFO     MainThread: Cancelling query 6
-- 2019-04-18 06:02:28,279 INFO     MainThread: Cancelling query 18
-- 2019-04-18 06:02:28,279 INFO     MainThread: Cancelling query 28
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- 2019-04-18 06:02:28,289 INFO     Thread-41: Ending query QueryHandle(log_context=&apos;7642db8913e4bb89:0ec788d200000000&apos;, id=&apos;7642db8913e4bb89:0ec788d200000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- 2019-04-18 06:02:28,300 INFO     Thread-35: Ending query QueryHandle(log_context=&apos;564cd7a1ae230157:d00b65e300000000&apos;, id=&apos;564cd7a1ae230157:d00b65e300000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ecd0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:28,339 INFO     Thread-37: Ending query QueryHandle(log_context=&apos;6b4ddcf56dd17920:efc2d73100000000&apos;, id=&apos;6b4ddcf56dd17920:efc2d73100000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:28,456 INFO     Thread-59: Ending query QueryHandle(log_context=&apos;884c8f2c31f9cf31:f3b8e22c00000000&apos;, id=&apos;884c8f2c31f9cf31:f3b8e22c00000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741efd0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- 2019-04-18 06:02:29,533 INFO     Thread-49: Ending query QueryHandle(log_context=&apos;2a4d4077f4acf8a6:429fcd6600000000&apos;, id=&apos;2a4d4077f4acf8a6:429fcd6600000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f8d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73dde90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f8d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d747f8d0&gt;
-- 2019-04-18 06:02:33,283 INFO     MainThread: wait_for_metric_changes, initial=admitted=27, queued=21, dequeued=21, rejected=3, released=22, timed-out=0
-- 2019-04-18 06:02:33,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,289 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,295 INFO     MainThread: wait_for_metric_changes, current=admitted=27, queued=21, dequeued=21, rejected=3, released=27, timed-out=0
-- 2019-04-18 06:02:33,295 INFO     MainThread: DeltaSum=5 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:02:33,295 INFO     MainThread: Found all 5 metrics after 0.0 seconds
-- 2019-04-18 06:02:33,295 INFO     MainThread: wait_for_metric_changes, initial=admitted=27, queued=21, dequeued=21, rejected=3, released=22, timed-out=0
-- 2019-04-18 06:02:33,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,305 INFO     MainThread: wait_for_metric_changes, current=admitted=27, queued=21, dequeued=21, rejected=3, released=27, timed-out=0
-- 2019-04-18 06:02:33,305 INFO     MainThread: DeltaSum=0 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 5, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=0 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:02:33,305 INFO     MainThread: Found all 0 metrics after 0.0 seconds
-- 2019-04-18 06:02:33,305 INFO     MainThread: Waiting for 0 threads to begin execution
-- 2019-04-18 06:02:33,305 INFO     MainThread: Found all 0 admitted threads after 0.0 seconds
-- 2019-04-18 06:02:33,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,322 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,535 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,645 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,651 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,864 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,870 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:33,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,193 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,199 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,413 INFO     MainThread: Waited 1.1 for 10 heartbeats
-- 2019-04-18 06:02:34,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,422 INFO     MainThread: Final metrics: admitted=27, queued=21, dequeued=21, rejected=3, released=27, timed-out=0
-- 2019-04-18 06:02:34,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,446 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,459 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:34,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_admission_controller.TestAdmissionControllerStress" file="custom_cluster/test_admission_controller.py" line="1454" name="test_mem_limit[num_queries: 30 | protocol: beeswax | table_format: text/none | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | submission_delay_ms: 0 | round_robin_submission: True]" time="43.674598217"><system-err>-- 2019-04-18 06:02:34,676 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-vmodule admission-controller=3 -default_pool_max_requests 150 -default_pool_max_queued 10 -default_pool_mem_limit 12884901888  -mem_limit=12884901888 -queue_wait_timeout_ms=600000 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_heartbeat_frequency_ms=100 -statestore_priority_update_frequency_ms=100 &apos; --impalad_args=--default_query_options=
06:02:35 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:02:36 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:02:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:02:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:02:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:02:40 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:02:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:02:40 MainThread: &apos;backends&apos;
06:02:40 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:02:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:02:41 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:02:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:02:42 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:02:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:02:43 MainThread: num_known_live_backends has reached value: 3
06:02:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:02:43 MainThread: num_known_live_backends has reached value: 3
06:02:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:02:44 MainThread: num_known_live_backends has reached value: 3
06:02:44 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:02:44,858 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:02:44,858 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:02:44,860 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:44,861 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:02:44,862 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:02:44,862 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:44,863 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:02:44,864 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:02:44,864 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:44,865 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:02:44,865 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:02:44,866 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:44,867 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74bd110&gt;
-- 2019-04-18 06:02:44,984 INFO     MainThread: Closing active operation
-- 2019-04-18 06:02:44,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:44,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:44,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:44,996 INFO     MainThread: Starting test case with parameters: num_queries: 30 | protocol: beeswax | table_format: text/none | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | submission_delay_ms: 0 | round_robin_submission: True
-- 2019-04-18 06:02:44,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:45,000 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:45,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:45,005 INFO     MainThread: Initial metrics: admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21001
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21002
use functional;

-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21001
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21002
use functional;

-- connecting to: ip-172-31-13-181:21000
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21000
use functional;

-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21000
use functional;

-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:02:45,029 INFO     MainThread: Wait for initial admission decisions
-- 2019-04-18 06:02:45,030 INFO     MainThread: wait_for_metric_changes, initial=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
-- executing against ip-172-31-13-181:21002
use functional;

-- executing against ip-172-31-13-181:21001
use functional;

-- 2019-04-18 06:02:45,031 INFO     Thread-61: Started query f44e8078b90a0953:fb0c394700000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- 2019-04-18 06:02:45,032 INFO     Thread-67: Started query 60432c80f51014b9:0344320000000000
-- 2019-04-18 06:02:45,032 INFO     Thread-64: Started query 4f4a8bedbcefc25b:344fdde700000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- 2019-04-18 06:02:45,032 INFO     Thread-70: Started query af48bd1d37fbad05:bea51b2700000000
-- 2019-04-18 06:02:45,032 INFO     Thread-73: Started query 844b27ab3ba5dbe8:8bd523ff00000000
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21000
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- 2019-04-18 06:02:45,036 INFO     Thread-79: Started query 3d44a8563ccf2f9f:94f183d500000000
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

-- connecting to: ip-172-31-13-181:21000
-- 2019-04-18 06:02:45,037 INFO     Thread-76: Started query de4ad9718affec44:8af9886e00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21001
-- connecting to: ip-172-31-13-181:21002
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- connecting to: ip-172-31-13-181:21001
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21002
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- 2019-04-18 06:02:45,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21000
use functional;

SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

SET batch_size=0;
-- executing against ip-172-31-13-181:21002
use functional;

-- 2019-04-18 06:02:45,053 INFO     Thread-88: Started query 7648febc2178c3b5:99feddfb00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

-- 2019-04-18 06:02:45,054 INFO     Thread-82: Started query d140ed17adc07bc7:82d584ee00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET batch_size=0;
SET batch_size=0;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET batch_size=0;
-- executing against ip-172-31-13-181:21002
use functional;

-- executing against ip-172-31-13-181:21000
use functional;

SET num_nodes=0;
SET batch_size=0;
-- 2019-04-18 06:02:45,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET batch_size=0;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- executing against ip-172-31-13-181:21001
use functional;

SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- 2019-04-18 06:02:45,061 INFO     Thread-85: Started query 47464ade3b370f12:4075494200000000
SET num_nodes=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET disable_codegen=False;
SET batch_size=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET abort_on_error=1;
SET abort_on_error=1;
SET num_nodes=0;
SET disable_codegen=False;
SET disable_codegen=False;
SET batch_size=0;
SET abort_on_error=1;
-- 2019-04-18 06:02:45,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET abort_on_error=1;
SET disable_codegen=False;
SET request_pool=default-pool;
SET request_pool=default-pool;
SET disable_codegen_rows_threshold=5000;
SET abort_on_error=1;
SET num_nodes=0;
SET abort_on_error=1;
SET request_pool=default-pool;
SET request_pool=default-pool;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET abort_on_error=1;
SET mem_limit=858993458;
SET mem_limit=858993458;
SET disable_codegen=False;
-- 2019-04-18 06:02:45,073 INFO     MainThread: wait_for_metric_changes, current=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:02:45,073 INFO     MainThread: DeltaSum=0 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 0, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=30 for metrics=[&apos;admitted&apos;, &apos;queued&apos;, &apos;rejected&apos;])
SET request_pool=default-pool;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET mem_limit=858993458;
SET mem_limit=858993458;
SET batch_size=0;
SET exec_single_node_rows_threshold=0;
SET request_pool=default-pool;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,074 INFO     Thread-61: Submitting query 0
SET abort_on_error=1;
SET mem_limit=858993458;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,074 INFO     Thread-70: Submitting query 9
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,075 INFO     Thread-64: Submitting query 3
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,075 INFO     Thread-73: Submitting query 12
SET num_nodes=0;
-- executing against ip-172-31-13-181:21000
SET QUERY_TIMEOUT_S=1;

SET mem_limit=858993458;
-- executing async: ip-172-31-13-181: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
;

SET request_pool=default-pool;
-- executing async: ip-172-31-13-181: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
;

SET request_pool=default-pool;
-- executing async: ip-172-31-13-181: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
;

-- executing async: ip-172-31-13-181: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
;

SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET request_pool=default-pool;
SET mem_limit=858993458;
SET mem_limit=858993458;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,077 INFO     Thread-82: Submitting query 21
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
union all
select * from alltypesagg where id != 21
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,078 INFO     Thread-88: Submitting query 27
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
union all
select * from alltypesagg where id != 27
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,078 INFO     Thread-76: Submitting query 15
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
union all
select * from alltypesagg where id != 15
;

SET mem_limit=858993458;
SET exec_single_node_rows_threshold=0;
-- executing against ip-172-31-13-181:21000
SET QUERY_TIMEOUT_S=1;

SET abort_on_error=1;
SET request_pool=default-pool;
SET mem_limit=858993458;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,082 INFO     Thread-85: Submitting query 24
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
union all
select * from alltypesagg where id != 24
;

-- 2019-04-18 06:02:45,087 INFO     Thread-79: Started query 934f10133c67d3e2:613e70f100000000
-- 2019-04-18 06:02:45,087 INFO     Thread-67: Started query 0245f7b04791f306:72322a1900000000
-- 2019-04-18 06:02:45,091 INFO     Thread-79: Submitting query 18
-- executing async: ip-172-31-13-181:21000

select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
union all
select * from alltypesagg where id != 18
;

-- 2019-04-18 06:02:45,091 INFO     Thread-67: Submitting query 6
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:02:45,172 INFO     Thread-83: Started query cd4176cd9569d5aa:6a721a3700000000
-- 2019-04-18 06:02:45,172 INFO     Thread-80: Started query 6e4d0ed09fd0099f:a05c238c00000000
-- 2019-04-18 06:02:45,173 INFO     Thread-86: Started query d647b52481ed1287:a6c839d800000000
-- 2019-04-18 06:02:45,173 INFO     Thread-74: Started query 834a7e2b81cf29c5:93c20cfb00000000
-- 2019-04-18 06:02:45,173 INFO     Thread-62: Started query 15488a3f0736e102:d2f2bac400000000
-- 2019-04-18 06:02:45,173 INFO     Thread-77: Started query 374b764f62cca910:0f60dbc700000000
-- 2019-04-18 06:02:45,173 INFO     Thread-89: Started query d94bd6273c2e11b7:ec07cbd400000000
-- 2019-04-18 06:02:45,174 INFO     Thread-68: Started query 0b46d7003f5b1d33:e9f99c6c00000000
-- 2019-04-18 06:02:45,175 INFO     Thread-65: Started query 064b7d2bfe02480f:a041fa1900000000
-- 2019-04-18 06:02:45,177 INFO     Thread-71: Started query 34430ddb176873a7:7e0a7d7500000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET batch_size=0;
SET num_nodes=0;
-- 2019-04-18 06:02:45,181 INFO     Thread-84: Started query 5f408098bb465819:cfb9184500000000
SET disable_codegen_rows_threshold=5000;
-- 2019-04-18 06:02:45,181 INFO     Thread-72: Started query 4040aed116c164d5:3470ff1600000000
SET disable_codegen=False;
-- 2019-04-18 06:02:45,182 INFO     Thread-90: Started query cd403f5d31f10824:a3734c6900000000
-- 2019-04-18 06:02:45,182 INFO     Thread-75: Started query 9d4e89bfbcab5d51:e9cbe42b00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET abort_on_error=1;
-- 2019-04-18 06:02:45,183 INFO     Thread-69: Started query ea4e10f4777f9a69:7cc2b90c00000000
SET batch_size=0;
-- 2019-04-18 06:02:45,183 INFO     Thread-87: Started query cb4c0f3e8932e242:142ea5ab00000000
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- 2019-04-18 06:02:45,184 INFO     Thread-81: Started query 3842af0e84fda54b:c40d2a2900000000
-- 2019-04-18 06:02:45,184 INFO     Thread-78: Started query 2844354a1e77a6a6:81e683e900000000
SET request_pool=default-pool;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
-- 2019-04-18 06:02:45,184 INFO     Thread-66: Started query 75483b05ba6f5f00:38736a0900000000
-- 2019-04-18 06:02:45,185 INFO     Thread-63: Started query a94df821b9220d0e:c5185dd600000000
SET num_nodes=0;
SET batch_size=0;
SET batch_size=0;
SET mem_limit=858993458;
SET batch_size=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET disable_codegen_rows_threshold=5000;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET batch_size=0;
SET num_nodes=0;
SET exec_single_node_rows_threshold=0;
SET batch_size=0;
SET num_nodes=0;
SET num_nodes=0;
SET batch_size=0;
SET batch_size=0;
SET batch_size=0;
SET disable_codegen=False;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET disable_codegen_rows_threshold=5000;
-- executing against ip-172-31-13-181:21001
SET QUERY_TIMEOUT_S=1;

SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET disable_codegen_rows_threshold=5000;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET disable_codegen_rows_threshold=5000;
SET num_nodes=0;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET num_nodes=0;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET abort_on_error=1;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET disable_codegen_rows_threshold=5000;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET batch_size=0;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET client_identifier=custom_cluster/test_admission_controller.py::TestAdmissionControllerStress::()::test_mem_limit[num_queries:30|protocol:beeswax|table_format:text/none|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;;
SET batch_size=0;
SET batch_size=0;
SET disable_codegen=False;
SET batch_size=0;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET request_pool=default-pool;
SET batch_size=0;
SET batch_size=0;
SET disable_codegen_rows_threshold=5000;
SET batch_size=0;
SET batch_size=0;
SET disable_codegen=False;
SET batch_size=0;
SET num_nodes=0;
SET abort_on_error=1;
SET disable_codegen=False;
SET batch_size=0;
SET num_nodes=0;
SET num_nodes=0;
SET abort_on_error=1;
SET num_nodes=0;
SET abort_on_error=1;
SET disable_codegen=False;
SET disable_codegen=False;
SET mem_limit=858993458;
SET num_nodes=0;
SET num_nodes=0;
SET disable_codegen=False;
SET num_nodes=0;
SET num_nodes=0;
SET abort_on_error=1;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET request_pool=default-pool;
SET abort_on_error=1;
SET num_nodes=0;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET request_pool=default-pool;
SET disable_codegen_rows_threshold=5000;
SET request_pool=default-pool;
SET abort_on_error=1;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET disable_codegen_rows_threshold=5000;
-- 2019-04-18 06:02:45,208 INFO     Thread-74: Submitting query 13
SET disable_codegen_rows_threshold=5000;
SET abort_on_error=1;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET mem_limit=858993458;
SET request_pool=default-pool;
SET disable_codegen_rows_threshold=5000;
SET disable_codegen=False;
SET disable_codegen=False;
SET mem_limit=858993458;
SET disable_codegen=False;
SET mem_limit=858993458;
SET request_pool=default-pool;
SET request_pool=default-pool;
SET disable_codegen=False;
-- executing async: ip-172-31-13-181: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
;

SET request_pool=default-pool;
SET disable_codegen=False;
SET disable_codegen=False;
SET request_pool=default-pool;
SET abort_on_error=1;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,210 INFO     Thread-68: Submitting query 7
SET mem_limit=858993458;
SET disable_codegen=False;
SET abort_on_error=1;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,211 INFO     Thread-65: Submitting query 4
-- 2019-04-18 06:02:45,211 INFO     Thread-89: Submitting query 28
SET mem_limit=858993458;
SET mem_limit=858993458;
SET abort_on_error=1;
SET mem_limit=858993458;
SET abort_on_error=1;
SET abort_on_error=1;
SET mem_limit=858993458;
SET request_pool=default-pool;
SET abort_on_error=1;
SET request_pool=default-pool;
-- executing async: ip-172-31-13-181: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
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,212 INFO     Thread-80: Submitting query 19
SET abort_on_error=1;
SET request_pool=default-pool;
SET request_pool=default-pool;
SET request_pool=default-pool;
-- executing async: ip-172-31-13-181: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
;

-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
union all
select * from alltypesagg where id != 28
;

SET exec_single_node_rows_threshold=0;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,213 INFO     Thread-86: Submitting query 25
SET request_pool=default-pool;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,213 INFO     Thread-62: Submitting query 1
SET request_pool=default-pool;
SET request_pool=default-pool;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,214 INFO     Thread-77: Submitting query 16
SET mem_limit=858993458;
SET request_pool=default-pool;
SET mem_limit=858993458;
-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
union all
select * from alltypesagg where id != 19
;

SET request_pool=default-pool;
SET mem_limit=858993458;
SET mem_limit=858993458;
SET mem_limit=858993458;
-- executing against ip-172-31-13-181:21001
SET QUERY_TIMEOUT_S=1;

-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
union all
select * from alltypesagg where id != 25
;

SET mem_limit=858993458;
-- executing async: ip-172-31-13-181: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
;

SET mem_limit=858993458;
SET mem_limit=858993458;
SET exec_single_node_rows_threshold=0;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,216 INFO     Thread-90: Submitting query 29
-- 2019-04-18 06:02:45,216 INFO     Thread-69: Submitting query 8
SET mem_limit=858993458;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,217 INFO     Thread-84: Submitting query 23
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,217 INFO     Thread-81: Submitting query 20
SET mem_limit=858993458;
SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,217 INFO     Thread-72: Submitting query 11
SET exec_single_node_rows_threshold=0;
SET exec_single_node_rows_threshold=0;
-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1;

-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1;

-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
union all
select * from alltypesagg where id != 29
;

-- executing async: ip-172-31-13-181: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
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,219 INFO     Thread-78: Submitting query 17
-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
union all
select * from alltypesagg where id != 23
;

-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
union all
select * from alltypesagg where id != 20
;

SET exec_single_node_rows_threshold=0;
-- 2019-04-18 06:02:45,220 INFO     Thread-66: Submitting query 5
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:02:45,222 INFO     Thread-83: Started query a04682e0f0caafea:d05e311c00000000
-- 2019-04-18 06:02:45,223 INFO     Thread-71: Started query 8848aa6d10d83347:ee0b97f400000000
-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
union all
select * from alltypesagg where id != 16
;

SET exec_single_node_rows_threshold=0;
-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
union all
select * from alltypesagg where id != 17
;

-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:02:45,227 INFO     Thread-71: Submitting query 10
-- executing async: ip-172-31-13-181: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
;

-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1;

-- 2019-04-18 06:02:45,231 INFO     Thread-83: Submitting query 22
-- executing async: ip-172-31-13-181:21001

select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
union all
select * from alltypesagg where id != 22
;

-- 2019-04-18 06:02:45,245 INFO     Thread-63: Started query 794b133cb35b84bb:62af771500000000
-- 2019-04-18 06:02:45,245 INFO     Thread-87: Started query 7145ae4c170bf674:ccf4156b00000000
-- 2019-04-18 06:02:45,248 INFO     Thread-75: Started query 7d4b93dca95cec36:9169d2e400000000
-- 2019-04-18 06:02:45,250 INFO     Thread-87: Submitting query 26
-- executing async: ip-172-31-13-181:21002

select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
union all
select * from alltypesagg where id != 26
;

-- 2019-04-18 06:02:45,251 INFO     Thread-63: Submitting query 2
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:02:45,252 INFO     Thread-75: Submitting query 14
-- executing async: ip-172-31-13-181: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
;

-- 2019-04-18 06:02:46,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:46,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:46,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:46,096 INFO     MainThread: wait_for_metric_changes, current=admitted=0, queued=0, dequeued=0, rejected=0, released=0, timed-out=0
-- 2019-04-18 06:02:46,096 INFO     MainThread: DeltaSum=0 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 0, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=30 for metrics=[&apos;admitted&apos;, &apos;queued&apos;, &apos;rejected&apos;])
-- 2019-04-18 06:02:46,493 INFO     Thread-90: Started query 7d4aedb0d103c5e9:3d4fd49900000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff910&gt;
-- 2019-04-18 06:02:46,502 INFO     Thread-72: Started query 1240528e1bc627d9:c27491b600000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff5d0&gt;
-- 2019-04-18 06:02:46,537 INFO     Thread-84: Started query 2944bb743eebd166:fa83707000000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff750&gt;
-- 2019-04-18 06:02:46,537 INFO     Thread-81: Started query e54ccff1ccbfc867:35ccad3f00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff8d0&gt;
-- 2019-04-18 06:02:46,539 INFO     Thread-78: Started query 324ab39b58104d20:6d9442a100000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448dd0&gt;
-- 2019-04-18 06:02:46,549 INFO     Thread-66: Started query 204803575b13faef:c06f142d00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448810&gt;
-- 2019-04-18 06:02:46,582 INFO     Thread-75: Started query f3424a45c3599333:4c61f1fe00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448990&gt;
-- 2019-04-18 06:02:46,597 INFO     Thread-63: Started query 0d4543ebe9ed8e4b:808471c500000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- 2019-04-18 06:02:46,610 INFO     Thread-69: Started query c74f37f03ec97732:ebdb75e300000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff710&gt;
-- 2019-04-18 06:02:46,636 INFO     Thread-87: Started query 8a4d0b0ef7de5e7d:15cec87a00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff790&gt;
-- 2019-04-18 06:02:46,680 INFO     Thread-67: Started query 944f38a1545d2353:d4f2c75100000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416b10&gt;
-- 2019-04-18 06:02:46,690 INFO     Thread-70: Started query 064c38711a676ae1:323a99e200000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74177d0&gt;
-- 2019-04-18 06:02:46,694 INFO     Thread-73: Started query 0344a3df8ce556f5:707da5f400000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416cd0&gt;
-- 2019-04-18 06:02:46,721 INFO     Thread-79: Started query 7f46521732afbd67:0217725800000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448c10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff750&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448dd0&gt;
-- 2019-04-18 06:02:46,745 INFO     Thread-78: Admission result for query 17 : Admitted immediately
-- 2019-04-18 06:02:46,745 INFO     Thread-78: Admitted query 17
-- 2019-04-18 06:02:46,745 INFO     Thread-84: Admission result for query 23 : Admitted immediately
-- 2019-04-18 06:02:46,745 INFO     Thread-84: Admitted query 23
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff910&gt;
-- 2019-04-18 06:02:46,751 INFO     Thread-90: Admission result for query 29 : Admitted immediately
-- 2019-04-18 06:02:46,751 INFO     Thread-90: Admitted query 29
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff5d0&gt;
-- 2019-04-18 06:02:46,771 INFO     Thread-72: Admission result for query 11 : Admitted immediately
-- 2019-04-18 06:02:46,771 INFO     Thread-72: Admitted query 11
-- 2019-04-18 06:02:46,783 INFO     Thread-88: Started query 3a4e86b536984a49:f6448c3a00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1c50&gt;
-- 2019-04-18 06:02:46,783 INFO     Thread-64: Started query cb46e13ebf746d20:aa47c01700000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416b50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff8d0&gt;
-- 2019-04-18 06:02:46,796 INFO     Thread-81: Admission result for query 20 : Admitted immediately
-- 2019-04-18 06:02:46,796 INFO     Thread-81: Admitted query 20
-- 2019-04-18 06:02:46,797 INFO     Thread-82: Started query eb43b5c4e243e641:a59772d300000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416510&gt;
-- 2019-04-18 06:02:46,800 INFO     Thread-76: Started query 3c4259d11218b8d2:fc19c8b700000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416d10&gt;
-- 2019-04-18 06:02:46,836 INFO     Thread-61: Started query 6a4dbf9616808217:6afcfad800000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74173d0&gt;
-- 2019-04-18 06:02:46,848 INFO     Thread-85: Started query 0b42b2a6514097d8:3036e5d200000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416790&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416790&gt;
-- 2019-04-18 06:02:46,849 INFO     Thread-85: Rejected query 24
-- 2019-04-18 06:02:46,850 INFO     Thread-85: Thread terminating in state=REJECTED
-- closing connection to: ip-172-31-13-181:21000
-- 2019-04-18 06:02:46,874 INFO     Thread-83: Started query fd46c9b144c447b1:228758fb00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- 2019-04-18 06:02:46,875 INFO     Thread-86: Started query f34e4949b0df4605:b1bced3600000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74483d0&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448c10&gt;
-- 2019-04-18 06:02:46,884 INFO     Thread-79: Admission result for query 18 : Admitted immediately
-- 2019-04-18 06:02:46,884 INFO     Thread-79: Admitted query 18
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448c10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416b10&gt;
-- 2019-04-18 06:02:46,888 INFO     Thread-67: Admission result for query 6 : Admitted immediately
-- 2019-04-18 06:02:46,888 INFO     Thread-67: Admitted query 6
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416b10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416cd0&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74177d0&gt;
-- 2019-04-18 06:02:46,900 INFO     Thread-70: Admission result for query 9 : Admitted immediately
-- 2019-04-18 06:02:46,900 INFO     Thread-70: Admitted query 9
-- 2019-04-18 06:02:46,900 INFO     Thread-73: Admission result for query 12 : Admitted immediately
-- 2019-04-18 06:02:46,900 INFO     Thread-73: Admitted query 12
-- 2019-04-18 06:02:46,911 INFO     Thread-74: Started query 904e352c326d0b65:00d8daee00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448c50&gt;
-- 2019-04-18 06:02:46,930 INFO     Thread-77: Started query 06412468ee651c12:28f3d7e400000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448e10&gt;
-- 2019-04-18 06:02:46,930 INFO     Thread-71: Started query 27478cac90f29226:11bd16e100000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448bd0&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448bd0&gt;
-- 2019-04-18 06:02:46,931 INFO     Thread-71: Rejected query 10
-- 2019-04-18 06:02:46,932 INFO     Thread-71: Thread terminating in state=REJECTED
-- closing connection to: ip-172-31-13-181:21001
-- 2019-04-18 06:02:46,944 INFO     Thread-68: Started query 89403e5b3790b1da:74380fc900000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ef10&gt;
-- 2019-04-18 06:02:46,966 INFO     Thread-89: Started query e44f2c431f420db6:9d7bccad00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741edd0&gt;
-- 2019-04-18 06:02:46,966 INFO     Thread-65: Started query 5046bd2d486b05b2:2153d6c600000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- 2019-04-18 06:02:46,966 INFO     Thread-62: Started query f9464973e591f60d:2762769000000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448250&gt;
-- 2019-04-18 06:02:46,967 INFO     Thread-80: Started query 4e4b44ff382851e7:d28c234300000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74487d0&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74487d0&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741e990&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448250&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741edd0&gt;
-- 2019-04-18 06:02:46,969 INFO     Thread-80: Rejected query 19
-- 2019-04-18 06:02:46,970 INFO     Thread-80: Thread terminating in state=REJECTED
-- closing connection to: ip-172-31-13-181:21001
-- 2019-04-18 06:02:46,970 INFO     Thread-65: Rejected query 4
-- 2019-04-18 06:02:46,970 INFO     Thread-65: Thread terminating in state=REJECTED
-- closing connection to: ip-172-31-13-181:21001
-- 2019-04-18 06:02:46,983 INFO     Thread-62: Rejected query 1
-- 2019-04-18 06:02:46,983 INFO     Thread-62: Thread terminating in state=REJECTED
-- closing connection to: ip-172-31-13-181:21001
-- 2019-04-18 06:02:46,994 INFO     Thread-89: Rejected query 28
-- 2019-04-18 06:02:46,994 INFO     Thread-89: Thread terminating in state=REJECTED
-- closing connection to: ip-172-31-13-181:21001
-- 2019-04-18 06:02:47,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,119 INFO     MainThread: wait_for_metric_changes, current=admitted=9, queued=15, dequeued=0, rejected=6, released=0, timed-out=0
-- 2019-04-18 06:02:47,119 INFO     MainThread: DeltaSum=30 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 9, &apos;released&apos;: 0, &apos;rejected&apos;: 6, &apos;queued&apos;: 15, &apos;timed-out&apos;: 0} (Expected=30 for metrics=[&apos;admitted&apos;, &apos;queued&apos;, &apos;rejected&apos;])
-- 2019-04-18 06:02:47,119 INFO     MainThread: Found all 30 metrics after 2.1 seconds
-- 2019-04-18 06:02:47,119 INFO     MainThread: Waiting for 9 threads to begin execution
-- 2019-04-18 06:02:47,119 INFO     MainThread: Found all 9 admitted threads after 0.0 seconds
-- 2019-04-18 06:02:47,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,265 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,357 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:02:47,361 INFO     MainThread: Main loop, curr_metrics: admitted=9, queued=15, dequeued=0, rejected=6, released=0, timed-out=0
-- 2019-04-18 06:02:47,366 INFO     MainThread: Main loop, will request 9 queries to end
-- 2019-04-18 06:02:47,366 INFO     MainThread: Requesting 9 clients to end queries
-- 2019-04-18 06:02:47,366 INFO     MainThread: Cancelling query 17
-- 2019-04-18 06:02:47,366 INFO     MainThread: Cancelling query 23
-- 2019-04-18 06:02:47,366 INFO     MainThread: Cancelling query 29
-- 2019-04-18 06:02:47,370 INFO     MainThread: Cancelling query 11
-- 2019-04-18 06:02:47,370 INFO     MainThread: Cancelling query 20
-- 2019-04-18 06:02:47,370 INFO     MainThread: Cancelling query 18
-- 2019-04-18 06:02:47,370 INFO     MainThread: Cancelling query 6
-- 2019-04-18 06:02:47,370 INFO     MainThread: Cancelling query 9
-- 2019-04-18 06:02:47,370 INFO     MainThread: Cancelling query 12
-- 2019-04-18 06:02:47,372 INFO     Thread-72: Ending query QueryHandle(log_context=&apos;1240528e1bc627d9:c27491b600000000&apos;, id=&apos;1240528e1bc627d9:c27491b600000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff5d0&gt;
-- 2019-04-18 06:02:47,397 INFO     Thread-81: Ending query QueryHandle(log_context=&apos;e54ccff1ccbfc867:35ccad3f00000000&apos;, id=&apos;e54ccff1ccbfc867:35ccad3f00000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff8d0&gt;
-- 2019-04-18 06:02:47,510 INFO     Thread-73: Ending query QueryHandle(log_context=&apos;0344a3df8ce556f5:707da5f400000000&apos;, id=&apos;0344a3df8ce556f5:707da5f400000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416cd0&gt;
-- 2019-04-18 06:02:47,512 INFO     Thread-70: Ending query QueryHandle(log_context=&apos;064c38711a676ae1:323a99e200000000&apos;, id=&apos;064c38711a676ae1:323a99e200000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74177d0&gt;
-- 2019-04-18 06:02:47,546 INFO     Thread-78: Ending query QueryHandle(log_context=&apos;324ab39b58104d20:6d9442a100000000&apos;, id=&apos;324ab39b58104d20:6d9442a100000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448dd0&gt;
-- 2019-04-18 06:02:47,547 INFO     Thread-84: Ending query QueryHandle(log_context=&apos;2944bb743eebd166:fa83707000000000&apos;, id=&apos;2944bb743eebd166:fa83707000000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff750&gt;
-- 2019-04-18 06:02:47,553 INFO     Thread-90: Ending query QueryHandle(log_context=&apos;7d4aedb0d103c5e9:3d4fd49900000000&apos;, id=&apos;7d4aedb0d103c5e9:3d4fd49900000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff910&gt;
-- 2019-04-18 06:02:55,290 INFO     Thread-67: Ending query QueryHandle(log_context=&apos;944f38a1545d2353:d4f2c75100000000&apos;, id=&apos;944f38a1545d2353:d4f2c75100000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416b10&gt;
-- 2019-04-18 06:02:55,291 INFO     Thread-79: Ending query QueryHandle(log_context=&apos;7f46521732afbd67:0217725800000000&apos;, id=&apos;7f46521732afbd67:0217725800000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448c10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1c50&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416510&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448990&gt;
-- 2019-04-18 06:02:56,265 INFO     Thread-75: Admission result for query 14 : Admitted (queued)
-- 2019-04-18 06:02:56,266 INFO     Thread-75: Admitted query 14
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448990&gt;
-- 2019-04-18 06:02:56,269 INFO     Thread-88: Admission result for query 27 : Admitted (queued)
-- 2019-04-18 06:02:56,269 INFO     Thread-88: Admitted query 27
-- 2019-04-18 06:02:56,269 INFO     Thread-82: Admission result for query 21 : Admitted (queued)
-- 2019-04-18 06:02:56,270 INFO     Thread-82: Admitted query 21
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448c10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416b10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff710&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- 2019-04-18 06:02:56,310 INFO     Thread-83: Admission result for query 22 : Admitted (queued)
-- 2019-04-18 06:02:56,310 INFO     Thread-83: Admitted query 22
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448810&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74483d0&gt;
-- 2019-04-18 06:02:56,320 INFO     Thread-69: Admission result for query 8 : Admitted (queued)
-- 2019-04-18 06:02:56,322 INFO     Thread-69: Admitted query 8
-- 2019-04-18 06:02:56,321 INFO     Thread-63: Admission result for query 2 : Admitted (queued)
-- 2019-04-18 06:02:56,322 INFO     Thread-63: Admitted query 2
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- 2019-04-18 06:02:56,327 INFO     Thread-86: Admission result for query 25 : Admitted (queued)
-- 2019-04-18 06:02:56,327 INFO     Thread-86: Admitted query 25
-- 2019-04-18 06:02:56,337 INFO     Thread-66: Admission result for query 5 : Admitted (queued)
-- 2019-04-18 06:02:56,337 INFO     Thread-66: Admitted query 5
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448e10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ef10&gt;
-- 2019-04-18 06:02:56,360 INFO     Thread-77: Admission result for query 16 : Admitted (queued)
-- 2019-04-18 06:02:56,360 INFO     Thread-77: Admitted query 16
-- 2019-04-18 06:02:56,361 INFO     Thread-68: Admission result for query 7 : Admitted (queued)
-- 2019-04-18 06:02:56,361 INFO     Thread-68: Admitted query 7
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448c50&gt;
-- 2019-04-18 06:02:56,374 INFO     Thread-74: Admission result for query 13 : Admitted (queued)
-- 2019-04-18 06:02:56,375 INFO     Thread-74: Admitted query 13
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416b10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448c10&gt;
-- 2019-04-18 06:03:06,390 INFO     MainThread: wait_for_metric_changes, initial=admitted=9, queued=15, dequeued=0, rejected=6, released=0, timed-out=0
-- 2019-04-18 06:03:06,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,449 INFO     MainThread: wait_for_metric_changes, current=admitted=20, queued=15, dequeued=11, rejected=6, released=9, timed-out=0
-- 2019-04-18 06:03:06,450 INFO     MainThread: DeltaSum=9 Deltas={&apos;dequeued&apos;: 11, &apos;admitted&apos;: 11, &apos;released&apos;: 9, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=9 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:03:06,450 INFO     MainThread: Found all 9 metrics after 0.1 seconds
-- 2019-04-18 06:03:06,450 INFO     MainThread: wait_for_metric_changes, initial=admitted=9, queued=15, dequeued=0, rejected=6, released=0, timed-out=0
-- 2019-04-18 06:03:06,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,482 INFO     MainThread: wait_for_metric_changes, current=admitted=20, queued=15, dequeued=11, rejected=6, released=9, timed-out=0
-- 2019-04-18 06:03:06,482 INFO     MainThread: DeltaSum=11 Deltas={&apos;dequeued&apos;: 11, &apos;admitted&apos;: 11, &apos;released&apos;: 9, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=5 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:03:06,483 INFO     MainThread: Found all 11 metrics after 0.0 seconds
-- 2019-04-18 06:03:06,483 INFO     MainThread: Waiting for 11 threads to begin execution
-- 2019-04-18 06:03:06,483 INFO     MainThread: Found all 11 admitted threads after 0.0 seconds
-- 2019-04-18 06:03:06,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,491 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,509 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,521 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- 2019-04-18 06:03:06,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:06,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- 2019-04-18 06:03:07,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448990&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- 2019-04-18 06:03:07,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448990&gt;
-- 2019-04-18 06:03:07,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- 2019-04-18 06:03:07,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448990&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- 2019-04-18 06:03:07,665 INFO     MainThread: Waited 1.2 for 10 heartbeats
-- 2019-04-18 06:03:07,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:07,690 INFO     MainThread: Main loop, curr_metrics: admitted=20, queued=15, dequeued=11, rejected=6, released=9, timed-out=0
-- 2019-04-18 06:03:07,690 INFO     MainThread: Main loop, will request 11 queries to end
-- 2019-04-18 06:03:07,690 INFO     MainThread: Requesting 11 clients to end queries
-- 2019-04-18 06:03:07,690 INFO     MainThread: Cancelling query 14
-- 2019-04-18 06:03:07,690 INFO     MainThread: Cancelling query 27
-- 2019-04-18 06:03:07,690 INFO     MainThread: Cancelling query 21
-- 2019-04-18 06:03:07,690 INFO     MainThread: Cancelling query 22
-- 2019-04-18 06:03:07,690 INFO     MainThread: Cancelling query 8
-- 2019-04-18 06:03:07,690 INFO     MainThread: Cancelling query 2
-- 2019-04-18 06:03:07,691 INFO     MainThread: Cancelling query 25
-- 2019-04-18 06:03:07,691 INFO     MainThread: Cancelling query 5
-- 2019-04-18 06:03:07,691 INFO     MainThread: Cancelling query 16
-- 2019-04-18 06:03:07,691 INFO     MainThread: Cancelling query 7
-- 2019-04-18 06:03:07,691 INFO     MainThread: Cancelling query 13
-- 2019-04-18 06:03:07,707 INFO     Thread-88: Ending query QueryHandle(log_context=&apos;3a4e86b536984a49:f6448c3a00000000&apos;, id=&apos;3a4e86b536984a49:f6448c3a00000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d78d1c50&gt;
-- 2019-04-18 06:03:07,719 INFO     Thread-82: Ending query QueryHandle(log_context=&apos;eb43b5c4e243e641:a59772d300000000&apos;, id=&apos;eb43b5c4e243e641:a59772d300000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416510&gt;
-- 2019-04-18 06:03:07,748 INFO     Thread-69: Ending query QueryHandle(log_context=&apos;c74f37f03ec97732:ebdb75e300000000&apos;, id=&apos;c74f37f03ec97732:ebdb75e300000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff710&gt;
-- 2019-04-18 06:03:07,756 INFO     Thread-86: Ending query QueryHandle(log_context=&apos;f34e4949b0df4605:b1bced3600000000&apos;, id=&apos;f34e4949b0df4605:b1bced3600000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74483d0&gt;
-- 2019-04-18 06:03:07,763 INFO     Thread-66: Ending query QueryHandle(log_context=&apos;204803575b13faef:c06f142d00000000&apos;, id=&apos;204803575b13faef:c06f142d00000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448810&gt;
-- 2019-04-18 06:03:07,788 INFO     Thread-68: Ending query QueryHandle(log_context=&apos;89403e5b3790b1da:74380fc900000000&apos;, id=&apos;89403e5b3790b1da:74380fc900000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d741ef10&gt;
-- 2019-04-18 06:03:07,793 INFO     Thread-77: Ending query QueryHandle(log_context=&apos;06412468ee651c12:28f3d7e400000000&apos;, id=&apos;06412468ee651c12:28f3d7e400000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448e10&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448990&gt;
-- 2019-04-18 06:03:07,813 INFO     Thread-75: Ending query QueryHandle(log_context=&apos;f3424a45c3599333:4c61f1fe00000000&apos;, id=&apos;f3424a45c3599333:4c61f1fe00000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448990&gt;
-- 2019-04-18 06:03:07,817 INFO     Thread-74: Ending query QueryHandle(log_context=&apos;904e352c326d0b65:00d8daee00000000&apos;, id=&apos;904e352c326d0b65:00d8daee00000000&apos;) by CLIENT_CANCEL
-- canceling operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448c50&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- 2019-04-18 06:03:07,867 INFO     Thread-83: Ending query QueryHandle(log_context=&apos;fd46c9b144c447b1:228758fb00000000&apos;, id=&apos;fd46c9b144c447b1:228758fb00000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- 2019-04-18 06:03:07,868 INFO     Thread-63: Ending query QueryHandle(log_context=&apos;0d4543ebe9ed8e4b:808471c500000000&apos;, id=&apos;0d4543ebe9ed8e4b:808471c500000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448990&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416b50&gt;
-- 2019-04-18 06:03:09,358 INFO     Thread-64: Admission result for query 3 : Admitted (queued)
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416d10&gt;
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff790&gt;
-- 2019-04-18 06:03:09,366 INFO     Thread-64: Admitted query 3
-- 2019-04-18 06:03:09,365 INFO     Thread-87: Admission result for query 26 : Admitted (queued)
-- 2019-04-18 06:03:09,366 INFO     Thread-87: Admitted query 26
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff790&gt;
-- 2019-04-18 06:03:09,366 INFO     Thread-76: Admission result for query 15 : Admitted (queued)
-- 2019-04-18 06:03:09,368 INFO     Thread-76: Admitted query 15
-- getting the admission result: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74173d0&gt;
-- 2019-04-18 06:03:09,407 INFO     Thread-61: Admission result for query 0 : Admitted (queued)
-- 2019-04-18 06:03:09,407 INFO     Thread-61: Admitted query 0
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448990&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7448410&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff6d0&gt;
-- 2019-04-18 06:03:12,696 INFO     MainThread: wait_for_metric_changes, initial=admitted=20, queued=15, dequeued=11, rejected=6, released=9, timed-out=0
-- 2019-04-18 06:03:12,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,714 INFO     MainThread: wait_for_metric_changes, current=admitted=24, queued=15, dequeued=15, rejected=6, released=20, timed-out=0
-- 2019-04-18 06:03:12,714 INFO     MainThread: DeltaSum=11 Deltas={&apos;dequeued&apos;: 4, &apos;admitted&apos;: 4, &apos;released&apos;: 11, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=11 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:03:12,714 INFO     MainThread: Found all 11 metrics after 0.0 seconds
-- 2019-04-18 06:03:12,715 INFO     MainThread: wait_for_metric_changes, initial=admitted=20, queued=15, dequeued=11, rejected=6, released=9, timed-out=0
-- 2019-04-18 06:03:12,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,730 INFO     MainThread: wait_for_metric_changes, current=admitted=24, queued=15, dequeued=15, rejected=6, released=20, timed-out=0
-- 2019-04-18 06:03:12,730 INFO     MainThread: DeltaSum=4 Deltas={&apos;dequeued&apos;: 4, &apos;admitted&apos;: 4, &apos;released&apos;: 11, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=4 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:03:12,730 INFO     MainThread: Found all 4 metrics after 0.0 seconds
-- 2019-04-18 06:03:12,730 INFO     MainThread: Waiting for 4 threads to begin execution
-- 2019-04-18 06:03:12,730 INFO     MainThread: Found all 4 admitted threads after 0.0 seconds
-- 2019-04-18 06:03:12,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:12,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,342 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,448 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,459 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,811 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff790&gt;
-- 2019-04-18 06:03:13,918 INFO     MainThread: Waited 1.2 for 10 heartbeats
-- 2019-04-18 06:03:13,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,924 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,928 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:13,932 INFO     MainThread: Main loop, curr_metrics: admitted=24, queued=15, dequeued=15, rejected=6, released=20, timed-out=0
-- 2019-04-18 06:03:13,932 INFO     MainThread: Main loop, will request 4 queries to end
-- 2019-04-18 06:03:13,932 INFO     MainThread: Requesting 4 clients to end queries
-- 2019-04-18 06:03:13,932 INFO     MainThread: Cancelling query 3
-- 2019-04-18 06:03:13,932 INFO     MainThread: Cancelling query 26
-- 2019-04-18 06:03:13,932 INFO     MainThread: Cancelling query 15
-- 2019-04-18 06:03:13,932 INFO     MainThread: Cancelling query 0
-- 2019-04-18 06:03:13,987 INFO     Thread-76: Ending query QueryHandle(log_context=&apos;3c4259d11218b8d2:fc19c8b700000000&apos;, id=&apos;3c4259d11218b8d2:fc19c8b700000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416d10&gt;
-- 2019-04-18 06:03:13,987 INFO     Thread-64: Ending query QueryHandle(log_context=&apos;cb46e13ebf746d20:aa47c01700000000&apos;, id=&apos;cb46e13ebf746d20:aa47c01700000000&apos;) by CLIENT_CLOSE
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d7416b50&gt;
-- 2019-04-18 06:03:14,015 INFO     Thread-61: Ending query QueryHandle(log_context=&apos;6a4dbf9616808217:6afcfad800000000&apos;, id=&apos;6a4dbf9616808217:6afcfad800000000&apos;) by EOS
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d74173d0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff790&gt;
-- 2019-04-18 06:03:14,092 INFO     Thread-87: Ending query QueryHandle(log_context=&apos;8a4d0b0ef7de5e7d:15cec87a00000000&apos;, id=&apos;8a4d0b0ef7de5e7d:15cec87a00000000&apos;) by QUERY_TIMEOUT
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff790&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff790&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d73ff790&gt;
-- 2019-04-18 06:03:16,936 INFO     MainThread: wait_for_metric_changes, initial=admitted=24, queued=15, dequeued=15, rejected=6, released=20, timed-out=0
-- 2019-04-18 06:03:16,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,948 INFO     MainThread: wait_for_metric_changes, current=admitted=24, queued=15, dequeued=15, rejected=6, released=24, timed-out=0
-- 2019-04-18 06:03:16,948 INFO     MainThread: DeltaSum=4 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 4, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=4 for metrics=[&apos;released&apos;])
-- 2019-04-18 06:03:16,948 INFO     MainThread: Found all 4 metrics after 0.0 seconds
-- 2019-04-18 06:03:16,948 INFO     MainThread: wait_for_metric_changes, initial=admitted=24, queued=15, dequeued=15, rejected=6, released=20, timed-out=0
-- 2019-04-18 06:03:16,949 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,958 INFO     MainThread: wait_for_metric_changes, current=admitted=24, queued=15, dequeued=15, rejected=6, released=24, timed-out=0
-- 2019-04-18 06:03:16,958 INFO     MainThread: DeltaSum=0 Deltas={&apos;dequeued&apos;: 0, &apos;admitted&apos;: 0, &apos;released&apos;: 4, &apos;rejected&apos;: 0, &apos;queued&apos;: 0, &apos;timed-out&apos;: 0} (Expected=0 for metrics=[&apos;admitted&apos;, &apos;timed-out&apos;])
-- 2019-04-18 06:03:16,958 INFO     MainThread: Found all 0 metrics after 0.0 seconds
-- 2019-04-18 06:03:16,958 INFO     MainThread: Waiting for 0 threads to begin execution
-- 2019-04-18 06:03:16,958 INFO     MainThread: Found all 0 admitted threads after 0.0 seconds
-- 2019-04-18 06:03:16,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,968 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:16,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,085 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,189 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,195 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,519 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,525 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,739 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,745 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:17,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:18,067 INFO     MainThread: Waited 1.1 for 10 heartbeats
-- 2019-04-18 06:03:18,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:18,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:18,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:18,077 INFO     MainThread: Final metrics: admitted=24, queued=15, dequeued=15, rejected=6, released=24, timed-out=0
-- 2019-04-18 06:03:18,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:18,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:18,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:18,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:18,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:18,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_alloc_fail.TestAllocFail" file="custom_cluster/test_alloc_fail.py" line="30" name="test_alloc_fail_init[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="15.17406106"><system-err>-- 2019-04-18 06:03:18,356 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--stress_fn_ctx_alloc=1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:03:18 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:03:19 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:03:20 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:03:20 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:03:20 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:03:23 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:03:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:03:23 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:03:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:03:24 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:03:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:03:25 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:03:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:03:26 MainThread: num_known_live_backends has reached value: 3
06:03:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:03:27 MainThread: num_known_live_backends has reached value: 3
06:03:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:03:28 MainThread: num_known_live_backends has reached value: 3
06:03:28 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:03:28,553 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:03:28,553 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:03:28,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:28,556 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:03:28,556 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:03:28,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:28,558 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:03:28,558 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:03:28,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:28,560 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:03:28,560 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:03:28,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:28,562 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_alloc_fail.py::TestAllocFail::()::test_alloc_fail_init[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d74487d0&gt;
-- 2019-04-18 06:03:28,681 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_alloc_fail.py::TestAllocFail::()::test_alloc_fail_init[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:03:28,704 INFO     MainThread: Started query 3f45e963d6903822:a4f8e12100000000
SET client_identifier=custom_cluster/test_alloc_fail.py::TestAllocFail::()::test_alloc_fail_init[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select min(string_col) from functional.alltypes;

-- 2019-04-18 06:03:29,516 INFO     MainThread: Started query 03435cc3050439e6:d65eae8500000000
-- executing against localhost:21000
select max(string_col) from functional.alltypes;

-- 2019-04-18 06:03:29,800 INFO     MainThread: Started query 6d4d40aaec388105:9369762d00000000
-- executing against localhost:21000
select sample(timestamp_col) from functional.alltypes;

-- 2019-04-18 06:03:29,928 INFO     MainThread: Started query 714a70aaeb4682b8:f769114e00000000
-- executing against localhost:21000
select group_concat(string_col) from functional.alltypes;

-- 2019-04-18 06:03:30,309 INFO     MainThread: Started query 6045790e17e51fcf:4422cf3500000000
-- executing against localhost:21000
select extract(year from timestamp_col) from functional.alltypes limit 10;

-- 2019-04-18 06:03:30,448 INFO     MainThread: Started query 6e41b1c40b31d599:b6ebd7cf00000000
-- executing against localhost:21000
select trunc(timestamp_col, &apos;YEAR&apos;) from functional.alltypes limit 10;

-- 2019-04-18 06:03:30,872 INFO     MainThread: Started query 1a4bb79ee4dc9dc2:6b0a2de600000000
-- executing against localhost:21000
select first_value(string_col) over (partition by month order by year) from functional.alltypes;

-- 2019-04-18 06:03:31,168 INFO     MainThread: Started query fb4592fd791ccebb:0fd1d46800000000
-- executing against localhost:21000
select last_value(string_col) over (partition by month order by year) from functional.alltypes;

-- 2019-04-18 06:03:31,399 INFO     MainThread: Started query 334160a993a17614:9b14b34500000000
-- executing against localhost:21000
select rand() from functional.alltypes;

-- 2019-04-18 06:03:31,672 INFO     MainThread: Started query 144e365d838b2cce:fc12de5d00000000
-- executing against localhost:21000
select case when min(int_col) = 0 then 0 end from functional.alltypes;

-- 2019-04-18 06:03:31,898 INFO     MainThread: Started query 724770a3ac18cf24:c32e4cd000000000
-- executing against localhost:21000
select cast(string_col as char(120)) from functional.alltypes;

-- 2019-04-18 06:03:32,122 INFO     MainThread: Started query 2c47417a19266e60:ea4ab2ab00000000
-- executing against localhost:21000
select appx_median(int_col) from functional.alltypes;

-- 2019-04-18 06:03:32,280 INFO     MainThread: Started query 1c4de06e82dce3e1:05e4842000000000
-- executing against localhost:21000
select to_date(now());

-- 2019-04-18 06:03:33,045 INFO     MainThread: Started query de4488065f03f816:36369b8400000000
-- executing against localhost:21000
select get_json_object(&apos;{&quot;a&quot;: 1}&apos;, &apos;$.a&apos;);

-- 2019-04-18 06:03:33,390 INFO     MainThread: Started query fa4be447a86919a9:5dcb7abc00000000
</system-err></testcase><testcase classname="custom_cluster.test_alloc_fail.TestAllocFail" file="custom_cluster/test_alloc_fail.py" line="36" name="test_alloc_fail_update[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="33.9546411037"><skipped message="expected test failure">IMPALA-2925: the execution is not deterministic so some tests sometimes don&apos;t fail as expected</skipped><system-err>-- 2019-04-18 06:03:33,532 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--stress_fn_ctx_alloc=3 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:03:33 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:03:35 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:03:36 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:03:36 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:03:36 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:03:39 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:03:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:03:39 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:03:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:03:40 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:03:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:03:41 MainThread: num_known_live_backends has reached value: 3
06:03:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:03:41 MainThread: num_known_live_backends has reached value: 3
06:03:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:03:42 MainThread: num_known_live_backends has reached value: 3
06:03:42 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:03:42,712 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:03:42,712 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:03:42,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:42,715 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:03:42,715 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:03:42,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:42,717 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:03:42,717 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:03:42,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:42,719 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:03:42,719 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:03:42,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:03:42,721 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_alloc_fail.py::TestAllocFail::()::test_alloc_fail_update[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|tabl;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d741e710&gt;
-- 2019-04-18 06:03:42,839 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_alloc_fail.py::TestAllocFail::()::test_alloc_fail_update[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|tabl;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_alloc_fail_update_26d53363` CASCADE;

-- 2019-04-18 06:03:42,944 INFO     MainThread: Started query 5648b784f0e1b225:a6f40bd200000000
SET client_identifier=custom_cluster/test_alloc_fail.py::TestAllocFail::()::test_alloc_fail_update[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|tabl;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_alloc_fail_update_26d53363`;

-- 2019-04-18 06:03:43,082 INFO     MainThread: Started query 73401a362567bec0:02f3845800000000
-- 2019-04-18 06:03:43,084 INFO     MainThread: Created database &quot;test_alloc_fail_update_26d53363&quot; for test ID &quot;custom_cluster/test_alloc_fail.py::TestAllocFail::()::test_alloc_fail_update[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
SET client_identifier=custom_cluster/test_alloc_fail.py::TestAllocFail::()::test_alloc_fail_update[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|tabl;
-- executing against localhost:21000
use test_alloc_fail_update_26d53363;

-- 2019-04-18 06:03:43,090 INFO     MainThread: Started query d04ec7d783186d2c:2abbc92500000000
SET client_identifier=custom_cluster/test_alloc_fail.py::TestAllocFail::()::test_alloc_fail_update[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|tabl;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select group_concat(l_comment) from tpch.lineitem;

-- 2019-04-18 06:03:43,826 INFO     MainThread: Started query f6483798a3e91c3b:12182f0100000000
-- executing against localhost:21000
select min(l_comment) from tpch.lineitem;

-- 2019-04-18 06:03:44,102 INFO     MainThread: Started query 58430cd86b3177d2:a1d02e6500000000
-- executing against localhost:21000
select max(l_comment) from tpch.lineitem;

-- 2019-04-18 06:03:44,276 INFO     MainThread: Started query 2d49eac6ce584aab:99993b5600000000
-- executing against localhost:21000
select rank() over (partition by l_orderkey order by l_commitdate) from tpch.lineitem;

-- 2019-04-18 06:03:44,475 INFO     MainThread: Started query 19493bb718eddd78:e43c9fbb00000000
</system-err></testcase><testcase classname="custom_cluster.test_always_false_filter.TestAlwaysFalseFilter" file="custom_cluster/test_always_false_filter.py" line="28" name="test_skip_split" time="13.3544728756"><system-err>-- 2019-04-18 06:04:07,589 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--skip_file_runtime_filtering=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:04:08 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:04:09 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:04:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:04:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:04:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:04:13 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:04:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:04:13 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:04:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:04:14 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:04:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:04:15 MainThread: num_known_live_backends has reached value: 3
06:04:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:04:15 MainThread: num_known_live_backends has reached value: 3
06:04:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:04:16 MainThread: num_known_live_backends has reached value: 3
06:04:16 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:04:16,776 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:04:16,777 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:04:16,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:16,780 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:04:16,780 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:04:16,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:16,782 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:04:16,782 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:04:16,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:16,783 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:04:16,783 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:04:16,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:16,785 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_always_false_filter.py::TestAlwaysFalseFilter::()::test_skip_split;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d454d150&gt;
-- 2019-04-18 06:04:16,904 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="custom_cluster.test_automatic_invalidation.TestAutomaticCatalogInvalidation" file="custom_cluster/test_automatic_invalidation.py" line="66" name="test_v1_catalog" time="28.5555360317"><system-err>-- 2019-04-18 06:04:20,946 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--invalidate_tables_timeout_s=10 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--invalidate_tables_timeout_s=10 &apos; --impalad_args=--default_query_options=
06:04:21 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:04:22 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:04:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:04:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:04:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:04:26 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:04:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:04:26 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:04:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:04:27 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:04:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:04:28 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:04:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:04:29 MainThread: num_known_live_backends has reached value: 3
06:04:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:04:30 MainThread: num_known_live_backends has reached value: 3
06:04:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:04:30 MainThread: num_known_live_backends has reached value: 3
06:04:31 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:04:31,121 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:04:31,121 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:04:31,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:31,124 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:04:31,124 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:04:31,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:31,126 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:04:31,126 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:04:31,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:31,128 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:04:31,128 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:04:31,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:31,130 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_automatic_invalidation.py::TestAutomaticCatalogInvalidation::()::test_v1_catalog;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4290b10&gt;
-- 2019-04-18 06:04:31,247 INFO     MainThread: Closing active operation
-- 2019-04-18 06:04:32,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:33,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:34,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:35,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:36,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:37,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:38,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:39,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:40,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:41,386 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:42,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:43,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:44,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:45,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:46,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:47,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:48,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:49,491 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_automatic_invalidation.TestAutomaticCatalogInvalidation" file="custom_cluster/test_automatic_invalidation.py" line="71" name="test_local_catalog" time="30.699023962"><system-err>-- 2019-04-18 06:04:49,502 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--invalidate_tables_timeout_s=10 --use_local_catalog &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--invalidate_tables_timeout_s=10 --catalog_topic_mode=minimal &apos; --impalad_args=--default_query_options=
06:04:49 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:04:50 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:04:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:04:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:04:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:04:55 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:04:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:04:55 MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
06:04:57 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:04:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:04:58 MainThread: num_known_live_backends has reached value: 3
06:04:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:04:58 MainThread: num_known_live_backends has reached value: 3
06:04:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:04:59 MainThread: num_known_live_backends has reached value: 3
06:04:59 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:04:59,679 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:04:59,679 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:04:59,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:59,682 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:04:59,682 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:04:59,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:59,684 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:04:59,684 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:04:59,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:59,686 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:04:59,686 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:04:59,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:04:59,688 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_automatic_invalidation.py::TestAutomaticCatalogInvalidation::()::test_local_catalog;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d427c790&gt;
-- 2019-04-18 06:04:59,801 INFO     MainThread: Closing active operation
-- 2019-04-18 06:04:59,802 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:05:00,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:01,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:02,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:03,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:04,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:06,004 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:07,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:08,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:09,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:10,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:11,073 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:12,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:13,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:14,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:15,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:16,140 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:17,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:18,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:19,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:20,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_automatic_invalidation.TestAutomaticCatalogInvalidation" file="custom_cluster/test_automatic_invalidation.py" line="78" name="test_invalid_table" time="20.7458500862"><system-err>-- 2019-04-18 06:05:20,203 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--invalidate_tables_timeout_s=1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--invalidate_tables_timeout_s=1 &apos; --impalad_args=--default_query_options=
06:05:20 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:05:21 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:05:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:05:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:05:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:05:25 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:05:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:05:25 MainThread: &apos;backends&apos;
06:05:25 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:05:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:05:26 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:05:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:05:27 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:05:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:05:28 MainThread: num_known_live_backends has reached value: 3
06:05:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:05:29 MainThread: num_known_live_backends has reached value: 3
06:05:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:05:29 MainThread: num_known_live_backends has reached value: 3
06:05:30 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:05:30,386 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:05:30,386 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:05:30,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:30,389 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:05:30,389 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:05:30,390 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:30,391 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:05:30,391 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:05:30,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:30,393 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:05:30,393 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:05:30,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:30,395 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_automatic_invalidation.py::TestAutomaticCatalogInvalidation::()::test_invalid_table;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4290c90&gt;
-- 2019-04-18 06:05:30,529 INFO     MainThread: Closing active operation
-- executing against localhost:21000
select * from functional.bad_serde;

</system-err></testcase><testcase classname="custom_cluster.test_automatic_invalidation.TestAutomaticCatalogInvalidation" file="custom_cluster/test_automatic_invalidation.py" line="91" name="test_memory_pressure" time="20.8591659069"><system-out>
 num     #instances         #bytes  class name
----------------------------------------------
   1:          4344        5071112  [B
   2:         28451        3491480  [C
   3:         40247        1287904  java.util.Hashtable$Entry
   4:         39686        1269952  java.util.concurrent.ConcurrentHashMap$Node
   5:         28319         679656  java.lang.String
   6:         18485         591520  java.util.concurrent.atomic.LongAdder
   7:          4904         564840  java.lang.Class
   8:          1362         544256  [Ljava.util.concurrent.ConcurrentHashMap$Node;
   9:         11091         532368  com.codahale.metrics.EWMA
  10:         18485         443640  com.codahale.metrics.LongAdderProxy$JdkProvider$1
  11:         17289         414936  java.util.concurrent.atomic.AtomicLong
  12:            98         333632  [Ljava.util.Hashtable$Entry;
  13:          2980         313680  [I
  14:          4605         268536  [Ljava.lang.Object;
  15:          7057         225824  java.util.HashMap$Node
  16:          3697         207032  com.codahale.metrics.ExponentiallyDecayingReservoir
  17:          2126         187088  java.lang.reflect.Method
  18:          4064         185728  [S
  19:          3697         177456  com.codahale.metrics.Meter
  20:          3697         177456  java.util.concurrent.ConcurrentSkipListMap
  21:          3697         177456  java.util.concurrent.locks.ReentrantReadWriteLock$NonfairSync
  22:          3175         152400  java.util.HashMap
  23:          3697         118304  java.util.concurrent.ConcurrentSkipListMap$HeadIndex
  24:          1231         118176  org.apache.impala.catalog.IncompleteTable
  25:          2877         115080  java.lang.ref.Finalizer
  26:          6532         104512  java.lang.Object
  27:           599          90456  [Ljava.util.HashMap$Node;
  28:          3698          88752  java.util.concurrent.ConcurrentSkipListMap$Node
  29:          3698          88752  java.util.concurrent.locks.ReentrantReadWriteLock
  30:          3697          88728  com.codahale.metrics.Histogram
  31:          3697          88728  com.codahale.metrics.Timer
  32:          1376          88064  java.util.concurrent.ConcurrentHashMap
  33:          2539          81248  java.util.concurrent.locks.ReentrantLock$NonfairSync
  34:          3040          72960  java.util.ArrayList
  35:          1234          69104  com.google.common.collect.TreeMultiset$AvlNode
  36:           858          61776  org.apache.hadoop.hive.conf.HiveConf$ConfVars
  37:          1945          59360  [Ljava.lang.String;
  38:          3698          59168  java.util.concurrent.locks.ReentrantReadWriteLock$ReadLock
  39:          3698          59168  java.util.concurrent.locks.ReentrantReadWriteLock$Sync$ThreadLocalHoldCounter
  40:          3698          59168  java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock
  41:          2252          52144  [Ljava.lang.Class;
  42:           876          49056  java.util.zip.ZipFile$ZipFileInflaterInputStream
  43:           876          49056  java.util.zip.ZipFile$ZipFileInputStream
  44:           846          47376  org.apache.impala.catalog.ScalarFunction
  45:           703          44992  java.net.URL
  46:          1340          42880  java.util.LinkedList
  47:           570          41040  java.lang.reflect.Field
  48:          1279          40928  org.apache.impala.catalog.TopicUpdateLog$Entry
  49:          2507          40112  java.util.concurrent.locks.ReentrantLock
  50:          1232          39424  org.apache.impala.thrift.TTableStats
  51:          1141          36512  org.apache.impala.analysis.FunctionName
  52:           855          34200  java.util.LinkedHashMap$Entry
  53:          1377          33048  java.lang.Long
  54:           826          33040  java.util.TreeMap$Entry
  55:           330          31680  java.util.jar.JarFile$JarFileEntry
  56:           381          30544  [Ljava.util.WeakHashMap$Entry;
  57:          1241          29784  java.util.concurrent.CopyOnWriteArrayList
  58:          1232          29568  com.codahale.metrics.MetricRegistry
  59:          1232          29568  org.apache.impala.catalog.StructType
  60:          1141          27504  [Lorg.apache.impala.catalog.Type;
  61:           624          24960  java.lang.ref.SoftReference
  62:           295          23600  org.apache.impala.catalog.AggregateFunction
  63:           338          21632  java.util.jar.JarFile
  64:           386          21616  sun.nio.cs.UTF_8$Encoder
  65:           259          20720  java.lang.reflect.Constructor
  66:          1232          19712  org.apache.impala.catalog.ArrayType
  67:          1232          19712  org.apache.impala.common.Metrics
  68:           342          19152  sun.misc.URLClassPath$JarLoader
  69:           392          18816  java.util.zip.Inflater
  70:           381          18288  java.util.WeakHashMap
  71:            46          17296  java.lang.Thread
  72:           292          16352  java.lang.Class$ReflectionData
  73:             3          16256  [[S
  74:           370          14800  sun.nio.cs.UTF_8$Decoder
  75:           411          13152  java.lang.ref.ReferenceQueue
  76:           228          12768  java.lang.invoke.MemberName
  77:           177          12336  [Ljava.lang.reflect.Method;
  78:           371          11872  java.util.zip.ZipCoder
  79:           478          11472  org.apache.thrift.protocol.TField
  80:           477          11448  org.apache.thrift.meta_data.FieldMetaData
  81:           474          11376  java.util.jar.Attributes$Name
  82:           341          10912  sun.misc.FDBigInteger
  83:           318          10176  java.io.FileDescriptor
  84:           416           9984  java.util.zip.ZStreamRef
  85:           305           9760  java.io.FileInputStream
  86:           371           8904  java.util.ArrayDeque
  87:           362           8688  org.apache.thrift.meta_data.FieldValueMetaData
  88:             2           8224  [Ljava.nio.ByteBuffer;
  89:           146           8176  java.lang.Package
  90:           249           7968  java.lang.ref.WeakReference
  91:           233           7456  java.lang.invoke.LambdaForm$Name
  92:            30           6640  [Z
  93:           413           6608  java.lang.ref.ReferenceQueue$Lock
  94:           146           5840  java.lang.invoke.MethodType
  95:           364           5824  java.lang.Integer
  96:           239           5736  com.google.common.collect.RegularImmutableMap$TerminalEntry
  97:           239           5736  org.apache.hadoop.conf.Configuration$DeprecatedKeyInfo
  98:            94           5640  [Ljava.lang.ref.SoftReference;
  99:           229           5496  java.util.LinkedList$Node
 100:           217           5208  java.lang.ProcessEnvironment$Value
 101:           217           5208  java.lang.ProcessEnvironment$Variable
 102:           203           4872  java.io.ExpiringCache$Entry
 103:           149           4768  java.lang.invoke.MethodType$ConcurrentWeakInternSet$WeakEntry
 104:           109           4360  java.math.BigInteger
 105:             4           4160  [[C
 106:            62           4136  [Lcom.google.common.collect.RegularImmutableMap$LinkedEntry;
 107:           103           4120  org.apache.log4j.Logger
 108:           256           4096  java.lang.Byte
 109:           256           4096  java.lang.Short
 110:             5           3920  [Lorg.apache.hadoop.hive.conf.HiveConf$ConfVars;
 111:           244           3904  java.util.concurrent.atomic.AtomicBoolean
 112:            42           3896  [Ljava.lang.reflect.Field;
 113:           162           3888  org.apache.log4j.CategoryKey
 114:            80           3840  java.lang.invoke.LambdaForm
 115:            85           3752  [Ljava.lang.invoke.LambdaForm$Name;
 116:            87           3480  java.util.EnumMap
 117:            86           3440  java.math.BigDecimal
 118:            61           3416  java.util.LinkedHashMap
 119:            37           3256  [Lorg.apache.impala.catalog.PrimitiveType;
 120:            58           3248  java.beans.MethodDescriptor
 121:            48           3072  org.apache.impala.analysis.NumericLiteral
 122:            74           2960  java.io.ObjectStreamField
 123:           121           2944  [Ljava.lang.reflect.Constructor;
 124:            92           2944  java.util.Collections$UnmodifiableMap
 125:            28           2912  [Ljava.lang.invoke.MethodHandle;
 126:           119           2856  sun.reflect.NativeConstructorAccessorImpl
 127:           118           2832  sun.reflect.NativeMethodAccessorImpl
 128:            86           2752  java.lang.invoke.DirectMethodHandle
 129:            49           2744  java.lang.invoke.MethodTypeForm
 130:            55           2640  java.util.Properties
 131:            33           2640  sun.net.www.protocol.jar.URLJarFile
 132:           106           2544  java.lang.invoke.LambdaForm$NamedFunction
 133:           104           2496  java.beans.MethodRef
 134:            12           2400  [[Ljava.lang.String;
 135:            60           2400  java.util.WeakHashMap$Entry
 136:            73           2336  org.apache.hadoop.hive.conf.Validator$TimeValidator
 137:            96           2304  com.sun.org.apache.xml.internal.serializer.EncodingInfo
 138:            47           2256  org.apache.hadoop.hive.metastore.api.Database
 139:            94           2256  org.apache.thrift.meta_data.StructMetaData
 140:            70           2240  org.apache.impala.thrift.TQueryOptions$_Fields
 141:            55           2200  java.security.AccessControlContext
 142:           128           2048  java.lang.Character
 143:            32           2048  org.apache.hadoop.metrics2.lib.Interns$CacheWith2Keys$2
 144:           127           2032  sun.reflect.DelegatingMethodAccessorImpl
 145:           126           2016  java.util.HashMap$EntrySet
 146:            33           1992  [J
 147:            83           1992  org.slf4j.impl.Log4jLoggerAdapter
 148:            60           1920  org.apache.impala.catalog.ScalarType
 149:           120           1920  sun.reflect.DelegatingConstructorAccessorImpl
 150:            59           1888  org.apache.log4j.ProvisionNode
 151:            39           1872  java.util.Hashtable
 152:            39           1872  sun.util.locale.LocaleObjectCache$CacheEntry
 153:            25           1800  org.apache.impala.catalog.HdfsPartition
 154:            44           1760  java.security.ProtectionDomain
 155:            30           1680  java.security.Provider$Service
 156:            23           1656  java.beans.PropertyDescriptor
 157:            69           1656  java.security.Provider$ServiceKey
 158:            41           1640  com.google.common.collect.MapMakerInternalMap$WeakEntry
 159:            20           1600  com.google.common.cache.LocalCache$Segment
 160:            66           1584  com.google.common.collect.RegularImmutableMap$NonTerminalEntry
 161:             1           1568  [[B
 162:            49           1568  org.apache.impala.thrift.TBackendGflags$_Fields
 163:            48           1536  java.lang.ThreadLocal$ThreadLocalMap$Entry
 164:            21           1512  java.util.regex.Pattern
 165:            46           1472  org.apache.impala.catalog.Db
 166:            18           1440  java.net.URI
 167:            88           1408  org.apache.thrift.protocol.TStruct
 168:             1           1376  [Lsun.misc.FDBigInteger;
 169:            43           1376  java.security.CodeSource
 170:            43           1376  java.util.regex.Pattern$Curly
 171:            24           1344  java.util.zip.Deflater
 172:            24           1344  org.apache.impala.catalog.HdfsPartition$CachedHmsPartitionDescriptor
 173:            15           1328  [Ljava.lang.ThreadLocal$ThreadLocalMap$Entry;
 174:            39           1280  [Ljava.math.BigInteger;
 175:            31           1240  com.google.common.collect.RegularImmutableMap
 176:            51           1224  org.apache.impala.catalog.CatalogObjectCache
 177:            50           1200  org.apache.hadoop.hdfs.DFSOpsCountStatistics$OpType
 178:            73           1168  java.util.concurrent.atomic.AtomicInteger
 179:            47           1128  org.apache.impala.thrift.TDatabase
 180:            10           1120  java.net.SocksSocketImpl
 181:            46           1104  java.util.regex.Pattern$GroupHead
 182:            46           1104  java.util.regex.Pattern$GroupTail
 183:             3           1080  [Ljava.lang.Integer;
 184:             2           1056  [Ljava.lang.Byte;
 185:             2           1056  [Ljava.lang.Long;
 186:             2           1056  [Ljava.lang.Short;
 187:            64           1024  java.util.HashSet
 188:            21           1008  java.util.concurrent.ThreadPoolExecutor$Worker
 189:            42           1008  org.apache.thrift.meta_data.ListMetaData
 190:            31            992  java.security.Permissions
 191:            41            984  java.lang.RuntimePermission
 192:            30            960  java.io.FilePermission
 193:            30            960  java.security.BasicPermissionCollection
 194:            30            960  java.security.Provider$EngineDescription
 195:            30            960  java.util.Vector
 196:             3            888  [Lorg.apache.impala.thrift.TQueryOptions$_Fields;
 197:            27            864  com.google.common.collect.RegularImmutableList
 198:             7            856  [D
 199:            53            848  java.util.concurrent.atomic.AtomicReference
 200:            52            832  java.util.concurrent.ConcurrentHashMap$ValuesView
 201:            34            816  java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject
 202:             7            808  [Ljava.beans.MethodDescriptor;
 203:            25            800  java.util.concurrent.locks.AbstractQueuedSynchronizer$Node
 204:            33            792  java.util.jar.Manifest
 205:            11            792  org.apache.hadoop.hive.conf.HiveConf
 206:            12            768  com.google.common.collect.MapMakerInternalMap$Segment
 207:            32            768  java.util.regex.Pattern$Single
 208:            32            768  org.apache.hadoop.metrics2.lib.MetricsInfoImpl
 209:            32            768  org.apache.thrift.meta_data.EnumMetaData
 210:            19            760  sun.util.locale.BaseLocale$Key
 211:            47            752  java.util.jar.Attributes
 212:            29            728  [Ljava.security.ProtectionDomain;
 213:            13            728  org.apache.impala.catalog.ColumnStats
 214:            30            720  java.io.FilePermissionCollection
 215:            15            720  java.lang.management.PlatformComponent
 216:             5            720  java.text.DecimalFormat
 217:             9            720  java.util.concurrent.ThreadPoolExecutor
 218:            10            720  org.apache.thrift.protocol.TBinaryProtocol
 219:            10            720  sun.reflect.DelegatingClassLoader
 220:            44            704  [Ljava.security.Principal;
 221:            44            704  java.security.ProtectionDomain$Key
 222:            22            696  [Ljava.io.ObjectStreamField;
 223:            28            672  java.security.Provider$UString
 224:            28            672  org.apache.hadoop.hive.conf.Validator$StringSet
 225:            21            672  org.apache.impala.thrift.TExprNode$_Fields
 226:            41            656  com.google.common.collect.MapMakerInternalMap$StrongValueReference
 227:             5            640  com.google.common.cache.LocalCache
 228:            10            640  org.apache.hadoop.hive.metastore.HiveMetaStoreClient
 229:             3            624  [Ljava.lang.invoke.LambdaForm;
 230:            19            608  java.util.Locale
 231:            19            608  java.util.regex.Pattern$Branch
 232:            19            608  org.apache.impala.thrift.THdfsPartition$_Fields
 233:            19            608  sun.util.locale.BaseLocale
 234:            25            600  org.apache.hadoop.hive.metastore.api.SerDeInfo
 235:            24            576  com.google.common.collect.SingletonImmutableList
 236:            12            576  java.util.logging.LogManager$LoggerWeakRef
 237:            24            576  java.util.regex.Pattern$Ctype
 238:            24            576  org.apache.impala.catalog.HdfsPartitionLocationCompressor$Location
 239:            18            576  org.apache.impala.catalog.PrimitiveType
 240:            10            560  java.util.ResourceBundle$CacheKey
 241:             7            560  org.apache.hadoop.fs.FileSystem$Statistics$StatisticsData
 242:            10            560  org.apache.hadoop.hive.metastore.RetryingMetaStoreClient
 243:            10            560  sun.invoke.util.Wrapper
 244:             2            544  [Lcom.ctc.wstx.util.SymbolTable$Bucket;
 245:             2            544  [Ljava.lang.Character;
 246:            17            544  org.apache.impala.thrift.TColumn$_Fields
 247:            11            528  java.util.TreeMap
 248:            22            528  java.util.concurrent.ConcurrentHashMap$KeySetView
 249:            13            520  java.lang.invoke.MethodHandleImpl$IntrinsicMethodHandle
 250:             8            512  java.nio.DirectByteBuffer
 251:            32            512  java.util.concurrent.atomic.AtomicReferenceArray
 252:            21            504  java.util.regex.Pattern$BitClass
 253:            12            480  java.io.BufferedInputStream
 254:            10            480  java.net.SocketInputStream
 255:            10            480  java.net.SocketOutputStream
 256:            30            480  java.util.LinkedHashSet
 257:            10            480  java.util.ResourceBundle$BundleReference
 258:            20            480  java.util.concurrent.ConcurrentLinkedQueue$Node
 259:            15            480  java.util.logging.LogManager$LogNode
 260:            15            480  org.apache.hadoop.hive.metastore.api.Table$_Fields
 261:             1            472  org.apache.hadoop.ipc.Client$Connection
 262:            19            456  [Ljava.util.regex.Pattern$Node;
 263:             6            456  [Lsun.invoke.util.Wrapper;
 264:            19            456  java.util.Collections$SetFromMap
 265:            19            456  java.util.Locale$LocaleKey
 266:            19            456  org.apache.impala.thrift.TExprNodeType
 267:            14            448  java.io.File
 268:             5            440  java.util.jar.JarVerifier
 269:             3            432  [Lorg.apache.commons.collections.map.AbstractHashedMap$HashEntry;
 270:             2            432  [Lorg.apache.hadoop.hdfs.DFSOpsCountStatistics$OpType;
 271:             2            432  [Lorg.apache.impala.thrift.TBackendGflags$_Fields;
 272:            18            432  java.text.DateFormat$Field
 273:            18            432  org.apache.impala.thrift.TPrimitiveType
 274:            13            416  java.lang.invoke.SimpleMethodHandle
 275:            13            416  org.apache.impala.catalog.Column
 276:            13            416  org.apache.impala.catalog.StructField
 277:            13            416  org.apache.impala.thrift.TTable$_Fields
 278:            10            400  java.lang.invoke.DirectMethodHandle$Accessor
 279:            10            400  org.apache.thrift.transport.TSocket
 280:             7            392  java.lang.invoke.LambdaFormEditor$Transform
 281:             1            392  org.apache.hadoop.hdfs.DFSUtilClient$1
 282:             1            384  java.lang.ref.Finalizer$FinalizerThread
 283:            12            384  java.lang.reflect.WeakCache$CacheValue
 284:             1            384  java.util.logging.LogManager$Cleaner
 285:            12            384  org.apache.hadoop.hive.metastore.api.StorageDescriptor$_Fields
 286:            12            384  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto$RpcErrorCodeProto
 287:             6            384  org.apache.hadoop.metrics2.util.SampleStat
 288:            16            384  sun.nio.ch.OptionKey
 289:            16            384  sun.nio.ch.SocketOptionRegistry$RegistryKey
 290:             1            376  java.lang.ref.Reference$ReferenceHandler
 291:             1            376  org.apache.hadoop.util.ShutdownHookManager$1
 292:             9            360  com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$Limit
 293:             9            360  com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit
 294:            15            360  java.lang.ThreadLocal$ThreadLocalMap
 295:             5            360  java.util.logging.Logger
 296:            15            360  java.util.regex.Pattern$Start
 297:            11            352  java.lang.StringCoding$StringEncoder
 298:            11            352  java.lang.reflect.Proxy$Key1
 299:            11            352  org.apache.impala.analysis.ArithmeticExpr$Operator
 300:            11            352  org.apache.thrift.meta_data.MapMetaData
 301:             7            336  java.beans.BeanDescriptor
 302:            14            336  java.lang.invoke.LambdaFormEditor$Transform$Kind
 303:             6            336  java.nio.DirectLongBufferU
 304:             7            336  java.util.concurrent.LinkedBlockingQueue
 305:            14            336  java.util.regex.Pattern$Slice
 306:             6            336  sun.management.MemoryPoolImpl
 307:             7            336  sun.util.locale.provider.LocaleResources$ResourceReference
 308:            16            328  [Ljava.lang.management.PlatformComponent;
 309:             2            320  [Ljava.lang.Thread;
 310:            10            320  java.lang.OutOfMemoryError
 311:            10            320  java.net.Socket
 312:             5            320  java.text.DecimalFormatSymbols
 313:            10            320  java.util.ResourceBundle$LoaderReference
 314:            10            320  org.apache.hadoop.hive.metastore.api.Index$_Fields
 315:             8            320  org.apache.impala.catalog.HdfsFileFormat
 316:            10            320  org.apache.impala.thrift.TCatalogObject$_Fields
 317:             7            312  [Ljava.beans.PropertyDescriptor;
 318:             3            312  com.google.common.collect.MapMakerInternalMap
 319:            13            312  java.io.BufferedOutputStream
 320:            13            312  java.util.Collections$SynchronizedSet
 321:            13            312  org.apache.hadoop.hive.metastore.api.FieldSchema
 322:            13            312  org.apache.log4j.Level
 323:            19            304  java.util.regex.Pattern$BranchConn
 324:             3            296  [Lorg.apache.impala.thrift.TExprNode$_Fields;
 325:            12            288  com.google.common.cache.LocalCache$WriteQueue$1
 326:            12            288  com.sun.security.auth.UnixNumericGroupPrincipal
 327:            12            288  java.lang.invoke.Invokers
 328:             9            288  java.util.logging.Level
 329:             9            288  jdk.internal.org.objectweb.asm.Type
 330:             9            288  org.apache.hadoop.metrics2.util.SampleStat$MinMax
 331:             6            288  org.apache.hadoop.util.StringUtils$TraditionalBinaryPrefix
 332:             9            288  org.apache.impala.analysis.BinaryPredicate$Operator
 333:             9            288  org.apache.impala.thrift.TEventProcessorMetrics$_Fields
 334:             9            288  org.apache.impala.thrift.THdfsTable$_Fields
 335:             9            288  org.apache.impala.thrift.TJvmMemoryPool$_Fields
 336:             9            288  sun.security.jca.ProviderConfig
 337:             7            280  java.beans.GenericBeanInfo
 338:             5            280  sun.util.calendar.ZoneInfo
 339:            17            272  java.lang.ThreadLocal
 340:            11            264  java.net.StandardSocketOptions$StdSocketOption
 341:            11            264  java.util.concurrent.ConcurrentLinkedQueue
 342:            11            264  sun.reflect.annotation.AnnotationInvocationHandler
 343:             3            256  [Lorg.apache.impala.thrift.TColumn$_Fields;
 344:             3            256  [Lorg.apache.impala.thrift.THdfsPartition$_Fields;
 345:             8            256  java.lang.invoke.BoundMethodHandle$Species_L
 346:             8            256  org.apache.hadoop.hdfs.protocol.proto.AclProtos$AclEntryProto$FsActionProto
 347:             8            256  org.apache.hadoop.hive.metastore.api.Database$_Fields
 348:             8            256  org.apache.hadoop.hive.metastore.api.Function$_Fields
 349:             8            256  org.apache.hadoop.hive.metastore.api.GetPartitionsRequest$_Fields
 350:             8            256  org.apache.hadoop.hive.metastore.api.Partition$_Fields
 351:            16            256  org.apache.impala.catalog.TableLoadingMgr$3
 352:             8            256  org.apache.impala.thrift.TSymbolLookupParams$_Fields
 353:             8            256  sun.misc.ProxyGenerator$PrimitiveTypeInfo
 354:             8            256  sun.reflect.annotation.AnnotationType
 355:             8            248  [Ljava.lang.invoke.LambdaForm$BasicType;
 356:             6            240  [Ljava.lang.invoke.BoundMethodHandle$SpeciesData;
 357:            10            240  [Ljava.net.URI;
 358:             3            240  [Ljava.util.concurrent.RunnableScheduledFuture;
 359:             6            240  java.lang.ClassLoader$NativeLibrary
 360:            15            240  java.util.HashMap$KeySet
 361:            10            240  java.util.concurrent.Executors$DefaultThreadFactory
 362:             3            240  java.util.concurrent.ScheduledThreadPoolExecutor
 363:            10            240  java.util.regex.Pattern$1
 364:             6            240  org.apache.hadoop.conf.Configuration
 365:             6            240  org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReference
 366:            10            240  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$Client
 367:            10            240  org.apache.impala.catalog.MetaStoreClientPool$MetaStoreClient
 368:            10            240  org.apache.impala.thrift.TCatalogObjectType
 369:             6            240  sun.management.MemoryPoolImpl$CollectionSensor
 370:             6            240  sun.management.MemoryPoolImpl$PoolSensor
 371:             8            232  [Ljava.lang.Boolean;
 372:             1            232  org.apache.impala.thrift.TBackendGflags
 373:             7            224  org.apache.hadoop.hdfs.protocol.proto.InotifyProtos$EventType
 374:             7            224  org.apache.hadoop.hive.metastore.api.ColumnStatisticsData$_Fields
 375:             9            216  java.util.logging.Level$KnownLevel
 376:             9            216  java.util.regex.Pattern$5
 377:             9            216  java.util.regex.Pattern$CharProperty$1
 378:             3            216  org.apache.hadoop.metrics2.lib.MutableRate
 379:             9            216  org.apache.impala.catalog.HdfsCompression
 380:             9            216  sun.reflect.generics.tree.SimpleClassTypeSignature
 381:             3            216  sun.security.provider.NativePRNG$RandomIO
 382:             9            216  sun.util.logging.PlatformLogger$Level
 383:             7            208  [Ljava.lang.invoke.LambdaForm$NamedFunction;
 384:             3            208  [Lorg.apache.impala.thrift.TTable$_Fields;
 385:             2            208  java.io.ObjectStreamClass
 386:             2            200  [Ljava.text.DateFormat$Field;
 387:             5            200  com.google.common.util.concurrent.ThreadFactoryBuilder$1
 388:             5            200  java.lang.invoke.BoundMethodHandle$SpeciesData
 389:             5            200  java.text.DigitList
 390:             4            192  [Lorg.apache.hadoop.fs.permission.FsAction;
 391:             3            192  [Lorg.apache.hadoop.hive.metastore.api.Table$_Fields;
 392:             8            192  com.google.common.cache.LocalCache$AccessQueue$1
 393:            12            192  com.google.common.cache.LocalCache$WriteQueue
 394:             6            192  java.lang.invoke.LambdaForm$BasicType
 395:             8            192  java.lang.invoke.MethodHandleImpl$Intrinsic
 396:             8            192  java.math.RoundingMode
 397:             4            192  java.nio.HeapByteBuffer
 398:             8            192  jdk.net.SocketFlow$Status
 399:             8            192  org.apache.hadoop.conf.Configuration$DeprecationDelta
 400:             8            192  org.apache.hadoop.fs.permission.FsAction
 401:             6            192  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$DatanodeReportTypeProto
 402:             6            192  org.apache.hadoop.hdfs.protocol.proto.InotifyProtos$MetadataUpdateType
 403:             8            192  org.apache.hadoop.metrics2.impl.MsInfo
 404:             6            192  org.apache.hadoop.security.UserGroupInformation$AuthenticationMethod
 405:             8            192  org.apache.impala.extdatasource.thrift.TComparisonOp
 406:             6            192  org.apache.impala.thrift.TGetJvmMemoryMetricsResponse$_Fields
 407:             1            184  org.apache.hadoop.hdfs.client.impl.DfsClientConf
 408:             2            176  [[Lorg.apache.impala.catalog.PrimitiveType;
 409:             1            168  [[Ljava.math.BigInteger;
 410:             7            168  com.sun.org.apache.xerces.internal.util.FeatureState
 411:             7            168  java.net.NetPermission
 412:             7            168  java.util.Collections$UnmodifiableRandomAccessList
 413:             7            168  java.util.concurrent.LinkedBlockingQueue$Node
 414:             7            168  java.util.regex.Pattern$Ques
 415:             7            168  org.apache.hadoop.hdfs.inotify.Event$EventType
 416:             7            168  org.apache.impala.thrift.THdfsFileFormat
 417:             7            168  org.apache.impala.thrift.TLogLevel
 418:             4            160  [F
 419:             5            160  [Lcom.google.common.cache.LocalCache$Segment;
 420:             3            160  [Lorg.apache.impala.thrift.TCatalogObject$_Fields;
 421:             3            160  [Lorg.apache.impala.thrift.TEventProcessorMetrics$_Fields;
 422:            10            160  com.sun.proxy.$Proxy4
 423:             5            160  java.util.Collections$SynchronizedMap
 424:            10            160  java.util.Formatter$Flags
 425:             5            160  java.util.RegularEnumSet
 426:             5            160  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DatanodeInfoProto$AdminState
 427:             5            160  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$XAttrProto$XAttrNamespaceProto
 428:            10            160  org.apache.hadoop.hive.metastore.DefaultMetaStoreFilterHookImpl
 429:             5            160  org.apache.hadoop.hive.metastore.api.DoubleColumnStatsData$_Fields
 430:             5            160  org.apache.hadoop.hive.metastore.api.FireEventRequest$_Fields
 431:             5            160  org.apache.hadoop.hive.metastore.api.HiveObjectRef$_Fields
 432:             5            160  org.apache.hadoop.hive.metastore.api.LockRequest$_Fields
 433:             5            160  org.apache.hadoop.hive.metastore.api.LongColumnStatsData$_Fields
 434:             5            160  org.apache.hadoop.hive.metastore.api.StringColumnStatsData$_Fields
 435:             5            160  org.apache.hadoop.security.SaslRpcServer$AuthMethod
 436:             5            160  org.apache.hadoop.util.DataChecksum$Type
 437:             4            160  sun.misc.FloatingDecimal$BinaryToASCIIBuffer
 438:             5            160  sun.reflect.UnsafeObjectFieldAccessorImpl
 439:             5            160  sun.util.locale.provider.LocaleProviderAdapter$Type
 440:             3            152  [Lorg.apache.hadoop.hive.metastore.api.StorageDescriptor$_Fields;
 441:             9            152  [Lsun.reflect.generics.tree.TypeArgument;
 442:             1            152  org.apache.impala.catalog.HdfsTable
 443:             2            144  [Ljava.math.BigDecimal;
 444:             3            144  [Lorg.apache.impala.thrift.THdfsTable$_Fields;
 445:             6            144  com.sun.org.apache.xerces.internal.util.Status
 446:             6            144  org.apache.hadoop.hdfs.inotify.Event$MetadataUpdateEvent$MetadataType
 447:             6            144  org.apache.hadoop.hdfs.protocol.HdfsConstants$DatanodeReportType
 448:             1            144  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DatanodeInfoProto
 449:             6            144  org.apache.hadoop.hive.conf.Validator$RangeValidator
 450:             6            144  org.apache.hadoop.hive.conf.Validator$SizeValidator
 451:             6            144  org.apache.hadoop.hive.metastore.api.DataOperationType
 452:             6            144  org.apache.hadoop.io.retry.CallReturn$State
 453:             6            144  org.apache.hadoop.util.Shell$OSType
 454:             6            144  org.apache.impala.catalog.events.MetastoreEventsProcessor$EventProcessorStatus
 455:             6            144  sun.misc.PerfCounter
 456:             3            144  sun.misc.URLClassPath
 457:             6            144  sun.security.util.DisabledAlgorithmConstraints$Constraint$Operator
 458:             4            128  [Lcom.google.common.collect.MapMakerInternalMap$EntryFactory;
 459:             3            128  [Lorg.apache.hadoop.hive.metastore.api.Database$_Fields;
 460:             3            128  [Lorg.apache.hadoop.hive.metastore.api.GetPartitionsRequest$_Fields;
 461:             2            128  [Lorg.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto$RpcErrorCodeProto;
 462:             8            128  com.google.common.cache.LocalCache$AccessQueue
 463:             2            128  java.io.ExpiringCache$1
 464:             4            128  java.lang.StringCoding$StringDecoder
 465:             4            128  java.lang.UNIXProcess$Platform
 466:             4            128  java.lang.invoke.DirectMethodHandle$Special
 467:             4            128  java.util.Stack
 468:             4            128  java.util.regex.Pattern$BnM
 469:             4            128  org.apache.commons.lang3.text.translate.LookupTranslator
 470:             1            128  org.apache.hadoop.hdfs.DFSClient
 471:             4            128  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SafeModeActionProto
 472:             4            128  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$AccessModeProto
 473:             1            128  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$HdfsFileStatusProto
 474:             4            128  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$HdfsFileStatusProto$Flags
 475:             4            128  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$StorageTypeProto
 476:             4            128  org.apache.hadoop.hive.metastore.api.BooleanColumnStatsData$_Fields
 477:             4            128  org.apache.hadoop.hive.metastore.api.ForeignKeysRequest$_Fields
 478:             4            128  org.apache.hadoop.hive.metastore.api.ShowLocksRequest$_Fields
 479:             2            128  org.apache.hadoop.metrics2.lib.Interns$CacheWith2Keys$1
 480:             4            128  org.apache.impala.thrift.TColumnStats$_Fields
 481:             4            128  org.apache.impala.thrift.TScalarType$_Fields
 482:             4            128  org.apache.impala.thrift.TSymbolLookupResult$_Fields
 483:             4            128  org.apache.thrift.protocol.TBinaryProtocol$Factory
 484:             8            128  sun.reflect.generics.tree.ClassTypeSignature
 485:             3            120  [Lorg.apache.hadoop.hive.metastore.api.Partition$_Fields;
 486:             3            120  [Lorg.apache.impala.thrift.TSymbolLookupParams$_Fields;
 487:             1            120  com.ctc.wstx.api.ReaderConfig
 488:             5            120  com.ctc.wstx.util.SymbolTable$Bucket
 489:             5            120  com.sun.org.apache.xalan.internal.utils.FeaturePropertyBase$State
 490:             5            120  com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$State
 491:             5            120  com.sun.org.apache.xerces.internal.util.PropertyState
 492:             5            120  com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State
 493:             5            120  com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State
 494:             3            120  java.lang.invoke.BoundMethodHandle$Species_LL
 495:             5            120  java.util.regex.Pattern$7
 496:             5            120  java.util.regex.Pattern$Dollar
 497:             5            120  jdk.xml.internal.JdkXmlFeatures$State
 498:             3            120  org.apache.commons.collections.map.AbstractLinkedMap$LinkEntry
 499:             5            120  org.apache.hadoop.fs.XAttr$NameSpace
 500:             5            120  org.apache.hadoop.hdfs.protocol.DatanodeInfo$AdminStates
 501:             1            120  org.apache.hadoop.metrics2.impl.MetricsSystemImpl
 502:             5            120  org.apache.impala.analysis.LikePredicate$Operator
 503:             5            120  org.apache.impala.thrift.TReplicaPreference
 504:             5            120  org.apache.impala.thrift.TTableType
 505:             5            120  sun.misc.FloatingDecimal$PreparedASCIIToBinaryBuffer
 506:             5            120  sun.misc.MetaIndex
 507:             5            120  sun.misc.URLClassPath$FileLoader
 508:             2            112  [Ljava.lang.invoke.MethodType;
 509:             3            112  [Lorg.apache.hadoop.hive.metastore.api.DoubleColumnStatsData$_Fields;
 510:             3            112  [Lorg.apache.hadoop.hive.metastore.api.FireEventRequest$_Fields;
 511:             2            112  [Lorg.apache.hadoop.hive.metastore.api.Index$_Fields;
 512:             3            112  [Lorg.apache.hadoop.hive.metastore.api.LongColumnStatsData$_Fields;
 513:             2            112  [Lorg.apache.impala.thrift.TJvmMemoryPool$_Fields;
 514:             7            112  java.util.Hashtable$EntrySet
 515:             7            112  java.util.LinkedHashMap$LinkedValues
 516:             2            112  org.apache.commons.collections.map.LinkedMap
 517:             1            112  org.apache.impala.catalog.CatalogServiceCatalog
 518:             1            112  sun.nio.ch.SocketChannelImpl
 519:             3            104  [Lorg.apache.hadoop.hive.metastore.api.LockRequest$_Fields;
 520:             3            104  [Lorg.apache.hadoop.hive.metastore.api.StringColumnStatsData$_Fields;
 521:             5            104  [Lsun.reflect.generics.tree.FieldTypeSignature;
 522:             1            104  org.apache.hadoop.hdfs.client.impl.DfsClientConf$ShortCircuitConf
 523:             2             96  [Lcom.google.common.cache.LocalCache$EntryFactory;
 524:             3             96  [Lcom.google.common.collect.MapMakerInternalMap$Segment;
 525:             2             96  [Lcom.sun.org.apache.xalan.internal.utils.XMLSecurityManager$State;
 526:             3             96  [Ljava.lang.management.MemoryPoolMXBean;
 527:             5             96  [Ljava.lang.reflect.Type;
 528:             4             96  [Lorg.apache.hadoop.fs.StorageType;
 529:             2             96  [Lorg.apache.hadoop.hdfs.protocol.proto.AclProtos$AclEntryProto$FsActionProto;
 530:             2             96  [Lorg.apache.hadoop.hdfs.protocol.proto.InotifyProtos$EventType;
 531:             2             96  [Lorg.apache.hadoop.hive.metastore.api.ColumnStatisticsData$_Fields;
 532:             2             96  [Lorg.apache.hadoop.hive.metastore.api.Function$_Fields;
 533:             3             96  [Lorg.apache.hadoop.hive.metastore.api.ShowLocksRequest$_Fields;
 534:             1             96  [Lorg.apache.impala.thrift.TExprNodeType;
 535:             3             96  [Lorg.apache.impala.thrift.TScalarType$_Fields;
 536:             3             96  [Lorg.apache.impala.thrift.TSymbolLookupResult$_Fields;
 537:             1             96  [[J
 538:             4             96  com.google.common.collect.AbstractIterator$State
 539:             4             96  com.google.protobuf.LiteralByteString
 540:             3             96  com.sun.org.apache.xalan.internal.utils.XMLSecurityManager$NameMap
 541:             3             96  com.sun.org.apache.xerces.internal.utils.XMLSecurityManager$NameMap
 542:             4             96  java.io.ByteArrayOutputStream
 543:             2             96  java.lang.ThreadGroup
 544:             4             96  java.math.MathContext
 545:             3             96  java.net.InetAddress$InetAddressHolder
 546:             4             96  java.util.Arrays$ArrayList
 547:             3             96  java.util.PriorityQueue
 548:             3             96  java.util.Random
 549:             3             96  java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue
 550:             3             96  java.util.concurrent.SynchronousQueue
 551:             4             96  javax.security.auth.login.AppConfigurationEntry
 552:             4             96  org.apache.hadoop.fs.FileStatus$AttrFlags
 553:             4             96  org.apache.hadoop.fs.StorageType
 554:             4             96  org.apache.hadoop.fs.permission.AclEntryType
 555:             4             96  org.apache.hadoop.hdfs.protocol.HdfsConstants$SafeModeAction
 556:             4             96  org.apache.hadoop.hdfs.protocol.HdfsFileStatus$Flags
 557:             4             96  org.apache.hadoop.hdfs.protocol.datatransfer.ReplaceDatanodeOnFailure$Policy
 558:             3             96  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RollingUpgradeActionProto
 559:             3             96  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ReencryptionStateProto
 560:             3             96  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$ErasureCodingPolicyState
 561:             3             96  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$HdfsFileStatusProto$FileType
 562:             3             96  org.apache.hadoop.hdfs.protocol.proto.InotifyProtos$INodeType
 563:             4             96  org.apache.hadoop.hdfs.security.token.block.BlockTokenIdentifier$AccessMode
 564:             1             96  org.apache.hadoop.hdfs.shortcircuit.ShortCircuitCache
 565:             4             96  org.apache.hadoop.hive.metastore.TableType
 566:             3             96  org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj$_Fields
 567:             3             96  org.apache.hadoop.hive.metastore.api.FieldSchema$_Fields
 568:             3             96  org.apache.hadoop.hive.metastore.api.Role$_Fields
 569:             3             96  org.apache.hadoop.hive.metastore.api.SerDeInfo$_Fields
 570:             3             96  org.apache.hadoop.hive.metastore.api.SkewedInfo$_Fields
 571:             3             96  org.apache.hadoop.hive.metastore.api.TableStatsRequest$_Fields
 572:             3             96  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_database_result$_Fields
 573:             3             96  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partition_names_args$_Fields
 574:             3             96  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partition_names_result$_Fields
 575:             3             96  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partitions_by_names_args$_Fields
 576:             3             96  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partitions_by_names_result$_Fields
 577:             3             96  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_result$_Fields
 578:             3             96  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_statistics_req_result$_Fields
 579:             4             96  org.apache.hadoop.io.Text
 580:             4             96  org.apache.hadoop.io.retry.CallReturn
 581:             3             96  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcKindProto
 582:             3             96  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcRequestHeaderProto$OperationProto
 583:             3             96  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto$RpcStatusProto
 584:             4             96  org.apache.hadoop.metrics2.annotation.Metric$Type
 585:             4             96  org.apache.htrace.shaded.commons.logging.impl.Log4JLogger
 586:             4             96  org.apache.impala.catalog.ColumnStats$StatsKey
 587:             4             96  org.apache.impala.catalog.Function$CompareMode
 588:             4             96  org.apache.impala.thrift.TAccessLevel
 589:             4             96  org.apache.impala.thrift.TExplainLevel
 590:             4             96  org.apache.impala.thrift.TFunctionBinaryType
 591:             3             96  org.apache.impala.thrift.TGetCatalogDeltaResponse$_Fields
 592:             4             96  org.apache.impala.thrift.TParquetTimestampType
 593:             3             96  org.apache.impala.thrift.TPrioritizeLoadRequest$_Fields
 594:             3             96  org.apache.impala.thrift.TTypeNode$_Fields
 595:             4             96  org.apache.impala.thrift.TTypeNodeType
 596:             3             96  org.apache.impala.util.TopNCache
 597:             2             96  sun.management.GarbageCollectorImpl
 598:             1             96  sun.misc.Launcher$AppClassLoader
 599:             3             96  sun.net.spi.DefaultProxySelector$NonProxyInfo
 600:             2             96  sun.nio.cs.StreamEncoder
 601:             3             96  sun.reflect.UnsafeStaticObjectFieldAccessorImpl
 602:             1             96  sun.security.jca.ProviderList$1
 603:             1             96  sun.security.provider.Sun
 604:             3             96  sun.security.util.ObjectIdentifier
 605:             3             88  [Lorg.apache.hadoop.hive.metastore.api.BooleanColumnStatsData$_Fields;
 606:             3             88  [Lorg.apache.impala.thrift.TGetCatalogDeltaResponse$_Fields;
 607:             1             88  [Lorg.apache.impala.thrift.TPrimitiveType;
 608:             3             88  [Lorg.apache.impala.thrift.TPrioritizeLoadRequest$_Fields;
 609:             3             88  [Lorg.apache.impala.thrift.TTypeNode$_Fields;
 610:             1             88  org.apache.impala.thrift.TEventProcessorMetrics
 611:             1             88  sun.misc.Launcher$ExtClassLoader
 612:             5             80  [Ljava.security.CodeSigner;
 613:             2             80  [Lorg.apache.hadoop.fs.XAttr$NameSpace;
 614:             2             80  [Lorg.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$DatanodeReportTypeProto;
 615:             2             80  [Lorg.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DatanodeInfoProto$AdminState;
 616:             2             80  [Lorg.apache.hadoop.hdfs.protocol.proto.InotifyProtos$MetadataUpdateType;
 617:             2             80  [Lorg.apache.hadoop.hdfs.protocol.proto.XAttrProtos$XAttrProto$XAttrNamespaceProto;
 618:             2             80  [Lorg.apache.hadoop.hive.metastore.api.HiveObjectRef$_Fields;
 619:             2             80  [Lorg.apache.hadoop.security.UserGroupInformation$AuthenticationMethod;
 620:             2             80  [Lorg.apache.hadoop.util.DataChecksum$Type;
 621:             2             80  [Lorg.apache.impala.thrift.TGetJvmMemoryMetricsResponse$_Fields;
 622:             2             80  com.ctc.wstx.util.SymbolTable
 623:             2             80  com.google.common.base.Stopwatch
 624:             5             80  com.sun.proxy.$Proxy2
 625:             2             80  java.io.BufferedWriter
 626:             2             80  java.io.ExpiringCache
 627:             2             80  java.lang.invoke.MethodHandleImpl$AsVarargsCollector
 628:             2             80  java.util.IdentityHashMap
 629:             5             80  java.util.LinkedHashMap$LinkedKeySet
 630:             2             80  java.util.Locale$Category
 631:             2             80  java.util.ServiceLoader$LazyIterator
 632:             5             80  java.util.jar.JarVerifier$3
 633:             2             80  jdk.xml.internal.JdkXmlFeatures$XmlFeature
 634:             1             80  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CachePoolStatsProto
 635:             1             80  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CreateRequestProto
 636:             1             80  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$LocatedBlockProto
 637:             2             80  org.apache.hadoop.net.unix.DomainSocket
 638:             1             80  org.apache.hadoop.security.Groups
 639:             2             80  org.apache.hadoop.security.authentication.util.KerberosName$Rule
 640:             1             80  org.apache.impala.catalog.CatalogdTableInvalidator
 641:             2             80  sun.management.MemoryManagerImpl
 642:             2             80  sun.misc.Cleaner
 643:             2             80  sun.reflect.UnsafeQualifiedStaticObjectFieldAccessorImpl
 644:             2             80  sun.security.util.DisabledAlgorithmConstraints$KeySizeConstraint
 645:             1             72  [Ljava.lang.invoke.LambdaFormEditor$Transform$Kind;
 646:             3             72  [Lorg.apache.hadoop.hive.metastore.api.SetPartitionsStatsRequest$_Fields;
 647:             3             72  [Lorg.apache.impala.thrift.TCatalogServiceRequestHeader$_Fields;
 648:             3             72  [Lorg.apache.impala.thrift.TDatabase$_Fields;
 649:             3             72  [Lorg.apache.impala.thrift.TGetCatalogServerMetricsResponse$_Fields;
 650:             3             72  [Lorg.apache.impala.thrift.TPartitionStats$_Fields;
 651:             3             72  [Lorg.apache.impala.thrift.TTableStats$_Fields;
 652:             2             72  [Lsun.security.jca.ProviderConfig;
 653:             3             72  java.lang.Class$AnnotationData
 654:             3             72  java.lang.UNIXProcess$LaunchMechanism
 655:             3             72  java.lang.annotation.RetentionPolicy
 656:             3             72  java.net.Inet4Address
 657:             3             72  java.net.Proxy$Type
 658:             3             72  java.security.SecurityPermission
 659:             3             72  java.util.Base64$Encoder
 660:             3             72  java.util.BitSet
 661:             1             72  java.util.ResourceBundle$RBClassLoader
 662:             1             72  java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask
 663:             3             72  java.util.concurrent.atomic.AtomicMarkableReference$Pair
 664:             1             72  java.util.logging.LogManager$RootLogger
 665:             3             72  javax.security.auth.Subject$SecureSet
 666:             3             72  org.apache.commons.logging.impl.Log4JLogger
 667:             3             72  org.apache.hadoop.fs.viewfs.ViewFileSystem$RenameStrategy
 668:             3             72  org.apache.hadoop.hdfs.inotify.Event$CreateEvent$INodeType
 669:             3             72  org.apache.hadoop.hdfs.protocol.HdfsConstants$RollingUpgradeAction
 670:             3             72  org.apache.hadoop.hdfs.protocol.ZoneReencryptionStatus$State
 671:             1             72  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AddBlockRequestProto
 672:             1             72  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CachePoolInfoProto
 673:             1             72  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetAdditionalDatanodeRequestProto
 674:             3             72  org.apache.hadoop.hdfs.server.protocol.DatanodeStorage$State
 675:             3             72  org.apache.hadoop.hive.metastore.api.PrincipalType
 676:             1             72  org.apache.hadoop.hive.metastore.api.Table
 677:             3             72  org.apache.hadoop.ipc.RPC$RpcKind
 678:             1             72  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto
 679:             3             72  org.apache.hadoop.security.UserGroupInformation$LoginParam
 680:             3             72  org.apache.htrace.core.Tracer$ThreadContext
 681:             3             72  org.apache.impala.analysis.ArithmeticExpr$OperatorPosition
 682:             3             72  org.apache.impala.analysis.CompoundPredicate$Operator
 683:             3             72  org.apache.impala.catalog.CatalogInterners$1
 684:             3             72  org.apache.impala.catalog.CatalogServiceCatalog$TopicMode
 685:             3             72  org.apache.impala.thrift.TKuduReadMode
 686:             3             72  org.apache.impala.thrift.TParquetArrayResolution
 687:             3             72  org.apache.impala.thrift.TRuntimeFilterMode
 688:             3             72  org.apache.impala.thrift.TSymbolLookupResultCode
 689:             3             72  org.apache.impala.thrift.TSymbolType
 690:             1             72  org.apache.impala.util.JvmPauseMonitor
 691:             3             72  org.ietf.jgss.Oid
 692:             3             72  sun.misc.FloatingDecimal$ExceptionalBinaryToASCIIBuffer
 693:             3             72  sun.misc.Signal
 694:             1             72  sun.nio.ch.EPollArrayWrapper
 695:             1             72  sun.nio.ch.EPollSelectorImpl
 696:             3             72  sun.security.provider.NativePRNG$Variant
 697:             1             72  sun.util.locale.provider.JRELocaleProviderAdapter
 698:             3             72  sun.util.resources.ParallelListResourceBundle$KeySet
 699:             2             64  [Ljava.lang.UNIXProcess$LaunchMechanism;
 700:             2             64  [Ljava.lang.annotation.RetentionPolicy;
 701:             2             64  [Lorg.apache.hadoop.fs.permission.AclEntryType;
 702:             2             64  [Lorg.apache.hadoop.hdfs.protocol.HdfsFileStatus$Flags;
 703:             2             64  [Lorg.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RollingUpgradeActionProto;
 704:             2             64  [Lorg.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SafeModeActionProto;
 705:             2             64  [Lorg.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ReencryptionStateProto;
 706:             2             64  [Lorg.apache.hadoop.hdfs.protocol.proto.HdfsProtos$AccessModeProto;
 707:             2             64  [Lorg.apache.hadoop.hdfs.protocol.proto.HdfsProtos$ErasureCodingPolicyState;
 708:             2             64  [Lorg.apache.hadoop.hdfs.protocol.proto.HdfsProtos$HdfsFileStatusProto$FileType;
 709:             2             64  [Lorg.apache.hadoop.hdfs.protocol.proto.HdfsProtos$HdfsFileStatusProto$Flags;
 710:             2             64  [Lorg.apache.hadoop.hdfs.protocol.proto.HdfsProtos$StorageTypeProto;
 711:             2             64  [Lorg.apache.hadoop.hdfs.protocol.proto.InotifyProtos$INodeType;
 712:             2             64  [Lorg.apache.hadoop.hive.metastore.TableType;
 713:             2             64  [Lorg.apache.hadoop.hive.metastore.api.ColumnStatisticsObj$_Fields;
 714:             2             64  [Lorg.apache.hadoop.hive.metastore.api.FieldSchema$_Fields;
 715:             2             64  [Lorg.apache.hadoop.hive.metastore.api.ForeignKeysRequest$_Fields;
 716:             2             64  [Lorg.apache.hadoop.hive.metastore.api.Role$_Fields;
 717:             2             64  [Lorg.apache.hadoop.hive.metastore.api.SerDeInfo$_Fields;
 718:             2             64  [Lorg.apache.hadoop.hive.metastore.api.SkewedInfo$_Fields;
 719:             2             64  [Lorg.apache.hadoop.hive.metastore.api.TableStatsRequest$_Fields;
 720:             2             64  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_database_result$_Fields;
 721:             2             64  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partition_names_args$_Fields;
 722:             2             64  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partition_names_result$_Fields;
 723:             2             64  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partitions_by_names_args$_Fields;
 724:             2             64  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partitions_by_names_result$_Fields;
 725:             2             64  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_result$_Fields;
 726:             2             64  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_statistics_req_result$_Fields;
 727:             2             64  [Lorg.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcKindProto;
 728:             2             64  [Lorg.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcRequestHeaderProto$OperationProto;
 729:             2             64  [Lorg.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto$RpcStatusProto;
 730:             2             64  [Lorg.apache.hadoop.metrics2.annotation.Metric$Type;
 731:             2             64  [Lorg.apache.hadoop.security.UserGroupInformation$LoginParam;
 732:             1             64  [Lorg.apache.impala.analysis.ArithmeticExpr$Operator;
 733:             2             64  [Lorg.apache.impala.catalog.CatalogServiceCatalog$TopicMode;
 734:             2             64  [Lorg.apache.impala.thrift.TColumnStats$_Fields;
 735:             2             64  com.ctc.wstx.io.BufferRecycler
 736:             1             64  com.google.common.cache.CacheStats
 737:             2             64  com.sun.org.apache.xalan.internal.utils.XMLSecurityPropertyManager$Property
 738:             2             64  com.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$Property
 739:             4             64  com.sun.org.apache.xml.internal.serializer.CharInfo$CharKey
 740:             2             64  java.io.DataInputStream
 741:             2             64  java.io.FileOutputStream
 742:             2             64  java.io.ObjectStreamClass$WeakClassKey
 743:             2             64  java.io.PrintStream
 744:             2             64  java.lang.ClassValue$Entry
 745:             2             64  java.lang.VirtualMachineError
 746:             2             64  java.lang.ref.ReferenceQueue$Null
 747:             2             64  java.nio.DirectByteBuffer$Deallocator
 748:             1             64  java.security.SecureRandom
 749:             1             64  java.text.DateFormatSymbols
 750:             4             64  java.util.Collections$UnmodifiableSet
 751:             2             64  java.util.ServiceLoader
 752:             2             64  java.util.concurrent.SynchronousQueue$TransferStack$SNode
 753:             2             64  java.util.concurrent.atomic.AtomicReferenceFieldUpdater$AtomicReferenceFieldUpdaterImpl
 754:             4             64  java.util.regex.Pattern$Dot
 755:             4             64  javax.security.auth.login.AppConfigurationEntry$LoginModuleControlFlag
 756:             1             64  org.apache.commons.collections.map.LRUMap
 757:             2             64  org.apache.hadoop.crypto.CipherSuite
 758:             2             64  org.apache.hadoop.crypto.CryptoProtocolVersion
 759:             4             64  org.apache.hadoop.fs.Path
 760:             1             64  org.apache.hadoop.hdfs.protocol.DatanodeID
 761:             1             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CacheDirectiveInfoProto
 762:             2             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$FinalizeUpgradeRequestProto
 763:             1             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$FsyncRequestProto
 764:             2             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetDataEncryptionKeyRequestProto
 765:             2             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFsECBlockGroupStatsRequestProto
 766:             2             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFsReplicatedBlockStatsRequestProto
 767:             2             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFsStatusRequestProto
 768:             2             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetServerDefaultsRequestProto
 769:             2             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetStoragePoliciesRequestProto
 770:             2             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RefreshNodesRequestProto
 771:             1             64  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetQuotaRequestProto
 772:             2             64  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ReencryptActionProto
 773:             2             64  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$GetErasureCodingCodecsRequestProto
 774:             2             64  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$GetErasureCodingPoliciesRequestProto
 775:             2             64  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$BlockChecksumTypeProto
 776:             2             64  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$CipherSuiteProto
 777:             2             64  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$CryptoProtocolVersionProto
 778:             1             64  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DatanodeIDProto
 779:             2             64  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DatanodeStorageProto$StorageState
 780:             1             64  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$ExtendedBlockProto
 781:             1             64  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$FileEncryptionInfoProto
 782:             1             64  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$LocatedBlocksProto
 783:             2             64  org.apache.hadoop.hive.metastore.api.ColumnStatistics$_Fields
 784:             2             64  org.apache.hadoop.hive.metastore.api.GetRoleGrantsForPrincipalRequest$_Fields
 785:             2             64  org.apache.hadoop.hive.metastore.api.PrimaryKeysRequest$_Fields
 786:             2             64  org.apache.hadoop.hive.metastore.api.SetPartitionsStatsRequest$_Fields
 787:             2             64  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_databases_result$_Fields
 788:             2             64  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_tables_result$_Fields
 789:             2             64  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_config_value_args$_Fields
 790:             2             64  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_config_value_result$_Fields
 791:             2             64  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_functions_args$_Fields
 792:             2             64  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_functions_result$_Fields
 793:             2             64  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_args$_Fields
 794:             2             64  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$set_ugi_args$_Fields
 795:             2             64  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$set_ugi_result$_Fields
 796:             1             64  org.apache.hadoop.ipc.Client
 797:             1             64  org.apache.hadoop.ipc.Client$ConnectionId
 798:             1             64  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcRequestHeaderProto
 799:             1             64  org.apache.hadoop.security.UserGroupInformation$HadoopLoginContext
 800:             2             64  org.apache.hive.common.HiveCompat$CompatLevel
 801:             2             64  org.apache.impala.thrift.TDatabase$_Fields
 802:             2             64  org.apache.impala.thrift.TGetCatalogDeltaRequest$_Fields
 803:             2             64  org.apache.impala.thrift.TGetCatalogServerMetricsResponse$_Fields
 804:             2             64  org.apache.impala.thrift.THdfsPartitionLocation$_Fields
 805:             2             64  org.apache.impala.thrift.TNetworkAddress$_Fields
 806:             2             64  org.apache.impala.thrift.TPartitionStats$_Fields
 807:             2             64  org.apache.impala.thrift.TTableName$_Fields
 808:             2             64  org.apache.impala.thrift.TTableStats$_Fields
 809:             2             64  org.apache.impala.thrift.TUniqueId
 810:             2             64  org.apache.impala.thrift.TUniqueId$_Fields
 811:             2             64  org.apache.impala.util.JvmPauseMonitor$GcTimes
 812:             2             64  sun.reflect.generics.repository.ClassRepository
 813:             2             64  sun.util.locale.provider.LocaleResources
 814:             2             64  sun.util.locale.provider.LocaleServiceProviderPool
 815:             1             56  [Lcom.sun.org.apache.xalan.internal.utils.XMLSecurityManager$Limit;
 816:             1             56  [Lcom.sun.org.apache.xerces.internal.utils.XMLSecurityManager$Limit;
 817:             1             56  [Ljava.lang.Runnable;
 818:             1             56  [Lorg.apache.impala.analysis.BinaryPredicate$Operator;
 819:             1             56  [Lorg.apache.impala.catalog.HdfsCompression;
 820:             1             56  [Lorg.apache.impala.thrift.TCatalogObjectType;
 821:             3             56  [Lsun.reflect.generics.tree.FormalTypeParameter;
 822:             1             56  [Lsun.util.logging.PlatformLogger$Level;
 823:             1             56  [[I
 824:             1             56  com.ctc.wstx.util.InternCache
 825:             1             56  com.google.common.collect.LinkedListMultimap
 826:             1             56  com.sun.security.auth.module.UnixLoginModule
 827:             1             56  java.net.SocketPermission
 828:             1             56  java.util.logging.LogManager
 829:             1             56  org.apache.commons.logging.impl.WeakHashtable
 830:             1             56  org.apache.hadoop.hdfs.DistributedFileSystem
 831:             1             56  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AbandonBlockRequestProto
 832:             1             56  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CompleteRequestProto
 833:             1             56  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetBlockLocationsRequestProto
 834:             1             56  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SaveNamespaceRequestProto
 835:             1             56  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetTimesRequestProto
 836:             1             56  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$TruncateRequestProto
 837:             1             56  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$UpdatePipelineRequestProto
 838:             1             56  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$ECSchemaProto
 839:             1             56  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$ErasureCodingPolicyProto
 840:             1             56  org.apache.hadoop.hive.metastore.api.StorageDescriptor
 841:             1             56  org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos$RequestHeaderProto
 842:             1             56  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RPCTraceInfoProto
 843:             1             56  org.apache.hadoop.security.proto.SecurityProtos$TokenProto
 844:             1             56  org.apache.htrace.shaded.commons.logging.impl.WeakHashtable
 845:             1             56  org.apache.impala.catalog.TableLoadingMgr
 846:             1             56  sun.security.provider.SHA
 847:             1             48  [Lcom.sun.beans.util.Cache$CacheEntry;
 848:             1             48  [Ljava.beans.WeakIdentityMap$Entry;
 849:             3             48  [Ljava.lang.annotation.Annotation;
 850:             1             48  [Ljava.lang.invoke.MethodHandleImpl$Intrinsic;
 851:             1             48  [Ljava.math.RoundingMode;
 852:             2             48  [Ljava.net.InetAddress;
 853:             1             48  [Ljava.util.concurrent.TimeUnit;
 854:             1             48  [Ljdk.net.SocketFlow$Status;
 855:             2             48  [Lorg.apache.commons.lang3.text.translate.CharSequenceTranslator;
 856:             1             48  [Lorg.apache.hadoop.conf.Configuration$DeprecationDelta;
 857:             1             48  [Lorg.apache.hadoop.conf.Configuration$ParsedTimeDuration;
 858:             2             48  [Lorg.apache.hadoop.crypto.CryptoProtocolVersion;
 859:             2             48  [Lorg.apache.hadoop.fs.Options$ChecksumCombineMode;
 860:             2             48  [Lorg.apache.hadoop.fs.permission.AclEntryScope;
 861:             1             48  [Lorg.apache.hadoop.hdfs.inotify.Event$EventType;
 862:             2             48  [Lorg.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ReencryptActionProto;
 863:             2             48  [Lorg.apache.hadoop.hdfs.protocol.proto.HdfsProtos$BlockChecksumTypeProto;
 864:             2             48  [Lorg.apache.hadoop.hdfs.protocol.proto.HdfsProtos$CipherSuiteProto;
 865:             2             48  [Lorg.apache.hadoop.hdfs.protocol.proto.HdfsProtos$CryptoProtocolVersionProto;
 866:             2             48  [Lorg.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DatanodeStorageProto$StorageState;
 867:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ColumnStatistics$_Fields;
 868:             2             48  [Lorg.apache.hadoop.hive.metastore.api.EnvironmentContext$_Fields;
 869:             2             48  [Lorg.apache.hadoop.hive.metastore.api.GetPrincipalsInRoleRequest$_Fields;
 870:             2             48  [Lorg.apache.hadoop.hive.metastore.api.GetRoleGrantsForPrincipalRequest$_Fields;
 871:             2             48  [Lorg.apache.hadoop.hive.metastore.api.PrimaryKeysRequest$_Fields;
 872:             2             48  [Lorg.apache.hadoop.hive.metastore.api.PrivilegeBag$_Fields;
 873:             2             48  [Lorg.apache.hadoop.hive.metastore.api.TableStatsResult$_Fields;
 874:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_databases_result$_Fields;
 875:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_tables_args$_Fields;
 876:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_tables_result$_Fields;
 877:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_config_value_args$_Fields;
 878:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_config_value_result$_Fields;
 879:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_database_args$_Fields;
 880:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_functions_args$_Fields;
 881:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_functions_result$_Fields;
 882:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_args$_Fields;
 883:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_statistics_req_args$_Fields;
 884:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$set_ugi_args$_Fields;
 885:             2             48  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$set_ugi_result$_Fields;
 886:             1             48  [Lorg.apache.hadoop.metrics2.impl.MsInfo;
 887:             1             48  [Lorg.apache.impala.catalog.HdfsFileFormat;
 888:             1             48  [Lorg.apache.impala.extdatasource.thrift.TComparisonOp;
 889:             2             48  [Lorg.apache.impala.thrift.TCatalog$_Fields;
 890:             2             48  [Lorg.apache.impala.thrift.TColumnType$_Fields;
 891:             2             48  [Lorg.apache.impala.thrift.TEventProcessorMetricsSummaryResponse$_Fields;
 892:             2             48  [Lorg.apache.impala.thrift.TExpr$_Fields;
 893:             2             48  [Lorg.apache.impala.thrift.TGetCatalogDeltaRequest$_Fields;
 894:             2             48  [Lorg.apache.impala.thrift.THdfsCachePool$_Fields;
 895:             2             48  [Lorg.apache.impala.thrift.THdfsFileDesc$_Fields;
 896:             1             48  [Lorg.apache.impala.thrift.THdfsFileFormat;
 897:             2             48  [Lorg.apache.impala.thrift.THdfsPartitionLocation$_Fields;
 898:             2             48  [Lorg.apache.impala.thrift.TIntLiteral$_Fields;
 899:             1             48  [Lorg.apache.impala.thrift.TLogLevel;
 900:             2             48  [Lorg.apache.impala.thrift.TNetworkAddress$_Fields;
 901:             2             48  [Lorg.apache.impala.thrift.TTableName$_Fields;
 902:             2             48  [Lorg.apache.impala.thrift.TUniqueId$_Fields;
 903:             2             48  [Lsun.reflect.generics.tree.ClassTypeSignature;
 904:             3             48  com.ctc.wstx.api.WstxInputProperties$ParsingMode
 905:             3             48  com.google.common.base.Joiner
 906:             1             48  com.google.common.cache.LocalCache$StrongWriteEntry
 907:             3             48  com.google.common.collect.Interners$WeakInterner
 908:             3             48  com.sun.org.apache.xerces.internal.impl.dv.dtd.ListDatatypeValidator
 909:             2             48  java.io.File$PathStatus
 910:             2             48  java.io.ObjectStreamClass$ExceptionInfo
 911:             2             48  java.io.OutputStreamWriter
 912:             2             48  java.lang.Double
 913:             1             48  java.lang.invoke.BoundMethodHandle$Species_L4
 914:             2             48  java.lang.invoke.MethodHandles$Lookup
 915:             2             48  java.lang.management.ManagementPermission
 916:             2             48  java.lang.reflect.ReflectPermission
 917:             2             48  java.net.InetAddress$Cache
 918:             2             48  java.net.InetAddress$Cache$Type
 919:             2             48  java.net.InetAddress$CacheEntry
 920:             2             48  java.net.InetSocketAddress$InetSocketAddressHolder
 921:             2             48  java.net.StandardProtocolFamily
 922:             2             48  java.nio.charset.CoderResult
 923:             3             48  java.nio.charset.CodingErrorAction
 924:             3             48  java.text.AttributedCharacterIterator$Attribute
 925:             3             48  java.util.Base64$Decoder
 926:             2             48  java.util.Collections$SynchronizedRandomAccessList
 927:             2             48  java.util.Currency
 928:             3             48  java.util.HashMap$Values
 929:             3             48  java.util.LinkedHashMap$LinkedEntrySet
 930:             3             48  java.util.TreeSet
 931:             3             48  java.util.concurrent.ConcurrentHashMap$EntrySetView
 932:             3             48  java.util.concurrent.SynchronousQueue$TransferStack
 933:             3             48  java.util.concurrent.atomic.AtomicMarkableReference
 934:             1             48  java.util.concurrent.locks.ReentrantReadWriteLock$FairSync
 935:             2             48  java.util.logging.Logger$LoggerBundle
 936:             3             48  java.util.regex.Pattern$Begin
 937:             2             48  java.util.regex.Pattern$SliceI
 938:             2             48  javax.security.auth.login.LoginContext$ModuleInfo
 939:             1             48  org.apache.commons.logging.impl.LogFactoryImpl
 940:             2             48  org.apache.hadoop.conf.Configuration$Resource
 941:             1             48  org.apache.hadoop.fs.LocalFileSystem
 942:             2             48  org.apache.hadoop.fs.Options$ChecksumCombineMode
 943:             2             48  org.apache.hadoop.fs.permission.AclEntryScope
 944:             1             48  org.apache.hadoop.hdfs.ClientContext
 945:             2             48  org.apache.hadoop.hdfs.protocol.BlockChecksumType
 946:             2             48  org.apache.hadoop.hdfs.protocol.BlockType
 947:             2             48  org.apache.hadoop.hdfs.protocol.HdfsConstants$ReencryptAction
 948:             1             48  org.apache.hadoop.hdfs.protocol.proto.AclProtos$ModifyAclEntriesRequestProto
 949:             1             48  org.apache.hadoop.hdfs.protocol.proto.AclProtos$RemoveAclEntriesRequestProto
 950:             1             48  org.apache.hadoop.hdfs.protocol.proto.AclProtos$SetAclRequestProto
 951:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AddCacheDirectiveRequestProto
 952:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AppendRequestProto
 953:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CacheDirectiveInfoExpirationProto
 954:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CachePoolEntryProto
 955:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CheckAccessRequestProto
 956:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ConcatRequestProto
 957:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CreateSnapshotRequestProto
 958:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CreateSymlinkRequestProto
 959:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$DeleteSnapshotRequestProto
 960:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetEditsFromTxidRequestProto
 961:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetListingRequestProto
 962:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetSnapshotDiffReportRequestProto
 963:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ListCacheDirectivesRequestProto
 964:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ListCorruptFileBlocksRequestProto
 965:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ListOpenFilesRequestProto
 966:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$MkdirsRequestProto
 967:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCacheDirectiveRequestProto
 968:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RecoverLeaseRequestProto
 969:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RemoveCacheDirectiveRequestProto
 970:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$Rename2RequestProto
 971:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RenameRequestProto
 972:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RenameSnapshotRequestProto
 973:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetBalancerBandwidthRequestProto
 974:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerRequestProto
 975:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetPermissionRequestProto
 976:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetReplicationRequestProto
 977:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetStoragePolicyRequestProto
 978:             1             48  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$UpdateBlockForPipelineRequestProto
 979:             1             48  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$CreateEncryptionZoneRequestProto
 980:             1             48  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ListEncryptionZonesRequestProto
 981:             1             48  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ListReencryptionStatusRequestProto
 982:             1             48  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ReencryptEncryptionZoneRequestProto
 983:             1             48  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$SetErasureCodingPolicyRequestProto
 984:             1             48  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DirectoryListingProto
 985:             1             48  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$GetXAttrsRequestProto
 986:             1             48  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$RemoveXAttrRequestProto
 987:             1             48  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$SetXAttrRequestProto
 988:             1             48  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$XAttrProto
 989:             2             48  org.apache.hadoop.hdfs.server.datanode.CachingStrategy
 990:             2             48  org.apache.hadoop.hive.metastore.api.CompactionType
 991:             1             48  org.apache.hadoop.ipc.ProtobufRpcEngine$Invoker
 992:             2             48  org.apache.hadoop.ipc.Server$AuthProtocol
 993:             1             48  org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos$IpcConnectionContextProto
 994:             1             48  org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos$UserInformationProto
 995:             1             48  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RPCCallerContextProto
 996:             2             48  org.apache.hadoop.metrics2.lib.MetricsRegistry
 997:             1             48  org.apache.hadoop.net.unix.DomainSocketWatcher
 998:             1             48  org.apache.htrace.shaded.commons.logging.impl.LogFactoryImpl
 999:             2             48  org.apache.impala.catalog.CatalogObject$ThriftObjectType
1000:             2             48  org.apache.impala.thrift.TJoinDistributionMode
1001:             2             48  org.apache.impala.thrift.TParquetFallbackSchemaResolution
1002:             2             48  org.apache.impala.thrift.TPrefetchMode
1003:             2             48  org.apache.impala.thrift.TReservedWordsVersion
1004:             2             48  org.apache.impala.util.ListMap
1005:             3             48  org.apache.impala.util.TopNCache$1
1006:             1             48  org.apache.log4j.Hierarchy
1007:             2             48  sun.misc.JarIndex
1008:             2             48  sun.misc.NativeSignalHandler
1009:             3             48  sun.net.www.protocol.jar.Handler
1010:             2             48  sun.nio.ch.Util$BufferCache
1011:             2             48  sun.nio.cs.ext.EUC_KR
1012:             2             48  sun.reflect.generics.factory.CoreReflectionFactory
1013:             2             48  sun.reflect.generics.tree.ClassSignature
1014:             2             48  sun.security.jca.ProviderList
1015:             2             48  sun.security.jca.ProviderList$3
1016:             2             48  sun.security.util.DisabledAlgorithmConstraints$DisabledConstraint
1017:             1             48  sun.text.resources.FormatData
1018:             1             48  sun.text.resources.en.FormatData_en
1019:             1             48  sun.text.resources.en.FormatData_en_US
1020:             1             48  sun.util.resources.CalendarData
1021:             1             48  sun.util.resources.CurrencyNames
1022:             1             48  sun.util.resources.en.CalendarData_en
1023:             1             48  sun.util.resources.en.CurrencyNames_en_US
1024:             1             40  [Lcom.sun.org.apache.xalan.internal.utils.FeaturePropertyBase$State;
1025:             1             40  [Lcom.sun.org.apache.xerces.internal.util.Status;
1026:             1             40  [Lcom.sun.org.apache.xerces.internal.utils.XMLSecurityManager$State;
1027:             1             40  [Lcom.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$State;
1028:             2             40  [Ljava.lang.reflect.TypeVariable;
1029:             1             40  [Ljdk.xml.internal.JdkXmlFeatures$State;
1030:             1             40  [Lorg.apache.hadoop.hdfs.inotify.Event$MetadataUpdateEvent$MetadataType;
1031:             1             40  [Lorg.apache.hadoop.hdfs.protocol.DatanodeInfo$AdminStates;
1032:             1             40  [Lorg.apache.hadoop.hdfs.protocol.HdfsConstants$DatanodeReportType;
1033:             1             40  [Lorg.apache.hadoop.hive.conf.HiveConf$ConfVars$VarType;
1034:             1             40  [Lorg.apache.hadoop.hive.metastore.api.DataOperationType;
1035:             1             40  [Lorg.apache.hadoop.io.retry.CallReturn$State;
1036:             1             40  [Lorg.apache.hadoop.security.SaslRpcServer$AuthMethod;
1037:             1             40  [Lorg.apache.hadoop.util.Shell$OSType;
1038:             1             40  [Lorg.apache.hadoop.util.StringUtils$TraditionalBinaryPrefix;
1039:             1             40  [Lorg.apache.impala.analysis.LikePredicate$Operator;
1040:             1             40  [Lorg.apache.impala.catalog.events.MetastoreEventsProcessor$EventProcessorStatus;
1041:             1             40  [Lorg.apache.impala.thrift.TReplicaPreference;
1042:             1             40  [Lorg.apache.impala.thrift.TTableType;
1043:             1             40  [Lsun.security.util.DisabledAlgorithmConstraints$Constraint$Operator;
1044:             1             40  [Lsun.util.locale.provider.LocaleProviderAdapter$Type;
1045:             1             40  [[Ljava.lang.invoke.LambdaForm$Name;
1046:             1             40  com.google.common.collect.GeneralRange
1047:             1             40  com.google.common.collect.SingletonImmutableBiMap
1048:             1             40  com.google.common.collect.TreeMultiset
1049:             1             40  com.sun.beans.finder.MethodFinder$1
1050:             1             40  com.sun.org.apache.xml.internal.serializer.CharInfo
1051:             1             40  com.sun.security.auth.module.UnixSystem
1052:             1             40  java.beans.WeakIdentityMap$Entry
1053:             1             40  java.io.ObjectStreamClass$FieldReflector
1054:             1             40  java.io.ObjectStreamClass$FieldReflectorKey
1055:             1             40  java.io.PrintWriter
1056:             1             40  java.lang.reflect.Proxy$Key2
1057:             1             40  java.util.PropertyResourceBundle
1058:             1             40  java.util.ResourceBundle$1
1059:             1             40  java.util.concurrent.LinkedBlockingDeque
1060:             1             40  org.apache.hadoop.fs.RawLocalFileSystem
1061:             1             40  org.apache.hadoop.hdfs.protocol.proto.AclProtos$FsPermissionProto
1062:             1             40  org.apache.hadoop.hdfs.protocol.proto.AclProtos$GetAclStatusRequestProto
1063:             1             40  org.apache.hadoop.hdfs.protocol.proto.AclProtos$RemoveAclRequestProto
1064:             1             40  org.apache.hadoop.hdfs.protocol.proto.AclProtos$RemoveDefaultAclRequestProto
1065:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AddCachePoolRequestProto
1066:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AllowSnapshotRequestProto
1067:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$DeleteRequestProto
1068:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$DisallowSnapshotRequestProto
1069:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetContentSummaryRequestProto
1070:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetDatanodeReportRequestProto
1071:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetDatanodeStorageReportRequestProto
1072:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileInfoRequestProto
1073:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileInfoResponseProto
1074:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto
1075:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetLinkTargetRequestProto
1076:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetListingResponseProto
1077:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetPreferredBlockSizeRequestProto
1078:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetQuotaUsageRequestProto
1079:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetStoragePolicyRequestProto
1080:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$IsFileClosedRequestProto
1081:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ListCachePoolsRequestProto
1082:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ListCachePoolsResponseProto
1083:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$MetaSaveRequestProto
1084:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCachePoolRequestProto
1085:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RemoveCachePoolRequestProto
1086:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RenewLeaseRequestProto
1087:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ReportBadBlocksRequestProto
1088:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RestoreFailedStorageRequestProto
1089:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RollingUpgradeRequestProto
1090:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetSafeModeRequestProto
1091:             1             40  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$UnsetStoragePolicyRequestProto
1092:             1             40  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$GetEZForPathRequestProto
1093:             1             40  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$AddErasureCodingPoliciesRequestProto
1094:             1             40  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$DisableErasureCodingPolicyRequestProto
1095:             1             40  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$EnableErasureCodingPolicyRequestProto
1096:             1             40  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$GetErasureCodingPolicyRequestProto
1097:             1             40  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$RemoveErasureCodingPolicyRequestProto
1098:             1             40  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$UnsetErasureCodingPolicyRequestProto
1099:             1             40  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$ListXAttrsRequestProto
1100:             1             40  org.apache.hadoop.metrics2.lib.DefaultMetricsSystem
1101:             1             40  org.apache.hadoop.security.User
1102:             1             40  org.apache.hadoop.security.UserGroupInformation$LoginParams
1103:             1             40  org.apache.hadoop.security.UserGroupInformation$UgiMetrics
1104:             1             40  org.apache.hadoop.security.proto.SecurityProtos$CancelDelegationTokenRequestProto
1105:             1             40  org.apache.hadoop.security.proto.SecurityProtos$GetDelegationTokenRequestProto
1106:             1             40  org.apache.hadoop.security.proto.SecurityProtos$RenewDelegationTokenRequestProto
1107:             1             40  org.apache.impala.catalog.HdfsTable$FileMetadataStats
1108:             1             40  org.apache.impala.util.GlogAppender
1109:             1             40  org.apache.log4j.spi.RootLogger
1110:             1             40  sun.nio.ch.SocketAdaptor
1111:             1             40  sun.nio.cs.StandardCharsets$Aliases
1112:             1             40  sun.nio.cs.StandardCharsets$Cache
1113:             1             40  sun.nio.cs.StandardCharsets$Classes
1114:             1             40  sun.nio.cs.ext.ExtendedCharsets
1115:             1             40  sun.reflect.generics.repository.MethodRepository
1116:             1             32  [Lcom.google.common.cache.LocalCache$Strength;
1117:             1             32  [Lcom.google.common.collect.AbstractIterator$State;
1118:             1             32  [Lcom.google.common.collect.MapMakerInternalMap$Strength;
1119:             1             32  [Lcom.sun.beans.util.Cache$Kind;
1120:             1             32  [Lcom.sun.org.apache.xalan.internal.utils.XMLSecurityManager$NameMap;
1121:             1             32  [Lcom.sun.org.apache.xerces.internal.utils.XMLSecurityManager$NameMap;
1122:             2             32  [Ljava.lang.Enum;
1123:             1             32  [Ljava.lang.OutOfMemoryError;
1124:             2             32  [Ljava.lang.StackTraceElement;
1125:             1             32  [Ljava.lang.ThreadGroup;
1126:             1             32  [Ljava.lang.UNIXProcess$Platform;
1127:             1             32  [Ljava.lang.invoke.LambdaFormEditor$Transform;
1128:             1             32  [Ljava.lang.management.MemoryManagerMXBean;
1129:             1             32  [Ljava.net.Proxy$Type;
1130:             1             32  [Ljava.nio.channels.SelectionKey;
1131:             1             32  [Lorg.apache.hadoop.fs.FileStatus$AttrFlags;
1132:             1             32  [Lorg.apache.hadoop.fs.viewfs.ViewFileSystem$RenameStrategy;
1133:             1             32  [Lorg.apache.hadoop.hdfs.inotify.Event$CreateEvent$INodeType;
1134:             1             32  [Lorg.apache.hadoop.hdfs.protocol.HdfsConstants$RollingUpgradeAction;
1135:             1             32  [Lorg.apache.hadoop.hdfs.protocol.HdfsConstants$SafeModeAction;
1136:             1             32  [Lorg.apache.hadoop.hdfs.protocol.ZoneReencryptionStatus$State;
1137:             1             32  [Lorg.apache.hadoop.hdfs.protocol.datatransfer.ReplaceDatanodeOnFailure$Policy;
1138:             1             32  [Lorg.apache.hadoop.hdfs.security.token.block.BlockTokenIdentifier$AccessMode;
1139:             1             32  [Lorg.apache.hadoop.hdfs.server.protocol.DatanodeStorage$State;
1140:             1             32  [Lorg.apache.hadoop.hive.conf.Validator$TYPE;
1141:             1             32  [Lorg.apache.hadoop.hive.metastore.api.PrincipalType;
1142:             2             32  [Lorg.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_databases_args$_Fields;
1143:             1             32  [Lorg.apache.hadoop.ipc.RPC$RpcKind;
1144:             1             32  [Lorg.apache.impala.analysis.ArithmeticExpr$OperatorPosition;
1145:             1             32  [Lorg.apache.impala.analysis.CompoundPredicate$Operator;
1146:             1             32  [Lorg.apache.impala.catalog.ColumnStats$StatsKey;
1147:             1             32  [Lorg.apache.impala.catalog.Function$CompareMode;
1148:             1             32  [Lorg.apache.impala.thrift.TAccessLevel;
1149:             1             32  [Lorg.apache.impala.thrift.TExplainLevel;
1150:             1             32  [Lorg.apache.impala.thrift.TFunctionBinaryType;
1151:             1             32  [Lorg.apache.impala.thrift.TKuduReadMode;
1152:             1             32  [Lorg.apache.impala.thrift.TParquetArrayResolution;
1153:             1             32  [Lorg.apache.impala.thrift.TParquetTimestampType;
1154:             1             32  [Lorg.apache.impala.thrift.TRuntimeFilterMode;
1155:             1             32  [Lorg.apache.impala.thrift.TSymbolLookupResultCode;
1156:             1             32  [Lorg.apache.impala.thrift.TSymbolType;
1157:             1             32  [Lorg.apache.impala.thrift.TTypeNodeType;
1158:             1             32  [Lsun.security.provider.NativePRNG$Variant;
1159:             1             32  [[Lcom.google.common.collect.MapMakerInternalMap$EntryFactory;
1160:             1             32  com.codahale.metrics.WeightedSnapshot$WeightedSample
1161:             1             32  com.ctc.wstx.stax.WstxInputFactory
1162:             2             32  com.google.common.cache.LocalCache$LocalLoadingCache
1163:             2             32  com.google.common.cache.LocalCache$LocalManualCache
1164:             1             32  com.google.common.collect.EmptyImmutableBiMap
1165:             1             32  com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService
1166:             2             32  com.sun.beans.WeakCache
1167:             1             32  com.sun.beans.finder.BeanInfoFinder
1168:             1             32  com.sun.org.apache.xalan.internal.utils.XMLSecurityManager
1169:             1             32  com.sun.org.apache.xerces.internal.impl.XMLEntityScanner$1
1170:             2             32  com.sun.org.apache.xerces.internal.impl.dv.dtd.ENTITYDatatypeValidator
1171:             1             32  com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
1172:             1             32  com.sun.org.apache.xml.internal.utils.XMLReaderManager
1173:             1             32  java.beans.ThreadGroupContext
1174:             1             32  java.beans.ThreadGroupContext$1
1175:             1             32  java.io.ByteArrayInputStream
1176:             1             32  java.io.DataOutputStream
1177:             1             32  java.io.FileNotFoundException
1178:             1             32  java.io.UnixFileSystem
1179:             1             32  java.lang.ArithmeticException
1180:             2             32  java.lang.Boolean
1181:             2             32  java.lang.InheritableThreadLocal
1182:             1             32  java.lang.NullPointerException
1183:             2             32  java.lang.Shutdown$Lock
1184:             1             32  java.lang.reflect.WeakCache
1185:             1             32  java.lang.reflect.WeakCache$CacheKey
1186:             2             32  java.net.InetSocketAddress
1187:             2             32  java.nio.ByteOrder
1188:             1             32  java.security.MessageDigest$Delegate
1189:             1             32  java.text.DontCareFieldPosition
1190:             2             32  java.util.WeakHashMap$KeySet
1191:             2             32  java.util.concurrent.Executors$FinalizableDelegatedExecutorService
1192:             1             32  java.util.concurrent.FutureTask
1193:             1             32  java.util.concurrent.Semaphore$FairSync
1194:             1             32  java.util.concurrent.ThreadLocalRandom
1195:             1             32  java.util.logging.LogManager$SystemLoggerContext
1196:             1             32  javax.security.auth.Subject
1197:             2             32  org.apache.commons.collections.map.UnmodifiableMap
1198:             2             32  org.apache.commons.lang3.text.translate.AggregateTranslator
1199:             1             32  org.apache.commons.logging.impl.WeakHashtable$WeakKey
1200:             1             32  org.apache.hadoop.fs.FileSystem$Cache$Key
1201:             1             32  org.apache.hadoop.fs.FileSystem$Statistics
1202:             1             32  org.apache.hadoop.fs.permission.FsPermission
1203:             1             32  org.apache.hadoop.hdfs.PeerCache
1204:             1             32  org.apache.hadoop.hdfs.protocol.datatransfer.sasl.SaslDataTransferClient
1205:             1             32  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetCurrentEditLogTxidRequestProto
1206:             1             32  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetSnapshottableDirListingRequestProto
1207:             1             32  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RollEditsRequestProto
1208:             1             32  org.apache.hadoop.hdfs.shortcircuit.DfsClientShmManager
1209:             2             32  org.apache.hadoop.hive.conf.Validator$RatioValidator
1210:             1             32  org.apache.hadoop.hive.metastore.api.EnvironmentContext$_Fields
1211:             1             32  org.apache.hadoop.hive.metastore.api.GetPrincipalsInRoleRequest$_Fields
1212:             1             32  org.apache.hadoop.hive.metastore.api.PrivilegeBag$_Fields
1213:             1             32  org.apache.hadoop.hive.metastore.api.TableStatsResult$_Fields
1214:             1             32  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_tables_args$_Fields
1215:             1             32  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_database_args$_Fields
1216:             1             32  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_statistics_req_args$_Fields
1217:             1             32  org.apache.hadoop.io.Text$Comparator
1218:             1             32  org.apache.hadoop.io.retry.RetryInvocationHandler
1219:             1             32  org.apache.hadoop.io.retry.RetryInvocationHandler$ProxyDescriptor
1220:             1             32  org.apache.hadoop.ipc.Client$IpcStreams
1221:             1             32  org.apache.hadoop.metrics2.impl.MetricsSystemImpl$1
1222:             1             32  org.apache.hadoop.metrics2.lib.MetricsSourceBuilder
1223:             2             32  org.apache.hadoop.metrics2.lib.UniqueNames
1224:             1             32  org.apache.hadoop.net.SocketIOWithTimeout$SelectorPool$SelectorInfo
1225:             1             32  org.apache.hadoop.net.SocketInputStream$Reader
1226:             1             32  org.apache.hadoop.net.SocketOutputStream$Writer
1227:             2             32  org.apache.hadoop.net.StandardSocketFactory
1228:             2             32  org.apache.hadoop.net.unix.DomainSocket$DomainChannel
1229:             2             32  org.apache.hadoop.net.unix.DomainSocket$DomainInputStream
1230:             2             32  org.apache.hadoop.net.unix.DomainSocket$DomainOutputStream
1231:             2             32  org.apache.hadoop.security.Groups$TimerToTickerAdapter
1232:             2             32  org.apache.hadoop.util.CloseableReferenceCount
1233:             1             32  org.apache.hadoop.util.ShutdownHookManager$HookEntry
1234:             1             32  org.apache.htrace.core.NullScope
1235:             1             32  org.apache.htrace.core.Tracer
1236:             1             32  org.apache.htrace.core.TracerPool
1237:             1             32  org.apache.htrace.shaded.commons.logging.impl.WeakHashtable$WeakKey
1238:             1             32  org.apache.impala.authorization.AuthorizationPolicy
1239:             1             32  org.apache.impala.catalog.BuiltinsDb
1240:             1             32  org.apache.impala.catalog.HdfsStorageDescriptor
1241:             1             32  org.apache.impala.catalog.MetaStoreClientPool
1242:             1             32  org.apache.impala.catalog.TopicUpdateLog
1243:             1             32  org.apache.impala.service.CatalogOpExecutor
1244:             1             32  org.apache.impala.thrift.TCatalog$_Fields
1245:             1             32  org.apache.impala.thrift.TCatalogServiceRequestHeader$_Fields
1246:             1             32  org.apache.impala.thrift.TColumnType$_Fields
1247:             1             32  org.apache.impala.thrift.TEventProcessorMetricsSummaryResponse$_Fields
1248:             1             32  org.apache.impala.thrift.TExpr$_Fields
1249:             1             32  org.apache.impala.thrift.THdfsCachePool$_Fields
1250:             1             32  org.apache.impala.thrift.THdfsFileDesc$_Fields
1251:             1             32  org.apache.impala.thrift.TIntLiteral$_Fields
1252:             1             32  org.apache.log4j.spi.LocationInfo
1253:             1             32  sun.management.NotificationEmitterSupport$ListenerInfo
1254:             1             32  sun.nio.ch.AllocatedNativeObject
1255:             1             32  sun.nio.cs.StandardCharsets
1256:             1             32  sun.reflect.UnsafeQualifiedObjectFieldAccessorImpl
1257:             1             32  sun.reflect.generics.reflectiveObjects.TypeVariableImpl
1258:             1             32  sun.reflect.generics.reflectiveObjects.WildcardTypeImpl
1259:             1             32  sun.reflect.generics.tree.MethodTypeSignature
1260:             1             32  sun.security.provider.SecureRandom
1261:             1             24  [Lcom.google.common.cache.CacheBuilder$NullListener;
1262:             1             24  [Lcom.google.common.cache.CacheBuilder$OneWeigher;
1263:             1             24  [Lcom.google.common.cache.LocalCache$NullEntry;
1264:             1             24  [Lcom.google.common.collect.BoundType;
1265:             1             24  [Lcom.google.common.collect.GenericMapMaker$NullListener;
1266:             1             24  [Lcom.google.common.collect.Interners$WeakInterner$Dummy;
1267:             1             24  [Lcom.google.common.collect.TreeMultiset$Aggregate;
1268:             1             24  [Lcom.sun.org.apache.xalan.internal.utils.XMLSecurityPropertyManager$Property;
1269:             1             24  [Lcom.sun.org.apache.xerces.internal.utils.XMLSecurityPropertyManager$Property;
1270:             1             24  [Ljava.io.File$PathStatus;
1271:             1             24  [Ljava.lang.ClassValue$Entry;
1272:             1             24  [Ljava.net.InetAddress$Cache$Type;
1273:             1             24  [Ljava.net.StandardProtocolFamily;
1274:             1             24  [Ljava.util.Locale$Category;
1275:             1             24  [Ljavax.security.auth.login.LoginContext$ModuleInfo;
1276:             1             24  [Ljdk.xml.internal.JdkXmlFeatures$XmlFeature;
1277:             1             24  [Lorg.apache.hadoop.crypto.CipherSuite;
1278:             1             24  [Lorg.apache.hadoop.fs.GlobalStorageStatistics;
1279:             1             24  [Lorg.apache.hadoop.hdfs.protocol.BlockChecksumType;
1280:             1             24  [Lorg.apache.hadoop.hdfs.protocol.BlockType;
1281:             1             24  [Lorg.apache.hadoop.hdfs.protocol.HdfsConstants$ReencryptAction;
1282:             1             24  [Lorg.apache.hadoop.hive.metastore.api.CompactionType;
1283:             1             24  [Lorg.apache.hadoop.hive.metastore.api.PartitionEventType;
1284:             1             24  [Lorg.apache.hadoop.ipc.Server$AuthProtocol;
1285:             1             24  [Lorg.apache.hadoop.metrics2.lib.DefaultMetricsFactory;
1286:             1             24  [Lorg.apache.hadoop.metrics2.lib.DefaultMetricsSystem;
1287:             1             24  [Lorg.apache.hadoop.metrics2.lib.Interns$Info;
1288:             1             24  [Lorg.apache.hadoop.metrics2.lib.Interns$Tags;
1289:             1             24  [Lorg.apache.hadoop.net.unix.DomainSocket;
1290:             1             24  [Lorg.apache.hive.common.HiveCompat$CompatLevel;
1291:             1             24  [Lorg.apache.impala.catalog.CatalogObject$ThriftObjectType;
1292:             1             24  [Lorg.apache.impala.thrift.CatalogServiceVersion;
1293:             1             24  [Lorg.apache.impala.thrift.TJoinDistributionMode;
1294:             1             24  [Lorg.apache.impala.thrift.TParquetFallbackSchemaResolution;
1295:             1             24  [Lorg.apache.impala.thrift.TPrefetchMode;
1296:             1             24  [Lorg.apache.impala.thrift.TReservedWordsVersion;
1297:             1             24  com.google.common.base.Joiner$1
1298:             1             24  com.google.common.base.Joiner$MapJoiner
1299:             1             24  com.google.common.cache.CacheBuilder$NullListener
1300:             1             24  com.google.common.cache.CacheBuilder$OneWeigher
1301:             1             24  com.google.common.cache.LocalCache$EntryFactory$1
1302:             1             24  com.google.common.cache.LocalCache$EntryFactory$2
1303:             1             24  com.google.common.cache.LocalCache$EntryFactory$3
1304:             1             24  com.google.common.cache.LocalCache$EntryFactory$4
1305:             1             24  com.google.common.cache.LocalCache$EntryFactory$5
1306:             1             24  com.google.common.cache.LocalCache$EntryFactory$6
1307:             1             24  com.google.common.cache.LocalCache$EntryFactory$7
1308:             1             24  com.google.common.cache.LocalCache$EntryFactory$8
1309:             1             24  com.google.common.cache.LocalCache$KeySet
1310:             1             24  com.google.common.cache.LocalCache$NullEntry
1311:             1             24  com.google.common.cache.LocalCache$Strength$1
1312:             1             24  com.google.common.cache.LocalCache$Strength$2
1313:             1             24  com.google.common.cache.LocalCache$Strength$3
1314:             1             24  com.google.common.collect.BoundType$1
1315:             1             24  com.google.common.collect.BoundType$2
1316:             1             24  com.google.common.collect.GenericMapMaker$NullListener
1317:             1             24  com.google.common.collect.Interners$WeakInterner$Dummy
1318:             1             24  com.google.common.collect.MapMakerInternalMap$EntryFactory$1
1319:             1             24  com.google.common.collect.MapMakerInternalMap$EntryFactory$2
1320:             1             24  com.google.common.collect.MapMakerInternalMap$EntryFactory$3
1321:             1             24  com.google.common.collect.MapMakerInternalMap$EntryFactory$4
1322:             1             24  com.google.common.collect.MapMakerInternalMap$EntryFactory$5
1323:             1             24  com.google.common.collect.MapMakerInternalMap$EntryFactory$6
1324:             1             24  com.google.common.collect.MapMakerInternalMap$EntryFactory$7
1325:             1             24  com.google.common.collect.MapMakerInternalMap$EntryFactory$8
1326:             1             24  com.google.common.collect.MapMakerInternalMap$Strength$1
1327:             1             24  com.google.common.collect.MapMakerInternalMap$Strength$2
1328:             1             24  com.google.common.collect.MapMakerInternalMap$Strength$3
1329:             1             24  com.google.common.collect.TreeMultiset$Aggregate$1
1330:             1             24  com.google.common.collect.TreeMultiset$Aggregate$2
1331:             1             24  com.google.protobuf.LazyStringArrayList
1332:             1             24  com.google.protobuf.UnmodifiableLazyStringList
1333:             1             24  com.sun.beans.util.Cache$Kind$1
1334:             1             24  com.sun.beans.util.Cache$Kind$2
1335:             1             24  com.sun.beans.util.Cache$Kind$3
1336:             1             24  com.sun.org.apache.xml.internal.serializer.Encodings$EncodingInfos
1337:             1             24  java.io.StringWriter
1338:             1             24  java.lang.ClassValue$Version
1339:             1             24  java.lang.ProcessEnvironment$StringEnvironment
1340:             1             24  java.lang.StringBuffer
1341:             1             24  java.lang.invoke.MethodHandleImpl$4
1342:             1             24  java.lang.invoke.MethodType$ConcurrentWeakInternSet
1343:             1             24  java.net.Inet6AddressImpl
1344:             1             24  java.net.Proxy
1345:             1             24  java.security.AllPermissionCollection
1346:             1             24  java.util.Collections$EmptyMap
1347:             1             24  java.util.Locale$Cache
1348:             1             24  java.util.ResourceBundle$Control$CandidateListCache
1349:             1             24  java.util.concurrent.Executors$RunnableAdapter
1350:             1             24  java.util.concurrent.TimeUnit$1
1351:             1             24  java.util.concurrent.TimeUnit$2
1352:             1             24  java.util.concurrent.TimeUnit$3
1353:             1             24  java.util.concurrent.TimeUnit$4
1354:             1             24  java.util.concurrent.TimeUnit$5
1355:             1             24  java.util.concurrent.TimeUnit$6
1356:             1             24  java.util.concurrent.TimeUnit$7
1357:             1             24  java.util.logging.LogManager$LoggerContext
1358:             1             24  java.util.logging.LoggingPermission
1359:             1             24  org.apache.commons.logging.impl.WeakHashtable$Referenced
1360:             1             24  org.apache.hadoop.conf.Configuration$DeprecationContext
1361:             1             24  org.apache.hadoop.conf.Configuration$ParsedTimeDuration$1
1362:             1             24  org.apache.hadoop.conf.Configuration$ParsedTimeDuration$2
1363:             1             24  org.apache.hadoop.conf.Configuration$ParsedTimeDuration$3
1364:             1             24  org.apache.hadoop.conf.Configuration$ParsedTimeDuration$4
1365:             1             24  org.apache.hadoop.conf.Configuration$ParsedTimeDuration$5
1366:             1             24  org.apache.hadoop.conf.Configuration$ParsedTimeDuration$6
1367:             1             24  org.apache.hadoop.conf.Configuration$ParsedTimeDuration$7
1368:             1             24  org.apache.hadoop.fs.FileSystem$Cache
1369:             1             24  org.apache.hadoop.fs.FileSystemStorageStatistics
1370:             1             24  org.apache.hadoop.fs.GlobalStorageStatistics
1371:             1             24  org.apache.hadoop.fs.Options$ChecksumOpt
1372:             1             24  org.apache.hadoop.hdfs.DFSHedgedReadMetrics
1373:             1             24  org.apache.hadoop.hdfs.DFSOpsCountStatistics
1374:             1             24  org.apache.hadoop.hdfs.protocol.datatransfer.ReplaceDatanodeOnFailure
1375:             1             24  org.apache.hadoop.hdfs.shortcircuit.DomainSocketFactory
1376:             1             24  org.apache.hadoop.hive.conf.HiveConf$ConfVars$VarType$1
1377:             1             24  org.apache.hadoop.hive.conf.HiveConf$ConfVars$VarType$2
1378:             1             24  org.apache.hadoop.hive.conf.HiveConf$ConfVars$VarType$3
1379:             1             24  org.apache.hadoop.hive.conf.HiveConf$ConfVars$VarType$4
1380:             1             24  org.apache.hadoop.hive.conf.HiveConf$ConfVars$VarType$5
1381:             1             24  org.apache.hadoop.hive.conf.Validator$TYPE$1
1382:             1             24  org.apache.hadoop.hive.conf.Validator$TYPE$2
1383:             1             24  org.apache.hadoop.hive.conf.Validator$TYPE$3
1384:             1             24  org.apache.hadoop.hive.metastore.api.PartitionEventType
1385:             1             24  org.apache.hadoop.hive.metastore.api.SkewedInfo
1386:             1             24  org.apache.hadoop.io.retry.AsyncCallHandler
1387:             1             24  org.apache.hadoop.io.retry.AsyncCallHandler$AsyncCallQueue
1388:             1             24  org.apache.hadoop.io.retry.AsyncCallHandler$AsyncCallQueue$Processor
1389:             1             24  org.apache.hadoop.io.retry.AsyncCallHandler$ConcurrentQueue
1390:             1             24  org.apache.hadoop.io.retry.DefaultFailoverProxyProvider
1391:             1             24  org.apache.hadoop.io.retry.FailoverProxyProvider$ProxyInfo
1392:             1             24  org.apache.hadoop.ipc.Client$ClientExecutorServiceFactory
1393:             1             24  org.apache.hadoop.ipc.Client$Connection$PingInputStream
1394:             1             24  org.apache.hadoop.ipc.Server$RpcKindMapValue
1395:             1             24  org.apache.hadoop.metrics2.MetricsTag
1396:             1             24  org.apache.hadoop.metrics2.impl.MetricsCollectorImpl
1397:             1             24  org.apache.hadoop.metrics2.impl.MetricsSystemImpl$3
1398:             1             24  org.apache.hadoop.metrics2.lib.DefaultMetricsFactory
1399:             1             24  org.apache.hadoop.metrics2.lib.Interns$Info
1400:             1             24  org.apache.hadoop.metrics2.lib.Interns$Info$1
1401:             1             24  org.apache.hadoop.metrics2.lib.Interns$Tags
1402:             1             24  org.apache.hadoop.metrics2.lib.Interns$Tags$1
1403:             1             24  org.apache.hadoop.metrics2.lib.MutableGaugeInt
1404:             1             24  org.apache.hadoop.metrics2.lib.MutableGaugeLong
1405:             1             24  org.apache.hadoop.metrics2.lib.UniqueNames$Count
1406:             1             24  org.apache.hadoop.net.SocketIOWithTimeout$SelectorPool$ProviderInfo
1407:             1             24  org.apache.hadoop.net.SocketInputWrapper
1408:             1             24  org.apache.hadoop.net.unix.DomainSocketWatcher$Entry
1409:             1             24  org.apache.hadoop.net.unix.DomainSocketWatcher$FdSet
1410:             1             24  org.apache.hadoop.security.Credentials
1411:             1             24  org.apache.hadoop.security.Groups$GroupCacheLoader
1412:             1             24  org.apache.hadoop.security.UserGroupInformation
1413:             1             24  org.apache.hadoop.security.UserGroupInformation$HadoopConfiguration
1414:             1             24  org.apache.hadoop.util.ShutdownHookManager
1415:             1             24  org.apache.htrace.shaded.commons.logging.impl.WeakHashtable$Referenced
1416:             1             24  org.apache.impala.catalog.CatalogObjectVersionSet
1417:             1             24  org.apache.impala.catalog.CatalogServiceCatalog$CachePoolReader
1418:             1             24  org.apache.impala.catalog.CatalogUsageMonitor
1419:             1             24  org.apache.impala.catalog.DiskIdMapper
1420:             1             24  org.apache.impala.catalog.HdfsCachePool
1421:             1             24  org.apache.impala.catalog.HdfsPartitionLocationCompressor
1422:             1             24  org.apache.impala.catalog.events.NoOpEventProcessor
1423:             1             24  org.apache.impala.common.RuntimeEnv
1424:             1             24  org.apache.impala.service.JniCatalog
1425:             1             24  org.apache.impala.thrift.CatalogServiceVersion
1426:             1             24  org.apache.impala.thrift.TNetworkAddress
1427:             1             24  org.apache.impala.util.FsPermissionChecker
1428:             1             24  org.apache.log4j.helpers.OnlyOnceErrorHandler
1429:             1             24  org.slf4j.helpers.FormattingTuple
1430:             1             24  sun.management.MemoryImpl
1431:             1             24  sun.management.RuntimeImpl
1432:             1             24  sun.management.ThreadImpl
1433:             1             24  sun.management.VMManagementImpl
1434:             1             24  sun.net.ProgressMonitor
1435:             1             24  sun.net.sdp.SdpProvider
1436:             1             24  sun.nio.cs.IBM850
1437:             1             24  sun.nio.cs.ISO_8859_1
1438:             1             24  sun.nio.cs.ISO_8859_13
1439:             1             24  sun.nio.cs.ISO_8859_15
1440:             1             24  sun.nio.cs.ISO_8859_2
1441:             1             24  sun.nio.cs.ISO_8859_4
1442:             1             24  sun.nio.cs.ISO_8859_5
1443:             1             24  sun.nio.cs.ISO_8859_7
1444:             1             24  sun.nio.cs.ISO_8859_9
1445:             1             24  sun.nio.cs.KOI8_R
1446:             1             24  sun.nio.cs.MS1250
1447:             1             24  sun.nio.cs.MS1251
1448:             1             24  sun.nio.cs.MS1252
1449:             1             24  sun.nio.cs.US_ASCII
1450:             1             24  sun.nio.cs.UTF_16
1451:             1             24  sun.nio.cs.UTF_16BE
1452:             1             24  sun.nio.cs.UTF_16LE
1453:             1             24  sun.nio.cs.UTF_8
1454:             1             24  sun.nio.cs.ext.Big5
1455:             1             24  sun.nio.cs.ext.EUC_CN
1456:             1             24  sun.nio.cs.ext.EUC_JP
1457:             1             24  sun.nio.cs.ext.EUC_TW
1458:             1             24  sun.nio.cs.ext.IBM037
1459:             1             24  sun.nio.cs.ext.IBM1047
1460:             1             24  sun.nio.cs.ext.IBM277
1461:             1             24  sun.nio.cs.ext.IBM278
1462:             1             24  sun.nio.cs.ext.IBM280
1463:             1             24  sun.nio.cs.ext.IBM284
1464:             1             24  sun.nio.cs.ext.IBM285
1465:             1             24  sun.nio.cs.ext.IBM297
1466:             1             24  sun.nio.cs.ext.IBM420
1467:             1             24  sun.nio.cs.ext.IBM424
1468:             1             24  sun.nio.cs.ext.IBM500
1469:             1             24  sun.nio.cs.ext.IBM860
1470:             1             24  sun.nio.cs.ext.IBM870
1471:             1             24  sun.nio.cs.ext.IBM871
1472:             1             24  sun.nio.cs.ext.IBM918
1473:             1             24  sun.nio.cs.ext.ISO2022_JP
1474:             1             24  sun.nio.cs.ext.ISO2022_KR
1475:             1             24  sun.nio.cs.ext.ISO_8859_11
1476:             1             24  sun.nio.cs.ext.ISO_8859_3
1477:             1             24  sun.nio.cs.ext.ISO_8859_6
1478:             1             24  sun.nio.cs.ext.ISO_8859_8
1479:             1             24  sun.nio.cs.ext.MacRoman
1480:             1             24  sun.nio.cs.ext.SJIS
1481:             1             24  sun.reflect.generics.reflectiveObjects.ParameterizedTypeImpl
1482:             1             24  sun.reflect.generics.scope.ClassScope
1483:             1             24  sun.reflect.generics.scope.MethodScope
1484:             1             24  sun.reflect.generics.tree.FormalTypeParameter
1485:             1             24  sun.reflect.generics.tree.Wildcard
1486:             1             24  sun.security.util.DisabledAlgorithmConstraints
1487:             1             24  sun.util.locale.BaseLocale$Cache
1488:             1             24  sun.util.locale.provider.CalendarDataProviderImpl
1489:             1             24  sun.util.locale.provider.CalendarProviderImpl
1490:             1             24  sun.util.locale.provider.CurrencyNameProviderImpl
1491:             1             24  sun.util.locale.provider.DateFormatSymbolsProviderImpl
1492:             1             24  sun.util.locale.provider.DecimalFormatSymbolsProviderImpl
1493:             1             24  sun.util.locale.provider.NumberFormatProviderImpl
1494:             1             16  [Ljava.beans.EventSetDescriptor;
1495:             1             16  [Ljava.lang.Double;
1496:             1             16  [Ljava.lang.Float;
1497:             1             16  [Ljava.lang.Throwable;
1498:             1             16  [Ljava.net.SocketAddress;
1499:             1             16  [Ljava.security.Provider;
1500:             1             16  [Ljava.security.cert.Certificate;
1501:             1             16  [Ljava.text.FieldPosition;
1502:             1             16  [Ljava.util.logging.Handler;
1503:             1             16  [Lorg.apache.hadoop.hdfs.protocol.DatanodeID;
1504:             1             16  [Lorg.apache.hadoop.hdfs.protocol.DatanodeInfo;
1505:             1             16  [Lorg.apache.hadoop.hdfs.protocol.DatanodeInfoWithStorage;
1506:             1             16  [Lorg.apache.hadoop.security.SecurityInfo;
1507:             1             16  [Lorg.apache.htrace.core.Sampler;
1508:             1             16  [Lorg.apache.htrace.core.SpanId;
1509:             1             16  [Lorg.apache.htrace.core.SpanReceiver;
1510:             1             16  [Lsun.reflect.generics.tree.TypeSignature;
1511:             1             16  com.codahale.metrics.Clock$UserTimeClock
1512:             1             16  com.codahale.metrics.LongAdderProxy$JdkProvider
1513:             1             16  com.codahale.metrics.MetricFilter$1
1514:             1             16  com.codahale.metrics.MetricRegistry$MetricBuilder$1
1515:             1             16  com.codahale.metrics.MetricRegistry$MetricBuilder$2
1516:             1             16  com.codahale.metrics.MetricRegistry$MetricBuilder$3
1517:             1             16  com.codahale.metrics.MetricRegistry$MetricBuilder$4
1518:             1             16  com.codahale.metrics.ThreadLocalRandomProxy$JdkProvider
1519:             1             16  com.google.common.base.Equivalence$Equals
1520:             1             16  com.google.common.base.Equivalence$Identity
1521:             1             16  com.google.common.base.Platform$1
1522:             1             16  com.google.common.base.Suppliers$SupplierOfInstance
1523:             1             16  com.google.common.base.Ticker$1
1524:             1             16  com.google.common.cache.CacheBuilder$1
1525:             1             16  com.google.common.cache.CacheBuilder$2
1526:             1             16  com.google.common.cache.CacheBuilder$3
1527:             1             16  com.google.common.cache.LocalCache$1
1528:             1             16  com.google.common.cache.LocalCache$2
1529:             1             16  com.google.common.cache.LocalCache$StrongValueReference
1530:             1             16  com.google.common.collect.AbstractMultiset$EntrySet
1531:             1             16  com.google.common.collect.EmptyImmutableList
1532:             1             16  com.google.common.collect.ImmutableCollection$EmptyImmutableCollection
1533:             1             16  com.google.common.collect.Interners$1
1534:             1             16  com.google.common.collect.Iterators$1
1535:             1             16  com.google.common.collect.Iterators$2
1536:             1             16  com.google.common.collect.MapMakerInternalMap$1
1537:             1             16  com.google.common.collect.MapMakerInternalMap$2
1538:             1             16  com.google.common.collect.Multisets$5
1539:             1             16  com.google.common.collect.NaturalOrdering
1540:             1             16  com.google.common.collect.TreeMultiset$Reference
1541:             1             16  com.google.common.util.concurrent.MoreExecutors$ListeningDecorator
1542:             1             16  com.google.flatbuffers.Table$1
1543:             1             16  com.google.protobuf.ExtensionRegistryLite
1544:             1             16  com.google.protobuf.UnknownFieldSet
1545:             1             16  com.google.protobuf.UnknownFieldSet$Parser
1546:             1             16  com.sun.org.apache.xalan.internal.utils.SecuritySupport
1547:             1             16  com.sun.org.apache.xerces.internal.dom.CharacterDataImpl$1
1548:             1             16  com.sun.org.apache.xerces.internal.impl.dv.dtd.IDDatatypeValidator
1549:             1             16  com.sun.org.apache.xerces.internal.impl.dv.dtd.IDREFDatatypeValidator
1550:             1             16  com.sun.org.apache.xerces.internal.impl.dv.dtd.NMTOKENDatatypeValidator
1551:             1             16  com.sun.org.apache.xerces.internal.impl.dv.dtd.NOTATIONDatatypeValidator
1552:             1             16  com.sun.org.apache.xerces.internal.impl.dv.dtd.StringDatatypeValidator
1553:             1             16  com.sun.org.apache.xerces.internal.utils.SecuritySupport
1554:             1             16  com.sun.proxy.$Proxy1
1555:             1             16  com.sun.proxy.$Proxy10
1556:             1             16  com.sun.proxy.$Proxy11
1557:             1             16  com.sun.proxy.$Proxy3
1558:             1             16  com.sun.proxy.$Proxy5
1559:             1             16  com.sun.proxy.$Proxy6
1560:             1             16  com.sun.proxy.$Proxy7
1561:             1             16  com.sun.proxy.$Proxy8
1562:             1             16  com.sun.proxy.$Proxy9
1563:             1             16  com.sun.security.auth.UnixNumericUserPrincipal
1564:             1             16  com.sun.security.auth.UnixPrincipal
1565:             1             16  java.io.FileDescriptor$1
1566:             1             16  java.io.ObjectInputStream$$Lambda$9/1089492293
1567:             1             16  java.io.ObjectInputStream$1
1568:             1             16  java.lang.ApplicationShutdownHooks$1
1569:             1             16  java.lang.CharacterDataLatin1
1570:             1             16  java.lang.ClassValue$Identity
1571:             1             16  java.lang.Float
1572:             1             16  java.lang.ProcessBuilder$NullInputStream
1573:             1             16  java.lang.ProcessBuilder$NullOutputStream
1574:             1             16  java.lang.Runtime
1575:             1             16  java.lang.String$CaseInsensitiveComparator
1576:             1             16  java.lang.System$2
1577:             1             16  java.lang.Terminator$1
1578:             1             16  java.lang.UNIXProcess$$Lambda$4/612097453
1579:             1             16  java.lang.UNIXProcess$$Lambda$5/1583159071
1580:             1             16  java.lang.UNIXProcess$Platform$$Lambda$1/1709804316
1581:             1             16  java.lang.invoke.MemberName$Factory
1582:             1             16  java.lang.invoke.MethodHandleImpl$2
1583:             1             16  java.lang.invoke.MethodHandleImpl$3
1584:             1             16  java.lang.management.PlatformComponent$1
1585:             1             16  java.lang.management.PlatformComponent$10
1586:             1             16  java.lang.management.PlatformComponent$11
1587:             1             16  java.lang.management.PlatformComponent$12
1588:             1             16  java.lang.management.PlatformComponent$13
1589:             1             16  java.lang.management.PlatformComponent$14
1590:             1             16  java.lang.management.PlatformComponent$15
1591:             1             16  java.lang.management.PlatformComponent$2
1592:             1             16  java.lang.management.PlatformComponent$3
1593:             1             16  java.lang.management.PlatformComponent$4
1594:             1             16  java.lang.management.PlatformComponent$5
1595:             1             16  java.lang.management.PlatformComponent$6
1596:             1             16  java.lang.management.PlatformComponent$7
1597:             1             16  java.lang.management.PlatformComponent$8
1598:             1             16  java.lang.management.PlatformComponent$9
1599:             1             16  java.lang.ref.Reference$1
1600:             1             16  java.lang.ref.Reference$Lock
1601:             1             16  java.lang.reflect.Proxy$KeyFactory
1602:             1             16  java.lang.reflect.Proxy$ProxyClassFactory
1603:             1             16  java.lang.reflect.ReflectAccess
1604:             1             16  java.math.BigDecimal$1
1605:             1             16  java.net.InetAddress$2
1606:             1             16  java.net.URLClassLoader$7
1607:             1             16  java.nio.Bits$1
1608:             1             16  java.nio.channels.spi.AbstractInterruptibleChannel$1
1609:             1             16  java.nio.channels.spi.AbstractSelector$1
1610:             1             16  java.nio.charset.CoderResult$1
1611:             1             16  java.nio.charset.CoderResult$2
1612:             1             16  java.security.AllPermission
1613:             1             16  java.security.ProtectionDomain$2
1614:             1             16  java.security.ProtectionDomain$JavaSecurityAccessImpl
1615:             1             16  java.text.DontCareFieldPosition$1
1616:             1             16  java.util.Collections$EmptyEnumeration
1617:             1             16  java.util.Collections$EmptyIterator
1618:             1             16  java.util.Collections$EmptyList
1619:             1             16  java.util.Collections$EmptySet
1620:             1             16  java.util.Collections$SingletonSet
1621:             1             16  java.util.Currency$CurrencyNameGetter
1622:             1             16  java.util.EnumMap$1
1623:             1             16  java.util.Optional
1624:             1             16  java.util.ResourceBundle$Control
1625:             1             16  java.util.concurrent.Semaphore
1626:             1             16  java.util.concurrent.ThreadPoolExecutor$AbortPolicy
1627:             1             16  java.util.jar.JavaUtilJarAccessImpl
1628:             1             16  java.util.logging.LoggingProxyImpl
1629:             1             16  java.util.regex.Pattern$4
1630:             1             16  java.util.regex.Pattern$LastMatch
1631:             1             16  java.util.regex.Pattern$LastNode
1632:             1             16  java.util.regex.Pattern$Node
1633:             1             16  java.util.zip.ZipFile$1
1634:             1             16  javax.xml.parsers.SecuritySupport
1635:             1             16  javax.xml.transform.SecuritySupport
1636:             1             16  org.apache.hadoop.fs.ChecksumFileSystem$9
1637:             1             16  org.apache.hadoop.fs.FileSystem$3
1638:             1             16  org.apache.hadoop.fs.FileSystem$Cache$ClientFinalizer
1639:             1             16  org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner
1640:             1             16  org.apache.hadoop.fs.permission.FsPermission$1
1641:             1             16  org.apache.hadoop.hdfs.DFSUtilClient$2
1642:             1             16  org.apache.hadoop.hdfs.KeyProviderCache
1643:             1             16  org.apache.hadoop.hdfs.KeyProviderCache$1
1644:             1             16  org.apache.hadoop.hdfs.protocol.Block$1
1645:             1             16  org.apache.hadoop.hdfs.protocol.datatransfer.ReplaceDatanodeOnFailure$1
1646:             1             16  org.apache.hadoop.hdfs.protocol.datatransfer.ReplaceDatanodeOnFailure$2
1647:             1             16  org.apache.hadoop.hdfs.protocol.datatransfer.ReplaceDatanodeOnFailure$3
1648:             1             16  org.apache.hadoop.hdfs.protocol.datatransfer.TrustedChannelResolver
1649:             1             16  org.apache.hadoop.hdfs.protocol.proto.AclProtos$AclEntryProto$FsActionProto$1
1650:             1             16  org.apache.hadoop.hdfs.protocol.proto.AclProtos$FsPermissionProto$1
1651:             1             16  org.apache.hadoop.hdfs.protocol.proto.AclProtos$GetAclStatusRequestProto$1
1652:             1             16  org.apache.hadoop.hdfs.protocol.proto.AclProtos$ModifyAclEntriesRequestProto$1
1653:             1             16  org.apache.hadoop.hdfs.protocol.proto.AclProtos$RemoveAclEntriesRequestProto$1
1654:             1             16  org.apache.hadoop.hdfs.protocol.proto.AclProtos$RemoveAclRequestProto$1
1655:             1             16  org.apache.hadoop.hdfs.protocol.proto.AclProtos$RemoveDefaultAclRequestProto$1
1656:             1             16  org.apache.hadoop.hdfs.protocol.proto.AclProtos$SetAclRequestProto$1
1657:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AbandonBlockRequestProto$1
1658:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AddBlockRequestProto$1
1659:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AddCacheDirectiveRequestProto$1
1660:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AddCachePoolRequestProto$1
1661:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AllowSnapshotRequestProto$1
1662:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$AppendRequestProto$1
1663:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CacheDirectiveInfoExpirationProto$1
1664:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CacheDirectiveInfoProto$1
1665:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CachePoolEntryProto$1
1666:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CachePoolInfoProto$1
1667:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CachePoolStatsProto$1
1668:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CheckAccessRequestProto$1
1669:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CompleteRequestProto$1
1670:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ConcatRequestProto$1
1671:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CreateRequestProto$1
1672:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CreateSnapshotRequestProto$1
1673:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$CreateSymlinkRequestProto$1
1674:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$DatanodeReportTypeProto$1
1675:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$DeleteRequestProto$1
1676:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$DeleteSnapshotRequestProto$1
1677:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$DisallowSnapshotRequestProto$1
1678:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$FinalizeUpgradeRequestProto$1
1679:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$FsyncRequestProto$1
1680:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetAdditionalDatanodeRequestProto$1
1681:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetBlockLocationsRequestProto$1
1682:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetContentSummaryRequestProto$1
1683:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetCurrentEditLogTxidRequestProto$1
1684:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetDataEncryptionKeyRequestProto$1
1685:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetDatanodeReportRequestProto$1
1686:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetDatanodeStorageReportRequestProto$1
1687:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetEditsFromTxidRequestProto$1
1688:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileInfoRequestProto$1
1689:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileInfoResponseProto$1
1690:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFileLinkInfoRequestProto$1
1691:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFsECBlockGroupStatsRequestProto$1
1692:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFsReplicatedBlockStatsRequestProto$1
1693:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetFsStatusRequestProto$1
1694:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetLinkTargetRequestProto$1
1695:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetListingRequestProto$1
1696:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetListingResponseProto$1
1697:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetPreferredBlockSizeRequestProto$1
1698:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetQuotaUsageRequestProto$1
1699:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetServerDefaultsRequestProto$1
1700:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetSnapshotDiffReportRequestProto$1
1701:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetSnapshottableDirListingRequestProto$1
1702:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetStoragePoliciesRequestProto$1
1703:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$GetStoragePolicyRequestProto$1
1704:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$IsFileClosedRequestProto$1
1705:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ListCacheDirectivesRequestProto$1
1706:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ListCachePoolsRequestProto$1
1707:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ListCachePoolsResponseProto$1
1708:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ListCorruptFileBlocksRequestProto$1
1709:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ListOpenFilesRequestProto$1
1710:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$MetaSaveRequestProto$1
1711:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$MkdirsRequestProto$1
1712:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCacheDirectiveRequestProto$1
1713:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ModifyCachePoolRequestProto$1
1714:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RecoverLeaseRequestProto$1
1715:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RefreshNodesRequestProto$1
1716:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RemoveCacheDirectiveRequestProto$1
1717:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RemoveCachePoolRequestProto$1
1718:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$Rename2RequestProto$1
1719:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RenameRequestProto$1
1720:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RenameSnapshotRequestProto$1
1721:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RenewLeaseRequestProto$1
1722:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$ReportBadBlocksRequestProto$1
1723:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RestoreFailedStorageRequestProto$1
1724:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RollEditsRequestProto$1
1725:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RollingUpgradeActionProto$1
1726:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$RollingUpgradeRequestProto$1
1727:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SafeModeActionProto$1
1728:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SaveNamespaceRequestProto$1
1729:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetBalancerBandwidthRequestProto$1
1730:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetOwnerRequestProto$1
1731:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetPermissionRequestProto$1
1732:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetQuotaRequestProto$1
1733:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetReplicationRequestProto$1
1734:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetSafeModeRequestProto$1
1735:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetStoragePolicyRequestProto$1
1736:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$SetTimesRequestProto$1
1737:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$TruncateRequestProto$1
1738:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$UnsetStoragePolicyRequestProto$1
1739:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$UpdateBlockForPipelineRequestProto$1
1740:             1             16  org.apache.hadoop.hdfs.protocol.proto.ClientNamenodeProtocolProtos$UpdatePipelineRequestProto$1
1741:             1             16  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$CreateEncryptionZoneRequestProto$1
1742:             1             16  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$GetEZForPathRequestProto$1
1743:             1             16  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ListEncryptionZonesRequestProto$1
1744:             1             16  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ListReencryptionStatusRequestProto$1
1745:             1             16  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ReencryptActionProto$1
1746:             1             16  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ReencryptEncryptionZoneRequestProto$1
1747:             1             16  org.apache.hadoop.hdfs.protocol.proto.EncryptionZonesProtos$ReencryptionStateProto$1
1748:             1             16  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$AddErasureCodingPoliciesRequestProto$1
1749:             1             16  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$DisableErasureCodingPolicyRequestProto$1
1750:             1             16  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$EnableErasureCodingPolicyRequestProto$1
1751:             1             16  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$GetErasureCodingCodecsRequestProto$1
1752:             1             16  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$GetErasureCodingPoliciesRequestProto$1
1753:             1             16  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$GetErasureCodingPolicyRequestProto$1
1754:             1             16  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$RemoveErasureCodingPolicyRequestProto$1
1755:             1             16  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$SetErasureCodingPolicyRequestProto$1
1756:             1             16  org.apache.hadoop.hdfs.protocol.proto.ErasureCodingProtos$UnsetErasureCodingPolicyRequestProto$1
1757:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$AccessModeProto$1
1758:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$BlockChecksumTypeProto$1
1759:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$CipherSuiteProto$1
1760:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$CryptoProtocolVersionProto$1
1761:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DatanodeIDProto$1
1762:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DatanodeInfoProto$1
1763:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DatanodeInfoProto$AdminState$1
1764:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DatanodeStorageProto$StorageState$1
1765:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$DirectoryListingProto$1
1766:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$ECSchemaProto$1
1767:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$ErasureCodingPolicyProto$1
1768:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$ErasureCodingPolicyState$1
1769:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$ExtendedBlockProto$1
1770:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$FileEncryptionInfoProto$1
1771:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$HdfsFileStatusProto$1
1772:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$HdfsFileStatusProto$FileType$1
1773:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$HdfsFileStatusProto$Flags$1
1774:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$LocatedBlockProto$1
1775:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$LocatedBlocksProto$1
1776:             1             16  org.apache.hadoop.hdfs.protocol.proto.HdfsProtos$StorageTypeProto$1
1777:             1             16  org.apache.hadoop.hdfs.protocol.proto.InotifyProtos$EventType$1
1778:             1             16  org.apache.hadoop.hdfs.protocol.proto.InotifyProtos$INodeType$1
1779:             1             16  org.apache.hadoop.hdfs.protocol.proto.InotifyProtos$MetadataUpdateType$1
1780:             1             16  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$GetXAttrsRequestProto$1
1781:             1             16  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$ListXAttrsRequestProto$1
1782:             1             16  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$RemoveXAttrRequestProto$1
1783:             1             16  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$SetXAttrRequestProto$1
1784:             1             16  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$XAttrProto$1
1785:             1             16  org.apache.hadoop.hdfs.protocol.proto.XAttrProtos$XAttrProto$XAttrNamespaceProto$1
1786:             1             16  org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB
1787:             1             16  org.apache.hadoop.hdfs.protocolPB.PBHelperClient$1
1788:             1             16  org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenSelector
1789:             1             16  org.apache.hadoop.hdfs.util.ByteArrayManager$1
1790:             1             16  org.apache.hadoop.hdfs.util.ByteArrayManager$NewByteArrayWithoutLimit
1791:             1             16  org.apache.hadoop.hive.common.FileUtils$1
1792:             1             16  org.apache.hadoop.hive.common.FileUtils$2
1793:             1             16  org.apache.hadoop.hive.conf.SystemVariables
1794:             1             16  org.apache.hadoop.hive.conf.Validator$PatternSet
1795:             1             16  org.apache.hadoop.hive.conf.Validator$WritableDirectoryValidator
1796:             1             16  org.apache.hadoop.hive.conf.valcoersion.JavaIOTmpdirVariableCoercion
1797:             1             16  org.apache.hadoop.hive.metastore.MetaStoreUtils$2
1798:             1             16  org.apache.hadoop.hive.metastore.MetaStoreUtils$3
1799:             1             16  org.apache.hadoop.hive.metastore.api.BooleanColumnStatsData$BooleanColumnStatsDataStandardSchemeFactory
1800:             1             16  org.apache.hadoop.hive.metastore.api.BooleanColumnStatsData$BooleanColumnStatsDataTupleSchemeFactory
1801:             1             16  org.apache.hadoop.hive.metastore.api.ColumnStatistics$ColumnStatisticsStandardSchemeFactory
1802:             1             16  org.apache.hadoop.hive.metastore.api.ColumnStatistics$ColumnStatisticsTupleSchemeFactory
1803:             1             16  org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj$ColumnStatisticsObjStandardSchemeFactory
1804:             1             16  org.apache.hadoop.hive.metastore.api.ColumnStatisticsObj$ColumnStatisticsObjTupleSchemeFactory
1805:             1             16  org.apache.hadoop.hive.metastore.api.Database$DatabaseStandardSchemeFactory
1806:             1             16  org.apache.hadoop.hive.metastore.api.Database$DatabaseTupleSchemeFactory
1807:             1             16  org.apache.hadoop.hive.metastore.api.DoubleColumnStatsData$DoubleColumnStatsDataStandardSchemeFactory
1808:             1             16  org.apache.hadoop.hive.metastore.api.DoubleColumnStatsData$DoubleColumnStatsDataTupleSchemeFactory
1809:             1             16  org.apache.hadoop.hive.metastore.api.EnvironmentContext$EnvironmentContextStandardSchemeFactory
1810:             1             16  org.apache.hadoop.hive.metastore.api.EnvironmentContext$EnvironmentContextTupleSchemeFactory
1811:             1             16  org.apache.hadoop.hive.metastore.api.FieldSchema$FieldSchemaStandardSchemeFactory
1812:             1             16  org.apache.hadoop.hive.metastore.api.FieldSchema$FieldSchemaTupleSchemeFactory
1813:             1             16  org.apache.hadoop.hive.metastore.api.FireEventRequest$FireEventRequestStandardSchemeFactory
1814:             1             16  org.apache.hadoop.hive.metastore.api.FireEventRequest$FireEventRequestTupleSchemeFactory
1815:             1             16  org.apache.hadoop.hive.metastore.api.ForeignKeysRequest$ForeignKeysRequestStandardSchemeFactory
1816:             1             16  org.apache.hadoop.hive.metastore.api.ForeignKeysRequest$ForeignKeysRequestTupleSchemeFactory
1817:             1             16  org.apache.hadoop.hive.metastore.api.Function$FunctionStandardSchemeFactory
1818:             1             16  org.apache.hadoop.hive.metastore.api.Function$FunctionTupleSchemeFactory
1819:             1             16  org.apache.hadoop.hive.metastore.api.GetPartitionsRequest$GetPartitionsRequestStandardSchemeFactory
1820:             1             16  org.apache.hadoop.hive.metastore.api.GetPartitionsRequest$GetPartitionsRequestTupleSchemeFactory
1821:             1             16  org.apache.hadoop.hive.metastore.api.GetPrincipalsInRoleRequest$GetPrincipalsInRoleRequestStandardSchemeFactory
1822:             1             16  org.apache.hadoop.hive.metastore.api.GetPrincipalsInRoleRequest$GetPrincipalsInRoleRequestTupleSchemeFactory
1823:             1             16  org.apache.hadoop.hive.metastore.api.GetRoleGrantsForPrincipalRequest$GetRoleGrantsForPrincipalRequestStandardSchemeFactory
1824:             1             16  org.apache.hadoop.hive.metastore.api.GetRoleGrantsForPrincipalRequest$GetRoleGrantsForPrincipalRequestTupleSchemeFactory
1825:             1             16  org.apache.hadoop.hive.metastore.api.HiveObjectRef$HiveObjectRefStandardSchemeFactory
1826:             1             16  org.apache.hadoop.hive.metastore.api.HiveObjectRef$HiveObjectRefTupleSchemeFactory
1827:             1             16  org.apache.hadoop.hive.metastore.api.Index$IndexStandardSchemeFactory
1828:             1             16  org.apache.hadoop.hive.metastore.api.Index$IndexTupleSchemeFactory
1829:             1             16  org.apache.hadoop.hive.metastore.api.LockRequest$LockRequestStandardSchemeFactory
1830:             1             16  org.apache.hadoop.hive.metastore.api.LockRequest$LockRequestTupleSchemeFactory
1831:             1             16  org.apache.hadoop.hive.metastore.api.LongColumnStatsData$LongColumnStatsDataStandardSchemeFactory
1832:             1             16  org.apache.hadoop.hive.metastore.api.LongColumnStatsData$LongColumnStatsDataTupleSchemeFactory
1833:             1             16  org.apache.hadoop.hive.metastore.api.Partition$PartitionStandardSchemeFactory
1834:             1             16  org.apache.hadoop.hive.metastore.api.Partition$PartitionTupleSchemeFactory
1835:             1             16  org.apache.hadoop.hive.metastore.api.PrimaryKeysRequest$PrimaryKeysRequestStandardSchemeFactory
1836:             1             16  org.apache.hadoop.hive.metastore.api.PrimaryKeysRequest$PrimaryKeysRequestTupleSchemeFactory
1837:             1             16  org.apache.hadoop.hive.metastore.api.PrivilegeBag$PrivilegeBagStandardSchemeFactory
1838:             1             16  org.apache.hadoop.hive.metastore.api.PrivilegeBag$PrivilegeBagTupleSchemeFactory
1839:             1             16  org.apache.hadoop.hive.metastore.api.Role$RoleStandardSchemeFactory
1840:             1             16  org.apache.hadoop.hive.metastore.api.Role$RoleTupleSchemeFactory
1841:             1             16  org.apache.hadoop.hive.metastore.api.SerDeInfo$SerDeInfoStandardSchemeFactory
1842:             1             16  org.apache.hadoop.hive.metastore.api.SerDeInfo$SerDeInfoTupleSchemeFactory
1843:             1             16  org.apache.hadoop.hive.metastore.api.SetPartitionsStatsRequest$SetPartitionsStatsRequestStandardSchemeFactory
1844:             1             16  org.apache.hadoop.hive.metastore.api.SetPartitionsStatsRequest$SetPartitionsStatsRequestTupleSchemeFactory
1845:             1             16  org.apache.hadoop.hive.metastore.api.ShowLocksRequest$ShowLocksRequestStandardSchemeFactory
1846:             1             16  org.apache.hadoop.hive.metastore.api.ShowLocksRequest$ShowLocksRequestTupleSchemeFactory
1847:             1             16  org.apache.hadoop.hive.metastore.api.SkewedInfo$SkewedInfoStandardSchemeFactory
1848:             1             16  org.apache.hadoop.hive.metastore.api.SkewedInfo$SkewedInfoTupleSchemeFactory
1849:             1             16  org.apache.hadoop.hive.metastore.api.StorageDescriptor$StorageDescriptorStandardSchemeFactory
1850:             1             16  org.apache.hadoop.hive.metastore.api.StorageDescriptor$StorageDescriptorTupleSchemeFactory
1851:             1             16  org.apache.hadoop.hive.metastore.api.StringColumnStatsData$StringColumnStatsDataStandardSchemeFactory
1852:             1             16  org.apache.hadoop.hive.metastore.api.StringColumnStatsData$StringColumnStatsDataTupleSchemeFactory
1853:             1             16  org.apache.hadoop.hive.metastore.api.Table$TableStandardSchemeFactory
1854:             1             16  org.apache.hadoop.hive.metastore.api.Table$TableTupleSchemeFactory
1855:             1             16  org.apache.hadoop.hive.metastore.api.TableStatsRequest$TableStatsRequestStandardSchemeFactory
1856:             1             16  org.apache.hadoop.hive.metastore.api.TableStatsRequest$TableStatsRequestTupleSchemeFactory
1857:             1             16  org.apache.hadoop.hive.metastore.api.TableStatsResult$TableStatsResultStandardSchemeFactory
1858:             1             16  org.apache.hadoop.hive.metastore.api.TableStatsResult$TableStatsResultTupleSchemeFactory
1859:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_databases_args$get_all_databases_argsStandardSchemeFactory
1860:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_databases_args$get_all_databases_argsTupleSchemeFactory
1861:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_databases_result$get_all_databases_resultStandardSchemeFactory
1862:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_databases_result$get_all_databases_resultTupleSchemeFactory
1863:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_tables_args$get_all_tables_argsStandardSchemeFactory
1864:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_tables_args$get_all_tables_argsTupleSchemeFactory
1865:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_tables_result$get_all_tables_resultStandardSchemeFactory
1866:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_all_tables_result$get_all_tables_resultTupleSchemeFactory
1867:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_config_value_args$get_config_value_argsStandardSchemeFactory
1868:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_config_value_args$get_config_value_argsTupleSchemeFactory
1869:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_config_value_result$get_config_value_resultStandardSchemeFactory
1870:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_config_value_result$get_config_value_resultTupleSchemeFactory
1871:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_database_args$get_database_argsStandardSchemeFactory
1872:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_database_args$get_database_argsTupleSchemeFactory
1873:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_database_result$get_database_resultStandardSchemeFactory
1874:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_database_result$get_database_resultTupleSchemeFactory
1875:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_functions_args$get_functions_argsStandardSchemeFactory
1876:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_functions_args$get_functions_argsTupleSchemeFactory
1877:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_functions_result$get_functions_resultStandardSchemeFactory
1878:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_functions_result$get_functions_resultTupleSchemeFactory
1879:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partition_names_args$get_partition_names_argsStandardSchemeFactory
1880:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partition_names_args$get_partition_names_argsTupleSchemeFactory
1881:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partition_names_result$get_partition_names_resultStandardSchemeFactory
1882:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partition_names_result$get_partition_names_resultTupleSchemeFactory
1883:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partitions_by_names_args$get_partitions_by_names_argsStandardSchemeFactory
1884:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partitions_by_names_args$get_partitions_by_names_argsTupleSchemeFactory
1885:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partitions_by_names_result$get_partitions_by_names_resultStandardSchemeFactory
1886:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_partitions_by_names_result$get_partitions_by_names_resultTupleSchemeFactory
1887:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_args$get_table_argsStandardSchemeFactory
1888:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_args$get_table_argsTupleSchemeFactory
1889:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_result$get_table_resultStandardSchemeFactory
1890:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_result$get_table_resultTupleSchemeFactory
1891:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_statistics_req_args$get_table_statistics_req_argsStandardSchemeFactory
1892:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_statistics_req_args$get_table_statistics_req_argsTupleSchemeFactory
1893:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_statistics_req_result$get_table_statistics_req_resultStandardSchemeFactory
1894:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$get_table_statistics_req_result$get_table_statistics_req_resultTupleSchemeFactory
1895:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$set_ugi_args$set_ugi_argsStandardSchemeFactory
1896:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$set_ugi_args$set_ugi_argsTupleSchemeFactory
1897:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$set_ugi_result$set_ugi_resultStandardSchemeFactory
1898:             1             16  org.apache.hadoop.hive.metastore.api.ThriftHiveMetastore$set_ugi_result$set_ugi_resultTupleSchemeFactory
1899:             1             16  org.apache.hadoop.io.EnumSetWritable$1
1900:             1             16  org.apache.hadoop.io.Text$1
1901:             1             16  org.apache.hadoop.io.Text$2
1902:             1             16  org.apache.hadoop.io.retry.RetryPolicies$RetryForever
1903:             1             16  org.apache.hadoop.io.retry.RetryPolicies$TryOnceThenFail
1904:             1             16  org.apache.hadoop.ipc.Client$1
1905:             1             16  org.apache.hadoop.ipc.ClientCache
1906:             1             16  org.apache.hadoop.ipc.ProtobufRpcEngine
1907:             1             16  org.apache.hadoop.ipc.ProtobufRpcEngine$Server$ProtoBufRpcInvoker
1908:             1             16  org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos$IpcConnectionContextProto$1
1909:             1             16  org.apache.hadoop.ipc.protobuf.IpcConnectionContextProtos$UserInformationProto$1
1910:             1             16  org.apache.hadoop.ipc.protobuf.ProtobufRpcEngineProtos$RequestHeaderProto$1
1911:             1             16  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RPCCallerContextProto$1
1912:             1             16  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RPCTraceInfoProto$1
1913:             1             16  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcKindProto$1
1914:             1             16  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcRequestHeaderProto$1
1915:             1             16  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcRequestHeaderProto$OperationProto$1
1916:             1             16  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto$1
1917:             1             16  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto$RpcErrorCodeProto$1
1918:             1             16  org.apache.hadoop.ipc.protobuf.RpcHeaderProtos$RpcResponseHeaderProto$RpcStatusProto$1
1919:             1             16  org.apache.hadoop.metrics2.lib.MetricsSourceBuilder$1
1920:             1             16  org.apache.hadoop.metrics2.lib.MutableMetricsFactory
1921:             1             16  org.apache.hadoop.net.SocketIOWithTimeout$SelectorPool
1922:             1             16  org.apache.hadoop.net.SocketInputStream
1923:             1             16  org.apache.hadoop.net.SocketOutputStream
1924:             1             16  org.apache.hadoop.net.unix.DomainSocketWatcher$1
1925:             1             16  org.apache.hadoop.net.unix.DomainSocketWatcher$2
1926:             1             16  org.apache.hadoop.net.unix.DomainSocketWatcher$NotificationHandler
1927:             1             16  org.apache.hadoop.security.JniBasedUnixGroupsMapping
1928:             1             16  org.apache.hadoop.security.JniBasedUnixGroupsMappingWithFallback
1929:             1             16  org.apache.hadoop.security.SecurityUtil$StandardHostResolver
1930:             1             16  org.apache.hadoop.security.UserGroupInformation$HadoopLoginModule
1931:             1             16  org.apache.hadoop.security.proto.SecurityProtos$CancelDelegationTokenRequestProto$1
1932:             1             16  org.apache.hadoop.security.proto.SecurityProtos$GetDelegationTokenRequestProto$1
1933:             1             16  org.apache.hadoop.security.proto.SecurityProtos$RenewDelegationTokenRequestProto$1
1934:             1             16  org.apache.hadoop.security.proto.SecurityProtos$TokenProto$1
1935:             1             16  org.apache.hadoop.security.token.Token$TrivialRenewer
1936:             1             16  org.apache.hadoop.util.ReflectionUtils$1
1937:             1             16  org.apache.hadoop.util.Time$1
1938:             1             16  org.apache.hadoop.util.Timer
1939:             1             16  org.apache.htrace.core.HTraceConfiguration$MapConf
1940:             1             16  org.apache.htrace.core.Tracer$ThreadLocalContext
1941:             1             16  org.apache.impala.analysis.Expr$1
1942:             1             16  org.apache.impala.analysis.Expr$10
1943:             1             16  org.apache.impala.analysis.Expr$11
1944:             1             16  org.apache.impala.analysis.Expr$12
1945:             1             16  org.apache.impala.analysis.Expr$13
1946:             1             16  org.apache.impala.analysis.Expr$14
1947:             1             16  org.apache.impala.analysis.Expr$15
1948:             1             16  org.apache.impala.analysis.Expr$16
1949:             1             16  org.apache.impala.analysis.Expr$17
1950:             1             16  org.apache.impala.analysis.Expr$18
1951:             1             16  org.apache.impala.analysis.Expr$19
1952:             1             16  org.apache.impala.analysis.Expr$2
1953:             1             16  org.apache.impala.analysis.Expr$20
1954:             1             16  org.apache.impala.analysis.Expr$21
1955:             1             16  org.apache.impala.analysis.Expr$3
1956:             1             16  org.apache.impala.analysis.Expr$4
1957:             1             16  org.apache.impala.analysis.Expr$5
1958:             1             16  org.apache.impala.analysis.Expr$6
1959:             1             16  org.apache.impala.analysis.Expr$7
1960:             1             16  org.apache.impala.analysis.Expr$8
1961:             1             16  org.apache.impala.analysis.Expr$9
1962:             1             16  org.apache.impala.authorization.DefaultAuthorizableFactory
1963:             1             16  org.apache.impala.authorization.NoneAuthorizationFactory$1
1964:             1             16  org.apache.impala.authorization.NoneAuthorizationFactory$NoopAuthorizationManager
1965:             1             16  org.apache.impala.authorization.sentry.SentryAuthorizableFactory
1966:             1             16  org.apache.impala.catalog.Catalog$CatalogObjectOrder
1967:             1             16  org.apache.impala.catalog.CatalogDeltaLog
1968:             1             16  org.apache.impala.catalog.CatalogUsageMonitor$1
1969:             1             16  org.apache.impala.catalog.CatalogUsageMonitor$2
1970:             1             16  org.apache.impala.catalog.CatalogUsageMonitor$3
1971:             1             16  org.apache.impala.catalog.CatalogdTableInvalidator$DaemonThread
1972:             1             16  org.apache.impala.catalog.CatalogdTableInvalidator$GcNotificationListener
1973:             1             16  org.apache.impala.catalog.HdfsPartition$1
1974:             1             16  org.apache.impala.catalog.HdfsPartition$FileDescriptor$1
1975:             1             16  org.apache.impala.catalog.HdfsPartition$FileDescriptor$2
1976:             1             16  org.apache.impala.catalog.HdfsPartition$KeyValueComparator
1977:             1             16  org.apache.impala.catalog.HdfsTable$2
1978:             1             16  org.apache.impala.catalog.HdfsTable$3
1979:             1             16  org.apache.impala.catalog.HdfsTable$4
1980:             1             16  org.apache.impala.catalog.HdfsTable$5
1981:             1             16  org.apache.impala.catalog.HdfsTable$6
1982:             1             16  org.apache.impala.catalog.HdfsTable$7
1983:             1             16  org.apache.impala.catalog.MetaStoreClientPool$1
1984:             1             16  org.apache.impala.catalog.TableLoader
1985:             1             16  org.apache.impala.catalog.TableLoadingMgr$1
1986:             1             16  org.apache.impala.service.BackendConfig
1987:             1             16  org.apache.impala.thrift.TBackendGflags$TBackendGflagsStandardSchemeFactory
1988:             1             16  org.apache.impala.thrift.TBackendGflags$TBackendGflagsTupleSchemeFactory
1989:             1             16  org.apache.impala.thrift.TCatalog$TCatalogStandardSchemeFactory
1990:             1             16  org.apache.impala.thrift.TCatalog$TCatalogTupleSchemeFactory
1991:             1             16  org.apache.impala.thrift.TCatalogObject$TCatalogObjectStandardSchemeFactory
1992:             1             16  org.apache.impala.thrift.TCatalogObject$TCatalogObjectTupleSchemeFactory
1993:             1             16  org.apache.impala.thrift.TCatalogServiceRequestHeader$TCatalogServiceRequestHeaderStandardSchemeFactory
1994:             1             16  org.apache.impala.thrift.TCatalogServiceRequestHeader$TCatalogServiceRequestHeaderTupleSchemeFactory
1995:             1             16  org.apache.impala.thrift.TColumn$TColumnStandardSchemeFactory
1996:             1             16  org.apache.impala.thrift.TColumn$TColumnTupleSchemeFactory
1997:             1             16  org.apache.impala.thrift.TColumnStats$TColumnStatsStandardSchemeFactory
1998:             1             16  org.apache.impala.thrift.TColumnStats$TColumnStatsTupleSchemeFactory
1999:             1             16  org.apache.impala.thrift.TColumnType$TColumnTypeStandardSchemeFactory
2000:             1             16  org.apache.impala.thrift.TColumnType$TColumnTypeTupleSchemeFactory
2001:             1             16  org.apache.impala.thrift.TDatabase$TDatabaseStandardSchemeFactory
2002:             1             16  org.apache.impala.thrift.TDatabase$TDatabaseTupleSchemeFactory
2003:             1             16  org.apache.impala.thrift.TEventProcessorMetrics$TEventProcessorMetricsStandardSchemeFactory
2004:             1             16  org.apache.impala.thrift.TEventProcessorMetrics$TEventProcessorMetricsTupleSchemeFactory
2005:             1             16  org.apache.impala.thrift.TEventProcessorMetricsSummaryResponse
2006:             1             16  org.apache.impala.thrift.TEventProcessorMetricsSummaryResponse$TEventProcessorMetricsSummaryResponseStandardSchemeFactory
2007:             1             16  org.apache.impala.thrift.TEventProcessorMetricsSummaryResponse$TEventProcessorMetricsSummaryResponseTupleSchemeFactory
2008:             1             16  org.apache.impala.thrift.TExpr$TExprStandardSchemeFactory
2009:             1             16  org.apache.impala.thrift.TExpr$TExprTupleSchemeFactory
2010:             1             16  org.apache.impala.thrift.TExprNode$TExprNodeStandardSchemeFactory
2011:             1             16  org.apache.impala.thrift.TExprNode$TExprNodeTupleSchemeFactory
2012:             1             16  org.apache.impala.thrift.TGetCatalogDeltaRequest$TGetCatalogDeltaRequestStandardSchemeFactory
2013:             1             16  org.apache.impala.thrift.TGetCatalogDeltaRequest$TGetCatalogDeltaRequestTupleSchemeFactory
2014:             1             16  org.apache.impala.thrift.TGetCatalogDeltaResponse$TGetCatalogDeltaResponseStandardSchemeFactory
2015:             1             16  org.apache.impala.thrift.TGetCatalogDeltaResponse$TGetCatalogDeltaResponseTupleSchemeFactory
2016:             1             16  org.apache.impala.thrift.TGetCatalogServerMetricsResponse$TGetCatalogServerMetricsResponseStandardSchemeFactory
2017:             1             16  org.apache.impala.thrift.TGetCatalogServerMetricsResponse$TGetCatalogServerMetricsResponseTupleSchemeFactory
2018:             1             16  org.apache.impala.thrift.TGetJvmMemoryMetricsResponse$TGetJvmMemoryMetricsResponseStandardSchemeFactory
2019:             1             16  org.apache.impala.thrift.TGetJvmMemoryMetricsResponse$TGetJvmMemoryMetricsResponseTupleSchemeFactory
2020:             1             16  org.apache.impala.thrift.THdfsCachePool
2021:             1             16  org.apache.impala.thrift.THdfsCachePool$THdfsCachePoolStandardSchemeFactory
2022:             1             16  org.apache.impala.thrift.THdfsCachePool$THdfsCachePoolTupleSchemeFactory
2023:             1             16  org.apache.impala.thrift.THdfsFileDesc$THdfsFileDescStandardSchemeFactory
2024:             1             16  org.apache.impala.thrift.THdfsFileDesc$THdfsFileDescTupleSchemeFactory
2025:             1             16  org.apache.impala.thrift.THdfsPartition$THdfsPartitionStandardSchemeFactory
2026:             1             16  org.apache.impala.thrift.THdfsPartition$THdfsPartitionTupleSchemeFactory
2027:             1             16  org.apache.impala.thrift.THdfsPartitionLocation$THdfsPartitionLocationStandardSchemeFactory
2028:             1             16  org.apache.impala.thrift.THdfsPartitionLocation$THdfsPartitionLocationTupleSchemeFactory
2029:             1             16  org.apache.impala.thrift.THdfsTable$THdfsTableStandardSchemeFactory
2030:             1             16  org.apache.impala.thrift.THdfsTable$THdfsTableTupleSchemeFactory
2031:             1             16  org.apache.impala.thrift.TIntLiteral$TIntLiteralStandardSchemeFactory
2032:             1             16  org.apache.impala.thrift.TIntLiteral$TIntLiteralTupleSchemeFactory
2033:             1             16  org.apache.impala.thrift.TJvmMemoryPool$TJvmMemoryPoolStandardSchemeFactory
2034:             1             16  org.apache.impala.thrift.TJvmMemoryPool$TJvmMemoryPoolTupleSchemeFactory
2035:             1             16  org.apache.impala.thrift.TNetworkAddress$TNetworkAddressStandardSchemeFactory
2036:             1             16  org.apache.impala.thrift.TNetworkAddress$TNetworkAddressTupleSchemeFactory
2037:             1             16  org.apache.impala.thrift.TPartitionStats$TPartitionStatsStandardSchemeFactory
2038:             1             16  org.apache.impala.thrift.TPartitionStats$TPartitionStatsTupleSchemeFactory
2039:             1             16  org.apache.impala.thrift.TPrioritizeLoadRequest$TPrioritizeLoadRequestStandardSchemeFactory
2040:             1             16  org.apache.impala.thrift.TPrioritizeLoadRequest$TPrioritizeLoadRequestTupleSchemeFactory
2041:             1             16  org.apache.impala.thrift.TQueryOptions$TQueryOptionsStandardSchemeFactory
2042:             1             16  org.apache.impala.thrift.TQueryOptions$TQueryOptionsTupleSchemeFactory
2043:             1             16  org.apache.impala.thrift.TScalarType$TScalarTypeStandardSchemeFactory
2044:             1             16  org.apache.impala.thrift.TScalarType$TScalarTypeTupleSchemeFactory
2045:             1             16  org.apache.impala.thrift.TSymbolLookupParams$TSymbolLookupParamsStandardSchemeFactory
2046:             1             16  org.apache.impala.thrift.TSymbolLookupParams$TSymbolLookupParamsTupleSchemeFactory
2047:             1             16  org.apache.impala.thrift.TSymbolLookupResult$TSymbolLookupResultStandardSchemeFactory
2048:             1             16  org.apache.impala.thrift.TSymbolLookupResult$TSymbolLookupResultTupleSchemeFactory
2049:             1             16  org.apache.impala.thrift.TTable$TTableStandardSchemeFactory
2050:             1             16  org.apache.impala.thrift.TTable$TTableTupleSchemeFactory
2051:             1             16  org.apache.impala.thrift.TTableName$TTableNameStandardSchemeFactory
2052:             1             16  org.apache.impala.thrift.TTableName$TTableNameTupleSchemeFactory
2053:             1             16  org.apache.impala.thrift.TTableStats$TTableStatsStandardSchemeFactory
2054:             1             16  org.apache.impala.thrift.TTableStats$TTableStatsTupleSchemeFactory
2055:             1             16  org.apache.impala.thrift.TTypeNode$TTypeNodeStandardSchemeFactory
2056:             1             16  org.apache.impala.thrift.TTypeNode$TTypeNodeTupleSchemeFactory
2057:             1             16  org.apache.impala.thrift.TUniqueId$TUniqueIdStandardSchemeFactory
2058:             1             16  org.apache.impala.thrift.TUniqueId$TUniqueIdTupleSchemeFactory
2059:             1             16  org.apache.impala.util.FunctionUtils$FunctionResolutionOrder
2060:             1             16  org.apache.impala.util.JvmPauseMonitor$Monitor
2061:             1             16  org.apache.impala.util.PatternMatcher$MatchAllPatternMatcher
2062:             1             16  org.apache.impala.util.PatternMatcher$MatchNonePatternMatcher
2063:             1             16  org.apache.log4j.DefaultCategoryFactory
2064:             1             16  org.apache.log4j.helpers.AppenderAttachableImpl
2065:             1             16  org.apache.log4j.or.DefaultRenderer
2066:             1             16  org.apache.log4j.or.RendererMap
2067:             1             16  org.apache.log4j.spi.DefaultRepositorySelector
2068:             1             16  org.apache.thrift.TBaseHelper$NestedStructureComparator
2069:             1             16  org.apache.thrift.TUnion$TUnionStandardSchemeFactory
2070:             1             16  org.apache.thrift.TUnion$TUnionTupleSchemeFactory
2071:             1             16  org.slf4j.helpers.NOPLoggerFactory
2072:             1             16  org.slf4j.helpers.SubstituteLoggerFactory
2073:             1             16  org.slf4j.impl.Log4jLoggerFactory
2074:             1             16  org.slf4j.impl.StaticLoggerBinder
2075:             1             16  sun.misc.ASCIICaseInsensitiveComparator
2076:             1             16  sun.misc.FloatingDecimal$1
2077:             1             16  sun.misc.Launcher
2078:             1             16  sun.misc.Launcher$Factory
2079:             1             16  sun.misc.ObjectInputFilter$Config$$Lambda$10/1371454529
2080:             1             16  sun.misc.Perf
2081:             1             16  sun.misc.Unsafe
2082:             1             16  sun.net.DefaultProgressMeteringPolicy
2083:             1             16  sun.net.ExtendedOptionsImpl$$Lambda$8/2017530134
2084:             1             16  sun.net.spi.DefaultProxySelector
2085:             1             16  sun.net.www.protocol.file.Handler
2086:             1             16  sun.net.www.protocol.jar.JarFileFactory
2087:             1             16  sun.nio.ch.EPollSelectorProvider
2088:             1             16  sun.nio.ch.ExtendedSocketOption$1
2089:             1             16  sun.nio.ch.Net$1
2090:             1             16  sun.nio.ch.SocketDispatcher
2091:             1             16  sun.nio.ch.Util$1
2092:             1             16  sun.nio.ch.Util$3
2093:             1             16  sun.reflect.BootstrapConstructorAccessorImpl
2094:             1             16  sun.reflect.GeneratedConstructorAccessor1
2095:             1             16  sun.reflect.GeneratedMethodAccessor1
2096:             1             16  sun.reflect.GeneratedMethodAccessor10
2097:             1             16  sun.reflect.GeneratedMethodAccessor2
2098:             1             16  sun.reflect.GeneratedMethodAccessor3
2099:             1             16  sun.reflect.GeneratedMethodAccessor4
2100:             1             16  sun.reflect.GeneratedMethodAccessor5
2101:             1             16  sun.reflect.GeneratedMethodAccessor6
2102:             1             16  sun.reflect.GeneratedMethodAccessor7
2103:             1             16  sun.reflect.GeneratedMethodAccessor8
2104:             1             16  sun.reflect.ReflectionFactory
2105:             1             16  sun.reflect.generics.tree.BottomSignature
2106:             1             16  sun.security.provider.NativePRNG
2107:             1             16  sun.security.util.AlgorithmDecomposer
2108:             1             16  sun.security.util.DisabledAlgorithmConstraints$Constraints
2109:             1             16  sun.util.calendar.Gregorian
2110:             1             16  sun.util.locale.provider.AuxLocaleProviderAdapter$NullProvider
2111:             1             16  sun.util.locale.provider.CalendarDataUtility$CalendarWeekParameterGetter
2112:             1             16  sun.util.locale.provider.SPILocaleProviderAdapter
2113:             1             16  sun.util.resources.LocaleData
2114:             1             16  sun.util.resources.LocaleData$LocaleDataResourceBundleControl
Total        350472       20441736
</system-out><system-err>-- 2019-04-18 06:05:40,950 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--invalidate_tables_on_memory_pressure &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--invalidate_tables_on_memory_pressure --invalidate_tables_gc_old_gen_full_threshold=0 --invalidate_tables_fraction_on_memory_pressure=1 &apos; --impalad_args=--default_query_options=
06:05:41 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:05:42 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:05:43 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:05:43 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:05:43 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:05:46 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:05:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:05:46 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:05:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:05:47 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:05:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:05:48 MainThread: num_known_live_backends has reached value: 3
06:05:49 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:05:49 MainThread: num_known_live_backends has reached value: 3
06:05:49 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:05:49 MainThread: num_known_live_backends has reached value: 3
06:05:50 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:05:50,143 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:05:50,143 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:05:50,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:50,146 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:05:50,146 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:05:50,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:50,148 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:05:50,148 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:05:50,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:50,150 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:05:50,150 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:05:50,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:05:50,152 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_automatic_invalidation.py::TestAutomaticCatalogInvalidation::()::test_memory_pressure;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d427c510&gt;
-- 2019-04-18 06:05:50,289 INFO     MainThread: Closing active operation
-- executing against localhost:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:05:51,157 INFO     MainThread: Started query cf47e03240830b1e:fdc45fa600000000
-- 2019-04-18 06:05:51,388 INFO     MainThread: Found PID 80501 for /home/ubuntu/Impala/be/build/latest/service/catalogd -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=catalogd -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -kudu_master_hosts localhost --invalidate_tables_on_memory_pressure --invalidate_tables_gc_old_gen_full_threshold=0 --invalidate_tables_fraction_on_memory_pressure=1
-- 2019-04-18 06:06:01,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadCore" file="custom_cluster/test_breakpad.py" line="153" name="test_abort_writes_minidump" time="27.1349520683"><system-err>-- 2019-04-18 06:06:01,815 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-hostname=jhzvlthd -minidump_path=/tmp/tmpOK8frr&apos; &apos;--state_store_args=-hostname=jhzvlthd -minidump_path=/tmp/tmpOK8frr&apos; &apos;--catalogd_args=-hostname=jhzvlthd -minidump_path=/tmp/tmpOK8frr&apos; --impalad_args=--default_query_options=
06:06:02 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:06:03 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:06:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:06:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:06:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:06:07 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:08 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:09 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:10 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:11 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:12 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:13 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:14 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:15 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:16 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:17 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:06:17 MainThread: Error starting cluster
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/bin/start-impala-cluster.py&quot;, line 680, in &lt;module&gt;
    options.cluster_size - expected_catalog_delays)
  File &quot;/home/ubuntu/Impala/tests/common/impala_cluster.py&quot;, line 165, in wait_until_ready
    self.wait_for_num_impalads(expected_num_impalads)
  File &quot;/home/ubuntu/Impala/tests/common/impala_cluster.py&quot;, line 199, in wait_for_num_impalads
    raise RuntimeError(msg)
RuntimeError: Expected 3 impalad(s), only 0 found

-- 2019-04-18 06:06:17,668 INFO     MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
</system-err></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadExhaustive" file="custom_cluster/test_breakpad.py" line="179" name="test_minidump_creation" time="0.000262022018433"><skipped message="These breakpad tests only run in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_breakpad.py:177: &lt;py._xmlgen.raw object at 0x7f27d6d43a10&gt;</skipped></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadExhaustive" file="custom_cluster/test_breakpad.py" line="189" name="test_sigusr1_writes_minidump" time="0.000194787979126"><skipped message="These breakpad tests only run in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_breakpad.py:177: &lt;py._xmlgen.raw object at 0x7f27d6d4a3d0&gt;</skipped></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadExhaustive" file="custom_cluster/test_breakpad.py" line="208" name="test_sigusr1_doesnt_kill" time="0.000171899795532"><skipped message="These breakpad tests only run in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_breakpad.py:177: &lt;py._xmlgen.raw object at 0x7f27d6d50110&gt;</skipped></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadExhaustive" file="custom_cluster/test_breakpad.py" line="225" name="test_sigterm_no_minidumps" time="0.000172853469849"><skipped message="These breakpad tests only run in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_breakpad.py:177: &lt;py._xmlgen.raw object at 0x7f27d6d50790&gt;</skipped></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadExhaustive" file="custom_cluster/test_breakpad.py" line="259" name="test_minidump_relative_path" time="0.000346899032593"><skipped message="These breakpad tests only run in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_breakpad.py:177: &lt;py._xmlgen.raw object at 0x7f27d6d4ad50&gt;</skipped></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadExhaustive" file="custom_cluster/test_breakpad.py" line="275" name="test_minidump_cleanup" time="0.000174045562744"><skipped message="These breakpad tests only run in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_breakpad.py:177: &lt;py._xmlgen.raw object at 0x7f27d6d4a890&gt;</skipped></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadExhaustive" file="custom_cluster/test_breakpad.py" line="298" name="test_minidump_cleanup_thread" time="0.000172138214111"><skipped message="These breakpad tests only run in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_breakpad.py:177: &lt;py._xmlgen.raw object at 0x7f27d6d50450&gt;</skipped></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadExhaustive" file="custom_cluster/test_breakpad.py" line="328" name="test_disable_minidumps" time="0.000179052352905"><skipped message="These breakpad tests only run in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_breakpad.py:177: &lt;py._xmlgen.raw object at 0x7f27d6d50ed0&gt;</skipped></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadExhaustive" file="custom_cluster/test_breakpad.py" line="336" name="test_empty_minidump_path_disables_breakpad" time="0.000247001647949"><skipped message="These breakpad tests only run in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_breakpad.py:177: &lt;py._xmlgen.raw object at 0x7f27d6d5b590&gt;</skipped></testcase><testcase classname="custom_cluster.test_breakpad.TestBreakpadExhaustive" file="custom_cluster/test_breakpad.py" line="364" name="test_limit_minidump_size" time="0.000448942184448"><skipped message="These breakpad tests only run in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_breakpad.py:177: &lt;py._xmlgen.raw object at 0x7f27d42901d0&gt;</skipped></testcase><testcase classname="custom_cluster.test_catalog_wait.TestCatalogWait" file="custom_cluster/test_catalog_wait.py" line="42" name="test_delayed_catalog" time="28.0314240456"><system-err>-- 2019-04-18 06:06:28,960 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:06:29 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:06:30 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:06:31 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:06:31 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:06:31 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:06:34 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:06:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:34 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:06:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:35 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:06:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:36 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:06:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:37 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:06:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:38 MainThread: num_known_live_backends has reached value: 3
06:06:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:06:39 MainThread: num_known_live_backends has reached value: 3
06:06:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:06:39 MainThread: num_known_live_backends has reached value: 3
06:06:40 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:06:40,150 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:06:40,151 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:06:40,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:40,154 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:06:40,154 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:06:40,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:40,156 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:06:40,156 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:06:40,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:40,158 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:06:40,158 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:06:40,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:40,160 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_catalog_wait.py::TestCatalogWait::()::test_delayed_catalog;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6d4a990&gt;
-- 2019-04-18 06:06:40,275 INFO     MainThread: Closing active operation
-- 2019-04-18 06:06:40,277 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --catalog_init_delays=0,0,200000 --impalad_args=--default_query_options=
06:06:40 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:06:41 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:06:42 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:06:42 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:06:42 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:06:45 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:06:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:45 MainThread: Waiting for num_known_live_backends=2. Current value: 0
06:06:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:46 MainThread: Waiting for num_known_live_backends=2. Current value: 0
06:06:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:47 MainThread: Waiting for num_known_live_backends=2. Current value: 0
06:06:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:48 MainThread: Waiting for num_known_live_backends=2. Current value: 0
06:06:49 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:49 MainThread: Waiting for num_known_live_backends=2. Current value: 1
06:06:50 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:06:50 MainThread: num_known_live_backends has reached value: 2
06:06:50 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:06:50 MainThread: num_known_live_backends has reached value: 2
06:06:50 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:06:50 MainThread: num_known_live_backends has reached value: 2
06:06:50 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:06:50,975 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:06:50,975 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:06:50,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:50,978 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:06:50,978 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:06:50,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:50,980 INFO     MainThread: num_known_live_backends has reached value: 2
-- 2019-04-18 06:06:50,980 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:06:50,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:50,982 INFO     MainThread: num_known_live_backends has reached value: 2
-- 2019-04-18 06:06:50,982 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:06:50,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:50,984 INFO     MainThread: num_known_live_backends has reached value: 2
-- 2019-04-18 06:06:50,984 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25002
-- 2019-04-18 06:06:50,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:50,987 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: False
-- 2019-04-18 06:06:50,987 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25000
-- 2019-04-18 06:06:50,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:50,991 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: True
-- 2019-04-18 06:06:50,991 INFO     MainThread: Getting metric: catalog.ready from ip-172-31-13-181:25000
-- 2019-04-18 06:06:50,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:50,994 INFO     MainThread: Metric &apos;catalog.ready&apos; has reached desired value: True
-- 2019-04-18 06:06:50,994 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:06:50,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:50,998 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: True
-- 2019-04-18 06:06:50,998 INFO     MainThread: Getting metric: catalog.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:06:50,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:51,001 INFO     MainThread: Metric &apos;catalog.ready&apos; has reached desired value: True
SET client_identifier=custom_cluster/test_catalog_wait.py::TestCatalogWait::()::test_delayed_catalog;
-- connecting to: ip-172-31-13-181:21000
-- connecting to ip-172-31-13-181:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6d50050&gt;
-- 2019-04-18 06:06:51,116 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_catalog_wait.py::TestCatalogWait::()::test_delayed_catalog;
-- connecting to: ip-172-31-13-181:21001
-- connecting to ip-172-31-13-181:21051 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6d4a910&gt;
-- 2019-04-18 06:06:51,232 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_catalog_wait.py::TestCatalogWait::()::test_delayed_catalog;
-- connecting to: ip-172-31-13-181:21002
-- connecting to ip-172-31-13-181:21052 with impyla
SET client_identifier=custom_cluster/test_catalog_wait.py::TestCatalogWait::()::test_delayed_catalog;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_catalog_wait.py::TestCatalogWait::()::test_delayed_catalog;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21000
select * from functional.alltypes;

-- 2019-04-18 06:06:56,348 INFO     MainThread: Started query 6a45b2c64e14fd5b:033fc4de00000000
-- executing against ip-172-31-13-181:21001
select * from functional.alltypes;

-- 2019-04-18 06:06:56,814 INFO     MainThread: Started query af4f637e576c6c05:52e9469f00000000
-- 2019-04-18 06:06:56,979 INFO     MainThread: Getting metric: impala-server.num-fragments from ip-172-31-13-181:25000
-- 2019-04-18 06:06:56,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:56,983 INFO     MainThread: Metric &apos;impala-server.num-fragments&apos; has reached desired value: 3
-- 2019-04-18 06:06:56,983 INFO     MainThread: Getting metric: impala-server.num-fragments from ip-172-31-13-181:25001
-- 2019-04-18 06:06:56,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:56,987 INFO     MainThread: Metric &apos;impala-server.num-fragments&apos; has reached desired value: 3
-- 2019-04-18 06:06:56,987 INFO     MainThread: Getting metric: impala-server.num-fragments from ip-172-31-13-181:25002
-- 2019-04-18 06:06:56,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:06:56,991 INFO     MainThread: Metric &apos;impala-server.num-fragments&apos; has reached desired value: 0
</system-err></testcase><testcase classname="custom_cluster.test_client_ssl.TestClientSsl" file="custom_cluster/test_client_ssl.py" line="76" name="test_ssl[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="13.9216380119"><system-out>Server version: impalad version 3.3.0-SNAPSHOT DEBUG (build de6d084a74f51857592116a949f096133485324c)
DEBUG_ACTION set to 0:OPEN:WAIT
Query: select count(*) from functional.alltypes
Query submitted at: 2019-04-18 06:07:07 (Coordinator: http://ip-172-31-13-181:25000)
Query progress can be monitored at: http://ip-172-31-13-181:25000/query_plan?query_id=914cb00980aad1de:7197050e00000000
 Cancelling Query
Opened TCP connection to localhost:21000
^C
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/shell/impala_shell.py&quot;, line 1741, in &lt;module&gt;
    shell.cmdloop(intro)
  File &quot;/usr/lib/python2.7/cmd.py&quot;, line 130, in cmdloop
    line = raw_input(self.prompt)
IOError: [Errno 25] Inappropriate ioctl for device

</system-out><system-err>-- 2019-04-18 06:06:56,994 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 --ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost  &apos; &apos;--catalogd_args=--ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost  &apos; --impalad_args=--default_query_options=
06:06:57 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:06:58 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:06:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:06:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:06:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:07:02 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:07:02 MainThread: Getting num_known_live_backends from localhost:25000
06:07:02 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:03 MainThread: Getting num_known_live_backends from localhost:25000
06:07:03 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:04 MainThread: Getting num_known_live_backends from localhost:25000
06:07:04 MainThread: num_known_live_backends has reached value: 3
06:07:05 MainThread: Getting num_known_live_backends from localhost:25001
06:07:05 MainThread: num_known_live_backends has reached value: 3
06:07:05 MainThread: Getting num_known_live_backends from localhost:25002
06:07:05 MainThread: num_known_live_backends has reached value: 3
06:07:06 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:07:06,216 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:07:06,216 INFO     MainThread: Getting metric: statestore.live-backends from localhost:25010
-- 2019-04-18 06:07:06,218 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:06,219 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:07:06,220 INFO     MainThread: Getting num_known_live_backends from localhost:25000
-- 2019-04-18 06:07:06,220 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:06,221 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:06,221 INFO     MainThread: Getting num_known_live_backends from localhost:25001
-- 2019-04-18 06:07:06,222 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:06,223 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:06,223 INFO     MainThread: Getting num_known_live_backends from localhost:25002
-- 2019-04-18 06:07:06,224 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:06,225 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_client_ssl.py::TestClientSsl::()::test_ssl[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:text/;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d426e9d0&gt;
-- 2019-04-18 06:07:06,227 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:07:06,227 ERROR    MainThread: Failed to open transport (tries_left=2)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:07:06,228 ERROR    MainThread: Failed to open transport (tries_left=1)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
Traceback (most recent call last):
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 861, in emit
    msg = self.format(record)
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 734, in format
    return fmt.format(record)
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 465, in format
    record.message = record.getMessage()
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 329, in getMessage
    msg = msg % self.args
TypeError: not all arguments converted during string formatting
Logged from file impala_test_suite.py, line 162
-- 2019-04-18 06:07:07,717 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 06:07:07,719 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:07,888 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 06:07:07,889 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:08,891 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 06:07:08,893 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:08,895 INFO     MainThread: Cancelling query
-- 2019-04-18 06:07:08,895 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 06:07:08,896 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:09,897 INFO     MainThread: Sending signal...
-- 2019-04-18 06:07:09,898 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 06:07:09,899 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:10,901 INFO     MainThread: Sending signal...
-- 2019-04-18 06:07:10,901 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 06:07:10,902 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:10,913 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 06:07:10,914 INFO     MainThread: Starting new HTTP connection (1): localhost
</system-err></testcase><testcase classname="custom_cluster.test_client_ssl.TestClientSsl" file="custom_cluster/test_client_ssl.py" line="122" name="test_webserver_ssl" time="9.36896395683"><system-err>-- 2019-04-18 06:07:10,917 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--webserver_certificate_file=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --webserver_private_key_file=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 --webserver_certificate_file=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --webserver_private_key_file=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost &apos; &apos;--catalogd_args=--webserver_certificate_file=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --webserver_private_key_file=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost &apos; --impalad_args=--default_query_options=
06:07:11 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:07:12 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:07:13 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:07:13 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:07:13 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:07:16 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:07:16 MainThread: Getting num_known_live_backends from localhost:25000
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:16 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:17 MainThread: Getting num_known_live_backends from localhost:25000
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:17 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:18 MainThread: Getting num_known_live_backends from localhost:25000
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:18 MainThread: num_known_live_backends has reached value: 3
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:19 MainThread: Getting num_known_live_backends from localhost:25001
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:19 MainThread: num_known_live_backends has reached value: 3
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:19 MainThread: Getting num_known_live_backends from localhost:25002
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:19 MainThread: num_known_live_backends has reached value: 3
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:20 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:07:20,126 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:07:20,126 INFO     MainThread: Getting metric: statestore.live-backends from localhost:25010
-- 2019-04-18 06:07:20,128 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:20,132 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:07:20,133 INFO     MainThread: Getting num_known_live_backends from localhost:25000
-- 2019-04-18 06:07:20,133 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:20,136 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:20,136 INFO     MainThread: Getting num_known_live_backends from localhost:25001
-- 2019-04-18 06:07:20,137 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:20,140 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:20,140 INFO     MainThread: Getting num_known_live_backends from localhost:25002
-- 2019-04-18 06:07:20,141 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:20,144 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_client_ssl.py::TestClientSsl::()::test_webserver_ssl;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27bc787d90&gt;
-- 2019-04-18 06:07:20,264 INFO     MainThread: Closing active operation
-- 2019-04-18 06:07:20,266 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:20,273 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:20,279 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
</system-err></testcase><testcase classname="custom_cluster.test_client_ssl.TestClientSsl" file="custom_cluster/test_client_ssl.py" line="140" name="test_tls_ecdh[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="10.4519279003"><system-err>-- 2019-04-18 06:07:20,287 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost --ssl_cipher_list=ECDHE-RSA-AES128-GCM-SHA256 --webserver_certificate_file=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --webserver_private_key_file=/home/ubuntu/Impala/be/src/testutil/server-key.pem  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 --ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost --ssl_cipher_list=ECDHE-RSA-AES128-GCM-SHA256 --webserver_certificate_file=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --webserver_private_key_file=/home/ubuntu/Impala/be/src/testutil/server-key.pem  &apos; &apos;--catalogd_args=--ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost --ssl_cipher_list=ECDHE-RSA-AES128-GCM-SHA256 --webserver_certificate_file=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --webserver_private_key_file=/home/ubuntu/Impala/be/src/testutil/server-key.pem  &apos; --impalad_args=--default_query_options=
06:07:20 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:07:21 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:07:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:07:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:07:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:07:25 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:07:25 MainThread: Getting num_known_live_backends from localhost:25000
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:25 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:26 MainThread: Getting num_known_live_backends from localhost:25000
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:26 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:27 MainThread: Getting num_known_live_backends from localhost:25000
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:27 MainThread: num_known_live_backends has reached value: 3
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:28 MainThread: Getting num_known_live_backends from localhost:25001
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:28 MainThread: num_known_live_backends has reached value: 3
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:28 MainThread: Getting num_known_live_backends from localhost:25002
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:28 MainThread: num_known_live_backends has reached value: 3
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
06:07:29 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:07:29,500 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:07:29,500 INFO     MainThread: Getting metric: statestore.live-backends from localhost:25010
-- 2019-04-18 06:07:29,502 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:29,506 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:07:29,507 INFO     MainThread: Getting num_known_live_backends from localhost:25000
-- 2019-04-18 06:07:29,507 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:29,511 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:29,511 INFO     MainThread: Getting num_known_live_backends from localhost:25001
-- 2019-04-18 06:07:29,512 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:29,515 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:29,515 INFO     MainThread: Getting num_known_live_backends from localhost:25002
-- 2019-04-18 06:07:29,516 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:29,519 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:29,520 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 205, in CloseSession
    return self.recv_CloseSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 216, in recv_CloseSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:07:29,520 ERROR    MainThread: Failed to open transport (tries_left=2)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 205, in CloseSession
    return self.recv_CloseSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 216, in recv_CloseSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:07:29,521 ERROR    MainThread: Failed to open transport (tries_left=1)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 205, in CloseSession
    return self.recv_CloseSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 216, in recv_CloseSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
SET client_identifier=custom_cluster/test_client_ssl.py::TestClientSsl::()::test_tls_ecdh[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27bc787910&gt;
-- 2019-04-18 06:07:29,522 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:07:29,523 ERROR    MainThread: Failed to open transport (tries_left=2)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:07:29,523 ERROR    MainThread: Failed to open transport (tries_left=1)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
Traceback (most recent call last):
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 861, in emit
    msg = self.format(record)
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 734, in format
    return fmt.format(record)
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 465, in format
    record.message = record.getMessage()
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 329, in getMessage
    msg = msg % self.args
TypeError: not all arguments converted during string formatting
Logged from file impala_test_suite.py, line 162
-- 2019-04-18 06:07:30,719 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:30,726 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
-- 2019-04-18 06:07:30,732 INFO     MainThread: Starting new HTTPS connection (1): localhost
/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/requests/packages/urllib3/connection.py:251: SecurityWarning: Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)
  SecurityWarning
</system-err></testcase><testcase classname="custom_cluster.test_client_ssl.TestClientSsl" file="custom_cluster/test_client_ssl.py" line="162" name="test_tls_v12[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="10.0516309738"><system-err>-- 2019-04-18 06:07:30,741 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost --ssl_minimum_version=tlsv1.2 --ssl_cipher_list=AES128-GCM-SHA256  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 --ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost --ssl_minimum_version=tlsv1.2 --ssl_cipher_list=AES128-GCM-SHA256  &apos; &apos;--catalogd_args=--ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/server-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/server-key.pem --hostname=localhost --ssl_minimum_version=tlsv1.2 --ssl_cipher_list=AES128-GCM-SHA256  &apos; --impalad_args=--default_query_options=
06:07:31 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:07:32 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:07:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:07:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:07:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:07:36 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:07:36 MainThread: Getting num_known_live_backends from localhost:25000
06:07:36 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:37 MainThread: Getting num_known_live_backends from localhost:25000
06:07:37 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:38 MainThread: Getting num_known_live_backends from localhost:25000
06:07:38 MainThread: num_known_live_backends has reached value: 3
06:07:38 MainThread: Getting num_known_live_backends from localhost:25001
06:07:38 MainThread: num_known_live_backends has reached value: 3
06:07:39 MainThread: Getting num_known_live_backends from localhost:25002
06:07:39 MainThread: num_known_live_backends has reached value: 3
06:07:39 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:07:39,939 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:07:39,939 INFO     MainThread: Getting metric: statestore.live-backends from localhost:25010
-- 2019-04-18 06:07:39,940 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:39,942 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:07:39,942 INFO     MainThread: Getting num_known_live_backends from localhost:25000
-- 2019-04-18 06:07:39,943 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:39,944 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:39,944 INFO     MainThread: Getting num_known_live_backends from localhost:25001
-- 2019-04-18 06:07:39,945 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:39,946 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:39,946 INFO     MainThread: Getting num_known_live_backends from localhost:25002
-- 2019-04-18 06:07:39,947 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:07:39,948 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_client_ssl.py::TestClientSsl::()::test_tls_v12[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27bc787c50&gt;
-- 2019-04-18 06:07:39,949 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:07:39,950 ERROR    MainThread: Failed to open transport (tries_left=2)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:07:39,950 ERROR    MainThread: Failed to open transport (tries_left=1)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
Traceback (most recent call last):
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 861, in emit
    msg = self.format(record)
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 734, in format
    return fmt.format(record)
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 465, in format
    record.message = record.getMessage()
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 329, in getMessage
    msg = msg % self.args
TypeError: not all arguments converted during string formatting
Logged from file impala_test_suite.py, line 162
</system-err></testcase><testcase classname="custom_cluster.test_client_ssl.TestClientSsl" file="custom_cluster/test_client_ssl.py" line="172" name="test_wildcard_ssl[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="10.4084467888"><skipped message="xfail-marked test passes unexpectedly">None</skipped><system-err>-- 2019-04-18 06:07:40,794 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/wildcardCA.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/wildcard-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/wildcard-cert.key &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 --ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/wildcardCA.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/wildcard-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/wildcard-cert.key &apos; &apos;--catalogd_args=--ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/wildcardCA.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/wildcard-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/wildcard-cert.key &apos; --impalad_args=--default_query_options=
06:07:41 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:07:42 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:07:43 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:07:43 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:07:43 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:07:46 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:07:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:07:46 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:07:47 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:07:48 MainThread: num_known_live_backends has reached value: 3
06:07:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:07:48 MainThread: num_known_live_backends has reached value: 3
06:07:49 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:07:49 MainThread: num_known_live_backends has reached value: 3
06:07:49 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:07:49,991 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:07:49,991 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:07:49,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:07:49,994 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:07:49,994 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:07:49,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:07:49,996 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:49,996 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:07:49,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:07:49,998 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:07:49,998 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:07:49,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:07:50,001 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_client_ssl.py::TestClientSsl::()::test_wildcard_ssl[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_for;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27bc787950&gt;
-- 2019-04-18 06:07:50,002 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:07:50,003 ERROR    MainThread: Failed to open transport (tries_left=2)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:07:50,003 ERROR    MainThread: Failed to open transport (tries_left=1)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
Traceback (most recent call last):
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 861, in emit
    msg = self.format(record)
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 734, in format
    return fmt.format(record)
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 465, in format
    record.message = record.getMessage()
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 329, in getMessage
    msg = msg % self.args
TypeError: not all arguments converted during string formatting
Logged from file impala_test_suite.py, line 162
</system-err></testcase><testcase classname="custom_cluster.test_client_ssl.TestClientSsl" file="custom_cluster/test_client_ssl.py" line="186" name="test_wildcard_san_ssl[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="11.7025709152"><skipped message="xfail-marked test passes unexpectedly">None</skipped><system-err>-- 2019-04-18 06:07:51,205 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/wildcardCA.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/wildcard-san-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/wildcard-san-cert.key &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 --ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/wildcardCA.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/wildcard-san-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/wildcard-san-cert.key &apos; &apos;--catalogd_args=--ssl_client_ca_certificate=/home/ubuntu/Impala/be/src/testutil/wildcardCA.pem --ssl_server_certificate=/home/ubuntu/Impala/be/src/testutil/wildcard-san-cert.pem --ssl_private_key=/home/ubuntu/Impala/be/src/testutil/wildcard-san-cert.key &apos; --impalad_args=--default_query_options=
06:07:51 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:07:52 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:07:53 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:07:53 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:07:53 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:07:56 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:07:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:07:56 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:07:57 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:07:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:07:58 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:07:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:07:59 MainThread: num_known_live_backends has reached value: 3
06:08:00 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:08:00 MainThread: num_known_live_backends has reached value: 3
06:08:00 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:08:00 MainThread: num_known_live_backends has reached value: 3
06:08:01 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:08:01,397 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:08:01,398 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:08:01,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:01,401 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:08:01,401 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:08:01,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:01,403 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:08:01,403 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:08:01,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:01,404 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:08:01,405 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:08:01,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:01,406 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_client_ssl.py::TestClientSsl::()::test_wildcard_san_ssl[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6d50ed0&gt;
-- 2019-04-18 06:08:01,408 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:08:01,408 ERROR    MainThread: Failed to open transport (tries_left=2)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:08:01,409 ERROR    MainThread: Failed to open transport (tries_left=1)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
Traceback (most recent call last):
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 861, in emit
    msg = self.format(record)
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 734, in format
    return fmt.format(record)
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 465, in format
    record.message = record.getMessage()
  File &quot;/usr/lib/python2.7/logging/__init__.py&quot;, line 329, in getMessage
    msg = msg % self.args
TypeError: not all arguments converted during string formatting
Logged from file impala_test_suite.py, line 162
</system-err></testcase><testcase classname="custom_cluster.test_compact_catalog_updates.TestCompactCatalogUpdates" file="custom_cluster/test_compact_catalog_updates.py" line="24" name="test_non_compact_catalog_topic_updates" time="10.935898304"><system-err>-- 2019-04-18 06:08:02,909 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--compact_catalog_topic=false &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--compact_catalog_topic=false &apos; --impalad_args=--default_query_options=
06:08:03 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:08:04 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:08:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:08:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:08:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:08:08 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:08:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:08:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:08:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:10 MainThread: num_known_live_backends has reached value: 3
06:08:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:08:11 MainThread: num_known_live_backends has reached value: 3
06:08:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:08:11 MainThread: num_known_live_backends has reached value: 3
06:08:12 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:08:12,111 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:08:12,111 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:08:12,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:12,114 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:08:12,114 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:08:12,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:12,116 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:08:12,116 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:08:12,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:12,118 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:08:12,118 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:08:12,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:12,120 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_compact_catalog_updates.py::TestCompactCatalogUpdates::()::test_non_compact_catalog_topic_updates;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27bc7b2190&gt;
-- 2019-04-18 06:08:12,238 INFO     MainThread: Closing active operation
-- 2019-04-18 06:08:12,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:12,244 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_compact_catalog_updates.py::TestCompactCatalogUpdates::()::test_non_compact_catalog_topic_updates;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_compact_catalog_updates.py::TestCompactCatalogUpdates::()::test_non_compact_catalog_topic_updates;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_compact_catalog_updates.py::TestCompactCatalogUpdates::()::test_non_compact_catalog_topic_updates;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:08:12,891 INFO     MainThread: Started query d34f7737e52cc8aa:7a8235c300000000
-- executing against ip-172-31-13-181:21001
select count(*) from functional.alltypes;

-- 2019-04-18 06:08:13,212 INFO     MainThread: Started query ab4e65058118df27:60e77fc800000000
SET client_identifier=custom_cluster/test_compact_catalog_updates.py::TestCompactCatalogUpdates::()::test_non_compact_catalog_topic_updates;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
invalidate metadata;

-- 2019-04-18 06:08:13,815 INFO     MainThread: Started query 4c448407443c9b30:4b21cdf800000000
-- executing against ip-172-31-13-181:21001
show databases;

-- 2019-04-18 06:08:13,834 INFO     MainThread: Started query 91492217fa2fdd7f:884595b300000000
-- 2019-04-18 06:08:13,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:13,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- closing connection to: ip-172-31-13-181:21000
-- closing connection to: ip-172-31-13-181:21001
</system-err></testcase><testcase classname="custom_cluster.test_coordinators.TestCoordinators" file="custom_cluster/test_coordinators.py" line="31" name="test_multiple_coordinators" time="91.2709622383"><system-err>-- 2019-04-18 06:08:13,847 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:08:14 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:08:15 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:08:16 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:08:16 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:08:16 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:08:19 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:08:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:19 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:08:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:20 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:08:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:21 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:08:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:22 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:08:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:23 MainThread: num_known_live_backends has reached value: 3
06:08:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:08:24 MainThread: num_known_live_backends has reached value: 3
06:08:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:08:24 MainThread: num_known_live_backends has reached value: 3
06:08:25 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:08:25,057 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:08:25,057 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:08:25,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:25,060 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:08:25,060 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:08:25,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:25,062 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:08:25,062 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:08:25,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:25,064 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:08:25,064 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:08:25,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:25,066 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_multiple_coordinators;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27bc792d90&gt;
-- 2019-04-18 06:08:25,181 INFO     MainThread: Closing active operation
-- 2019-04-18 06:08:25,183 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=2 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:08:25 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:08:26 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:08:27 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:08:27 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:08:27 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:08:30 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:08:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:30 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:08:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:31 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:08:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:32 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:08:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:33 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:08:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:08:34 MainThread: num_known_live_backends has reached value: 3
06:08:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:08:35 MainThread: num_known_live_backends has reached value: 3
06:08:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:08:35 MainThread: num_known_live_backends has reached value: 3
06:08:35 MainThread: Impala Cluster Running with 3 nodes (2 coordinators, 3 executors).
-- 2019-04-18 06:08:35,887 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:08:35,887 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:08:35,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:35,891 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:08:35,891 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:08:35,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:35,892 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:08:35,893 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:08:35,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:35,894 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:08:35,895 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:08:35,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:08:35,896 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_multiple_coordinators;
-- connecting to: ip-172-31-13-181:21002
-- 2019-04-18 06:08:35,897 INFO     MainThread: Caught exception ImpalaBeeswaxException:
 INNER EXCEPTION: &lt;class &apos;thrift.transport.TTransport.TTransportException&apos;&gt;
 MESSAGE: Could not connect to ip-172-31-13-181:21002
-- connecting to ip-172-31-13-181:21052 with impyla
-- 2019-04-18 06:08:35,897 INFO     MainThread: Caught exception Could not connect to ip-172-31-13-181:21052
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_multiple_coordinators;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_multiple_coordinators;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:08:36,129 INFO     MainThread: Started query 0c4625a4158f72ed:fc441d2100000000
-- executing against ip-172-31-13-181:21001
select * from functional.alltypes;

-- 2019-04-18 06:08:41,242 INFO     MainThread: Started query ad495c231ed321e6:6bd5aef800000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:08:41,621 INFO     MainThread: Started query be4f1e1913f97d76:fd31dc1a00000000
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_multiple_coordinators;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21001
refresh functional.alltypesagg;

-- 2019-04-18 06:08:49,009 INFO     MainThread: Started query 164c39ce8e0810e6:9520165700000000
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_multiple_coordinators;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
create database if not exists TEST_MUL_COORD_DB;

-- 2019-04-18 06:08:57,091 INFO     MainThread: Started query 5745ade2733146b4:e11769d300000000
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_multiple_coordinators;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
create table TEST_MUL_COORD_DB.foo1 (col int);

-- 2019-04-18 06:09:05,094 INFO     MainThread: Started query 954afcaefe584783:3b0894fa00000000
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_multiple_coordinators;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21001
drop table TEST_MUL_COORD_DB.foo1;

-- 2019-04-18 06:09:17,021 INFO     MainThread: Started query d44025852b0b7f8c:eb4b2f4100000000
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_multiple_coordinators;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21001
create table TEST_MUL_COORD_DB.foo2 (col int);

-- 2019-04-18 06:09:25,024 INFO     MainThread: Started query fb4be99fa09b4acd:cf5837bd00000000
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_multiple_coordinators;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
drop table TEST_MUL_COORD_DB.foo2;

-- 2019-04-18 06:09:37,108 INFO     MainThread: Started query 5e4553f0bafa16a0:7442448800000000
-- executing against ip-172-31-13-181:21000
drop database TEST_MUL_COORD_DB cascade;

-- 2019-04-18 06:09:45,111 INFO     MainThread: Started query 184da5e2d6ccb017:5ab1386000000000
-- 2019-04-18 06:09:45,114 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- closing connection to: ip-172-31-13-181:21000
-- closing connection to: ip-172-31-13-181:21001
</system-err></testcase><testcase classname="custom_cluster.test_coordinators.TestCoordinators" file="custom_cluster/test_coordinators.py" line="96" name="test_single_coordinator_cluster_config" time="48.0299737453"><system-err>-- 2019-04-18 06:09:45,119 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:09:45 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:09:46 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:09:47 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:09:47 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:09:47 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:09:50 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:09:50 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:09:50 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:09:51 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:09:51 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:09:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:09:52 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:09:53 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:09:53 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:09:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:09:54 MainThread: num_known_live_backends has reached value: 3
06:09:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:09:55 MainThread: num_known_live_backends has reached value: 3
06:09:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:09:55 MainThread: num_known_live_backends has reached value: 3
06:09:56 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:09:56,307 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:09:56,307 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:09:56,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:09:56,310 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:09:56,310 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:09:56,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:09:56,312 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:09:56,312 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:09:56,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:09:56,314 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:09:56,314 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:09:56,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:09:56,316 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_single_coordinator_cluster_config;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27bc792810&gt;
-- 2019-04-18 06:09:56,431 INFO     MainThread: Closing active operation
-- 2019-04-18 06:09:56,432 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=1 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:09:56 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:09:57 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:09:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:09:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:09:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:10:02 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:10:02 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:02 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:10:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:03 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:10:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:04 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:10:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:05 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:10:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:06 MainThread: num_known_live_backends has reached value: 3
06:10:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:10:06 MainThread: num_known_live_backends has reached value: 3
06:10:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:10:06 MainThread: num_known_live_backends has reached value: 3
06:10:06 MainThread: Impala Cluster Running with 3 nodes (1 coordinators, 3 executors).
-- 2019-04-18 06:10:06,625 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:10:06,625 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:10:06,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:06,628 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:10:06,628 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:10:06,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:06,630 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:10:06,630 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:10:06,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:06,632 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:10:06,632 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:10:06,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:06,634 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_single_coordinator_cluster_config;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypesagg;

-- 2019-04-18 06:10:12,546 INFO     MainThread: Started query ae432964aa204019:20945bc900000000
-- closing connection to: ip-172-31-13-181:21000
-- 2019-04-18 06:10:17,067 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=1 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --use_exclusive_coordinators --impalad_args=--default_query_options=
06:10:17 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:10:18 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:10:19 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:10:19 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:10:19 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:10:22 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:10:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:22 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:10:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:23 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:10:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:24 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:10:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:25 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:10:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:26 MainThread: num_known_live_backends has reached value: 3
06:10:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:10:27 MainThread: num_known_live_backends has reached value: 3
06:10:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:10:27 MainThread: num_known_live_backends has reached value: 3
06:10:27 MainThread: Impala Cluster Running with 3 nodes (1 coordinators, 2 executors).
-- 2019-04-18 06:10:27,229 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:10:27,229 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:10:27,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:27,232 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:10:27,232 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:10:27,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:27,234 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:10:27,234 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:10:27,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:27,236 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:10:27,236 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:10:27,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:27,238 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_single_coordinator_cluster_config;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypesagg;

-- 2019-04-18 06:10:32,934 INFO     MainThread: Started query bb4f2bcffe9b48ca:7ce68b8e00000000
-- closing connection to: ip-172-31-13-181:21000
</system-err></testcase><testcase classname="custom_cluster.test_coordinators.TestCoordinators" file="custom_cluster/test_coordinators.py" line="132" name="test_executor_only_lib_cache" time="50.7964560986"><system-err>-- 2019-04-18 06:10:33,151 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:10:33 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:10:34 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:10:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:10:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:10:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:10:38 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:10:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:38 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:10:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:39 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:10:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:40 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:10:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:41 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:10:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:42 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:10:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:43 MainThread: num_known_live_backends has reached value: 3
06:10:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:10:44 MainThread: num_known_live_backends has reached value: 3
06:10:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:10:44 MainThread: num_known_live_backends has reached value: 3
06:10:45 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:10:45,351 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:10:45,351 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:10:45,353 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:45,354 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:10:45,354 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:10:45,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:45,356 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:10:45,356 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:10:45,357 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:45,358 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:10:45,358 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:10:45,359 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:45,360 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_executor_only_lib_cache;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27bc78ad90&gt;
-- 2019-04-18 06:10:45,492 INFO     MainThread: Closing active operation
-- 2019-04-18 06:10:45,494 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=1 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --use_exclusive_coordinators --impalad_args=--default_query_options=
06:10:45 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:10:46 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:10:48 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:10:48 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:10:48 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:10:51 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:10:51 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:51 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:10:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:52 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:10:53 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:53 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:10:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:54 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:10:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:10:55 MainThread: num_known_live_backends has reached value: 3
06:10:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:10:55 MainThread: num_known_live_backends has reached value: 3
06:10:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:10:55 MainThread: num_known_live_backends has reached value: 3
06:10:55 MainThread: Impala Cluster Running with 3 nodes (1 coordinators, 2 executors).
-- 2019-04-18 06:10:55,671 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:10:55,671 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:10:55,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:55,674 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:10:55,674 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:10:55,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:55,676 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:10:55,676 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:10:55,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:55,678 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:10:55,678 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:10:55,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:10:55,680 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_executor_only_lib_cache;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
create database if not exists TEST_EXEC_ONLY_CACHE;

-- 2019-04-18 06:10:59,598 INFO     MainThread: Started query 8d4cbbcaaa5358f4:9ab9afbb00000000
-- executing against ip-172-31-13-181:21000
create function `TEST_EXEC_ONLY_CACHE`.`old_fn`(string) returns string LOCATION &apos;/test-warehouse/TEST_EXEC_ONLY_CACHE.db/tmp.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 06:11:00,083 INFO     MainThread: Started query 544eaf0e0029535b:b7c4470000000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where `TEST_EXEC_ONLY_CACHE`.old_fn(string_col) = &apos;Old UDF&apos;;

-- 2019-04-18 06:11:05,448 INFO     MainThread: Started query e74f45ee7443bc77:89f59db800000000
-- executing against ip-172-31-13-181:21000
create function `TEST_EXEC_ONLY_CACHE`.`new_fn`(string) returns string LOCATION &apos;/test-warehouse/TEST_EXEC_ONLY_CACHE.db/tmp.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 06:11:08,082 INFO     MainThread: Started query 6146565b42817553:a0e7723300000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where `TEST_EXEC_ONLY_CACHE`.new_fn(string_col) = &apos;New UDF&apos;;

-- 2019-04-18 06:11:08,104 INFO     MainThread: Started query e94fc192f51adb85:d4c35b2d00000000
-- executing against ip-172-31-13-181:21000
create function `TEST_EXEC_ONLY_CACHE`.`add_fn`(string) returns string LOCATION &apos;/test-warehouse/TEST_EXEC_ONLY_CACHE.db/tmp.jar&apos; SYMBOL=&apos;org.apache.impala.NewReplaceStringUdf&apos;;

-- 2019-04-18 06:11:08,581 INFO     MainThread: Started query 4f4f4d6b75756555:efadd86c00000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where `TEST_EXEC_ONLY_CACHE`.add_fn(string_col) = &apos;not here&apos;;

-- 2019-04-18 06:11:08,601 INFO     MainThread: Started query 3349151ecfdba138:c77822e800000000
-- executing against ip-172-31-13-181:21000
create function `TEST_EXEC_ONLY_CACHE`.`mismatch_fn`(string) returns string LOCATION &apos;/test-warehouse/TEST_EXEC_ONLY_CACHE.db/tmp2.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 06:11:11,081 INFO     MainThread: Started query 5c4f9604c6a4acd9:07d46af400000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.tinytable where `TEST_EXEC_ONLY_CACHE`.mismatch_fn(a) = &apos;x&apos;;

-- 2019-04-18 06:11:15,248 INFO     MainThread: Started query f8408a468e74c3db:2763550c00000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where `TEST_EXEC_ONLY_CACHE`.mismatch_fn(string_col) = &apos;Old UDF&apos;;

-- 2019-04-18 06:11:19,204 INFO     MainThread: Started query d14c9be8a0581e3d:915bb08400000000
-- executing against ip-172-31-13-181:21000
refresh functions test_exec_only_cache;

-- 2019-04-18 06:11:19,351 INFO     MainThread: Started query bf49535524047622:638ef02100000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where `TEST_EXEC_ONLY_CACHE`.mismatch_fn(string_col) = &apos;Old UDF&apos;;

-- 2019-04-18 06:11:19,382 INFO     MainThread: Started query b44e8686a37a5eee:cdca089500000000
-- executing against ip-172-31-13-181:21000
drop database if exists TEST_EXEC_ONLY_CACHE cascade;

-- 2019-04-18 06:11:19,586 INFO     MainThread: Started query 15407b3395d03cb3:3064db7e00000000
-- closing connection to: ip-172-31-13-181:21000
</system-err></testcase><testcase classname="custom_cluster.test_coordinators.TestCoordinators" file="custom_cluster/test_coordinators.py" line="254" name="test_exclusive_coordinator_plan" time="37.5187239647"><system-err>-- 2019-04-18 06:11:23,949 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:11:24 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:11:25 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:11:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:11:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:11:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:11:29 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:11:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:11:29 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:11:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:11:30 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:11:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:11:31 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:11:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:11:32 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:11:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:11:33 MainThread: num_known_live_backends has reached value: 3
06:11:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:11:34 MainThread: num_known_live_backends has reached value: 3
06:11:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:11:34 MainThread: num_known_live_backends has reached value: 3
06:11:35 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:11:35,119 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:11:35,120 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:11:35,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:11:35,123 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:11:35,123 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:11:35,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:11:35,125 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:11:35,125 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:11:35,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:11:35,126 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:11:35,127 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:11:35,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:11:35,128 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_exclusive_coordinator_plan;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27bc78a9d0&gt;
-- 2019-04-18 06:11:35,243 INFO     MainThread: Closing active operation
-- 2019-04-18 06:11:35,245 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=1 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --use_exclusive_coordinators --impalad_args=--default_query_options=
06:11:35 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:11:36 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:11:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:11:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:11:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:11:40 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:11:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:11:40 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:11:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:11:41 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:11:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:11:42 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:11:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:11:43 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:11:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:11:44 MainThread: num_known_live_backends has reached value: 3
06:11:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:11:45 MainThread: num_known_live_backends has reached value: 3
06:11:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:11:45 MainThread: num_known_live_backends has reached value: 3
06:11:45 MainThread: Impala Cluster Running with 3 nodes (1 coordinators, 2 executors).
-- 2019-04-18 06:11:45,429 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:11:45,430 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:11:45,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:11:45,433 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:11:45,433 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:11:45,434 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:11:45,434 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:11:45,435 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:11:45,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:11:45,436 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:11:45,436 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:11:45,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:11:45,438 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_coordinators.py::TestCoordinators::()::test_exclusive_coordinator_plan;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
SET EXPLAIN_LEVEL=2;

-- 2019-04-18 06:11:45,554 INFO     MainThread: Started query 2443f5658c940dd1:8c21bf4600000000
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes where id NOT IN (0,1,2) and string_col IN (&apos;aaaa&apos;, &apos;bbbb&apos;, &apos;cccc&apos;, NULL) and mod(int_col,50) IN (0,1) and id IN (int_col);;

-- 2019-04-18 06:11:51,251 INFO     MainThread: Started query ab49aa3df1e5ee53:f020e9d700000000
-- executing against ip-172-31-13-181:21000
explain select * from tpch.lineitem union all select * from tpch.lineitem;

-- 2019-04-18 06:11:57,110 INFO     MainThread: Started query 764e381216a370d9:a92c5bf000000000
</system-err></testcase><testcase classname="custom_cluster.test_custom_statestore.TestCustomStatestore" file="custom_cluster/test_custom_statestore.py" line="71" name="test_statestore_max_subscribers" time="10.384469986"><system-err>-- 2019-04-18 06:12:01,470 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 -statestore_max_subscribers=3 &apos; --impalad_args=--default_query_options=
06:12:01 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:12:02 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:12:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:12:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:12:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:12:07 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:12:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:07 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:09 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:12:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:10 MainThread: num_known_live_backends has reached value: 3
06:12:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:12:10 MainThread: num_known_live_backends has reached value: 3
06:12:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:12:11 MainThread: num_known_live_backends has reached value: 3
06:12:11 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:12:11,654 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:12:11,655 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:12:11,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:11,659 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:12:11,659 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:12:11,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:11,661 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:11,661 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:12:11,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:11,663 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:11,663 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:12:11,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:11,665 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_custom_statestore.py::TestCustomStatestore::()::test_statestore_max_subscribers;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d444bd50&gt;
-- 2019-04-18 06:12:11,782 INFO     MainThread: Closing active operation
-- 2019-04-18 06:12:11,785 INFO     MainThread: Registration id TUniqueId(lo=5741329982388519822, hi=5640095902492951204), x=0
-- 2019-04-18 06:12:11,785 INFO     MainThread: Registration id TUniqueId(lo=-1783426122475383398, hi=4200188980987634042), x=1
-- 2019-04-18 06:12:11,786 INFO     MainThread: Registration id TUniqueId(lo=6247186583636025760, hi=-2934592422985105913), x=2
-- 2019-04-18 06:12:11,787 INFO     MainThread: Registration id TUniqueId(lo=-3802385614608758367, hi=-918545746130259396), x=3
-- 2019-04-18 06:12:11,787 INFO     MainThread: Registration id TUniqueId(lo=-960874373380436546, hi=5714609249427223944), x=4
-- 2019-04-18 06:12:11,788 INFO     MainThread: Registration id TUniqueId(lo=2156771239898720154, hi=2180329384270018129), x=5
-- 2019-04-18 06:12:11,788 INFO     MainThread: Registration id TUniqueId(lo=5772546689637270402, hi=2327010657943755738), x=6
-- 2019-04-18 06:12:11,789 INFO     MainThread: Registration id TUniqueId(lo=-8597844615230601323, hi=-6319969190639816771), x=7
-- 2019-04-18 06:12:11,790 INFO     MainThread: Registration id TUniqueId(lo=806332110514561676, hi=1894273009605303894), x=8
</system-err></testcase><testcase classname="custom_cluster.test_delegation.TestDelegation" file="hs2/hs2_test_suite.py" line="36" name="test_effective_user_multiple_proxies" time="9.46655201912"><system-err>-- 2019-04-18 06:12:11,855 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--authorized_proxy_user_config=&quot;ubuntu=proxy_user_name/proxy_user,name_2&quot;      --authorized_proxy_user_config_delimiter=/ &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:12:12 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:12:13 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:12:14 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:12:14 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:12:14 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:12:17 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:12:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:17 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:18 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:19 MainThread: num_known_live_backends has reached value: 3
06:12:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:12:19 MainThread: num_known_live_backends has reached value: 3
06:12:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:12:20 MainThread: num_known_live_backends has reached value: 3
06:12:20 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:12:21,033 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:12:21,033 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:12:21,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:21,036 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:12:21,036 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:12:21,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:21,038 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:21,038 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:12:21,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:21,040 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:21,040 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:12:21,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:21,042 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_delegation.py::TestDelegation::()::test_effective_user_multiple_proxies;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4454fd0&gt;
-- 2019-04-18 06:12:21,163 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="custom_cluster.test_delegation.TestDelegation" file="hs2/hs2_test_suite.py" line="36" name="test_effective_user_empty_delimiter" time="9.49235916138"><system-err>-- 2019-04-18 06:12:21,323 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--authorized_proxy_user_config=&quot;ubuntu=proxy_user,name_2&quot;      --authorized_proxy_user_config_delimiter= &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:12:21 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:12:22 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:12:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:12:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:12:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:12:26 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:12:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:26 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:27 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:28 MainThread: num_known_live_backends has reached value: 3
06:12:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:12:29 MainThread: num_known_live_backends has reached value: 3
06:12:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:12:29 MainThread: num_known_live_backends has reached value: 3
06:12:30 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:12:30,528 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:12:30,528 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:12:30,529 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:30,531 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:12:30,531 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:12:30,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:30,533 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:30,533 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:12:30,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:30,535 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:30,535 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:12:30,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:30,537 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_delegation.py::TestDelegation::()::test_effective_user_empty_delimiter;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4455450&gt;
-- 2019-04-18 06:12:30,659 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="custom_cluster.test_delegation.TestDelegation" file="hs2/hs2_test_suite.py" line="36" name="test_effective_user_single_proxy" time="9.50700807571"><system-err>-- 2019-04-18 06:12:30,817 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--authorized_proxy_user_config=&quot;ubuntu=proxy_user_name&quot; &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:12:31 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:12:32 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:12:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:12:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:12:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:12:36 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:12:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:36 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:37 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:38 MainThread: num_known_live_backends has reached value: 3
06:12:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:12:38 MainThread: num_known_live_backends has reached value: 3
06:12:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:12:39 MainThread: num_known_live_backends has reached value: 3
06:12:39 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:12:40,023 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:12:40,024 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:12:40,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:40,027 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:12:40,027 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:12:40,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:40,029 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:40,029 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:12:40,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:40,031 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:40,031 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:12:40,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:40,032 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_delegation.py::TestDelegation::()::test_effective_user_single_proxy;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4454ed0&gt;
-- 2019-04-18 06:12:40,165 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="custom_cluster.test_disable_catalog_data_ops.TestDisableCatalogDataOps" file="custom_cluster/test_disable_catalog_data_ops.py" line="27" name="test_disable_catalog_data_ops" time="10.4011619091"><system-err>-- 2019-04-18 06:12:40,326 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--logbuflevel=-1 --disable_catalog_data_ops_debug_only=true &apos; --impalad_args=--default_query_options=
06:12:40 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:12:41 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:12:42 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:12:42 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:12:42 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:12:45 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:12:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:45 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:46 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:47 MainThread: num_known_live_backends has reached value: 3
06:12:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:12:48 MainThread: num_known_live_backends has reached value: 3
06:12:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:12:48 MainThread: num_known_live_backends has reached value: 3
06:12:49 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:12:49,536 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:12:49,536 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:12:49,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:49,540 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:12:49,540 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:12:49,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:49,542 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:49,542 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:12:49,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:49,544 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:49,544 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:12:49,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:49,546 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_disable_catalog_data_ops.py::TestDisableCatalogDataOps::()::test_disable_catalog_data_ops;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4454250&gt;
-- 2019-04-18 06:12:49,666 INFO     MainThread: Closing active operation
-- executing against localhost:21000
select count(*) from functional_avro.tinytable;

-- 2019-04-18 06:12:50,504 INFO     MainThread: Started query de4fccc177eb8197:ad8151fc00000000
</system-err></testcase><testcase classname="custom_cluster.test_disable_features.TestDisableFeatures" file="custom_cluster/test_disable_features.py" line="29" name="test_disable_orc_scanner[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="10.0658679008"><system-err>-- 2019-04-18 06:12:50,728 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--enable_orc_scanner=false &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:12:51 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:12:52 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:12:53 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:12:53 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:12:53 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:12:56 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:12:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:56 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:57 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:12:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:12:58 MainThread: num_known_live_backends has reached value: 3
06:12:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:12:58 MainThread: num_known_live_backends has reached value: 3
06:12:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:12:59 MainThread: num_known_live_backends has reached value: 3
06:12:59 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:12:59,927 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:12:59,927 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:12:59,928 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:59,930 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:12:59,930 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:12:59,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:59,932 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:59,932 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:12:59,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:59,934 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:12:59,934 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:12:59,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:12:59,936 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_disable_features.py::TestDisableFeatures::()::test_disable_orc_scanner[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4426590&gt;
-- 2019-04-18 06:13:00,053 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_disable_features.py::TestDisableFeatures::()::test_disable_orc_scanner[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:13:00,077 INFO     MainThread: Started query b9444be1cfb8051f:4a2d4c0f00000000
SET client_identifier=custom_cluster/test_disable_features.py::TestDisableFeatures::()::test_disable_orc_scanner[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select * from functional_orc_def.alltypes;

</system-err></testcase><testcase classname="custom_cluster.test_disk_spill_configurations.TestDiskSpillConfigurations" file="custom_cluster/test_disk_spill_configurations.py" line="28" name="test_disk_spill_encryption_disabled[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="15.2087967396"><system-err>-- 2019-04-18 06:13:00,795 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--disk_spill_encryption=false &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:13:01 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:13:02 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:13:03 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:13:03 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:13:03 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:13:06 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:13:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:13:06 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:13:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:13:07 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:13:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:13:08 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:13:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:13:09 MainThread: num_known_live_backends has reached value: 3
06:13:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:13:09 MainThread: num_known_live_backends has reached value: 3
06:13:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:13:10 MainThread: num_known_live_backends has reached value: 3
06:13:10 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:13:10,991 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:13:10,991 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:13:10,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:13:10,994 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:13:10,994 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:13:10,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:13:10,996 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:13:10,996 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:13:10,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:13:10,998 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:13:10,998 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:13:10,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:13:11,000 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_disk_spill_configurations.py::TestDiskSpillConfigurations::()::test_disk_spill_encryption_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4459ed0&gt;
-- 2019-04-18 06:13:11,139 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_disk_spill_configurations.py::TestDiskSpillConfigurations::()::test_disk_spill_encryption_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:13:11,163 INFO     MainThread: Started query 1f48566cc13a5fce:8da3e35400000000
SET client_identifier=custom_cluster/test_disk_spill_configurations.py::TestDiskSpillConfigurations::()::test_disk_spill_encryption_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
set buffer_pool_limit=90m;

-- 2019-04-18 06:13:11,169 INFO     MainThread: Started query f14c666e83b6bd18:5e6e07c300000000
-- executing against localhost:21000

set default_spillable_buffer_size=64k;

-- 2019-04-18 06:13:11,175 INFO     MainThread: Started query b941f0da7a3bb288:77e7861000000000
-- executing against localhost:21000

select count(*)
from (select distinct o_orderdate, o_custkey, o_comment
      from tpch_parquet.orders) v;

-- 2019-04-18 06:13:11,886 INFO     MainThread: Started query 7f409d61387a5c95:175a540400000000
-- executing against localhost:21000
SET BUFFER_POOL_LIMIT=&quot;&quot;;

-- 2019-04-18 06:13:15,996 INFO     MainThread: Started query 884bbf2714afa0b3:119e53c100000000
-- executing against localhost:21000
SET DEFAULT_SPILLABLE_BUFFER_SIZE=&quot;2097152&quot;;

-- 2019-04-18 06:13:16,001 INFO     MainThread: Started query c34d891a47d96f37:634056e000000000
</system-err></testcase><testcase classname="custom_cluster.test_event_processing.TestEventProcessing" file="custom_cluster/test_event_processing.py" line="34" name="test_insert_events" time="49.6725411415"><failure message="assert &lt;bound method TestEventProcessing.wait_for_insert_event_processing of &lt;test_event_processing.TestEventProcessing object at 0x7f27d443e410&gt;&gt;(15067) is True
 +  where &lt;bound method TestEventProcessing.wait_for_insert_event_processing of &lt;test_event_processing.TestEventProcessing object at 0x7f27d443e410&gt;&gt; = &lt;test_event_processing.TestEventProcessing object at 0x7f27d443e410&gt;.wait_for_insert_event_processing">custom_cluster/test_event_processing.py:67: in test_insert_events
    assert self.wait_for_insert_event_processing(last_synced_event_id) is True
E   assert &lt;bound method TestEventProcessing.wait_for_insert_event_processing of &lt;test_event_processing.TestEventProcessing object at 0x7f27d443e410&gt;&gt;(15067) is True
E    +  where &lt;bound method TestEventProcessing.wait_for_insert_event_processing of &lt;test_event_processing.TestEventProcessing object at 0x7f27d443e410&gt;&gt; = &lt;test_event_processing.TestEventProcessing object at 0x7f27d443e410&gt;.wait_for_insert_event_processing</failure><system-err>-- 2019-04-18 06:13:16,006 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--hms_event_polling_interval_s=2 &apos; --impalad_args=--default_query_options=
06:13:16 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:13:17 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:13:18 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:13:18 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:13:18 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:13:21 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:13:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:13:21 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:13:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:13:22 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:13:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:13:23 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:13:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:13:24 MainThread: num_known_live_backends has reached value: 3
06:13:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:13:25 MainThread: num_known_live_backends has reached value: 3
06:13:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:13:25 MainThread: num_known_live_backends has reached value: 3
06:13:26 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:13:26,194 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:13:26,195 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:13:26,197 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:13:26,198 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:13:26,198 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:13:26,199 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:13:26,200 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:13:26,200 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:13:26,201 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:13:26,202 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:13:26,202 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:13:26,203 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:13:26,204 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_event_processing.py::TestEventProcessing::()::test_insert_events;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d443e1d0&gt;
-- 2019-04-18 06:13:26,340 INFO     MainThread: Closing active operation
-- 2019-04-18 06:13:30,690 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:40,647 INFO     MainThread: Starting new HTTP connection (1): localhost
-- executing against localhost:21000
select * from test_db.tbl_insert_nopart;

-- 2019-04-18 06:13:43,202 INFO     MainThread: Started query d840f12d40bb5fbe:f2bcacf000000000
-- 2019-04-18 06:13:43,423 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,907 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,911 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,914 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,916 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,918 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,921 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,923 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,925 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,927 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,929 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,932 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,934 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,936 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,938 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,940 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,941 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,943 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,945 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,947 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,949 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,951 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,953 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,955 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,957 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,959 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,960 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,962 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,964 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,966 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,968 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,970 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,972 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,973 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,975 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,977 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,979 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,981 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,983 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,985 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,986 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,988 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,990 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,992 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,994 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,996 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,997 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:48,999 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,001 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,003 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,005 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,007 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,009 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,010 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,012 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,014 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,016 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,018 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,020 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,022 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,023 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,025 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,027 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,029 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,031 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,033 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,035 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,037 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,038 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,040 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,042 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,044 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,046 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,048 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,050 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,051 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,053 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,055 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,057 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,059 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,061 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,063 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,064 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,066 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,068 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,070 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,072 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,073 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,075 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,077 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,079 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,081 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,082 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,084 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,086 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,088 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,090 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,092 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,093 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,095 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,097 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,099 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,101 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,102 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,104 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,106 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,108 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,110 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,111 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,113 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,115 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,117 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,119 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,120 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,122 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,124 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,126 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,128 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,129 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,131 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,133 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,135 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,137 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,138 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,140 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,142 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,144 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,146 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,148 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,150 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,151 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,153 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,155 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,157 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,158 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,160 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,162 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,164 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,166 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,167 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,169 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,171 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,173 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,174 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,176 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,178 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,180 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,181 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,183 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,185 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,187 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,188 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,190 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,192 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,194 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,196 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,197 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,199 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,201 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,203 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,204 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,206 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,208 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,210 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,211 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,213 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,215 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,217 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,219 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,220 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,222 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,224 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,226 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,228 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,229 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,231 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,233 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,235 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,237 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,238 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,240 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,242 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,244 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,246 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,248 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,250 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,251 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,253 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,255 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,257 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,259 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,261 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,263 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,264 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,266 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,268 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,270 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,272 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,273 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,275 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,277 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,279 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,281 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,282 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,284 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,286 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,288 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,289 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,291 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,293 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,295 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,296 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,298 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,300 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,302 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,304 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,305 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,307 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,309 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,311 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,313 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,314 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,316 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,318 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,320 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,322 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,324 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,325 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,327 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,329 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,331 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,332 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,334 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,336 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,338 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,339 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,341 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,343 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,345 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,347 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,348 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,350 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,352 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,354 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,356 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,358 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,359 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,361 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,363 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,365 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,366 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,368 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,370 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,372 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,374 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,375 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,377 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,379 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,381 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,383 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,385 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,387 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,388 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,390 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,392 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,394 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,395 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,397 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,399 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,401 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,402 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,404 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,406 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,408 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,410 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,411 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,413 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,415 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,417 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,418 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,420 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,422 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,424 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,426 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,427 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,429 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,431 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,433 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,434 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,436 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,438 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,440 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,442 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,443 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,445 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,447 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,449 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,450 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,452 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,454 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,456 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,458 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,459 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,461 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,463 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,465 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,466 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,468 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,470 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,472 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,473 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,475 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,477 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,479 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,480 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,482 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,484 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,486 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,487 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,489 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,491 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,493 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,494 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,496 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,498 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,499 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,501 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,503 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,505 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,506 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,508 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,510 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,512 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,514 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,515 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,517 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,519 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,521 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,522 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,524 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,526 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,528 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,529 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,531 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,533 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,535 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,537 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,538 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,540 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,542 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,544 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,545 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,547 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,549 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,551 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,552 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,554 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,556 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,558 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,559 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,561 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,563 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,565 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,566 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,568 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,570 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,572 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,573 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,575 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,577 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,579 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,580 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,582 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,584 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,586 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,588 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,589 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,592 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,593 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,595 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,597 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,598 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,600 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,602 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,604 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,606 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,608 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,609 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,611 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,613 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,614 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,616 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,618 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,620 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,621 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,623 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,625 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,627 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,628 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,630 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,632 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,634 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,635 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,637 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,639 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,640 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,642 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,644 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,646 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,648 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,650 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,651 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,653 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,655 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,657 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,659 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,661 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,662 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,664 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,666 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,667 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,669 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,671 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,673 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,674 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,676 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,678 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,679 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,681 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,683 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,685 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,686 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,688 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,690 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,692 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,693 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,695 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,697 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,699 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,701 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,702 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,704 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,706 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,708 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,709 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,711 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,713 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,715 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,716 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,718 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,720 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,721 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,723 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,725 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,727 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,728 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,730 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,732 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,733 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,735 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,737 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,739 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,741 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,742 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,744 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,746 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,747 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,749 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,751 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,753 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,754 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,756 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,758 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,759 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,761 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,763 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,765 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,766 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,768 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,770 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,772 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,774 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,775 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,777 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,779 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,781 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,782 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,784 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,786 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,787 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,789 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,791 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,793 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,794 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,796 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,798 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,800 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,801 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,803 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,805 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,807 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,809 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,810 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,812 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,814 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,816 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,817 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,819 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,821 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,823 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,826 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,828 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,830 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,831 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,833 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,835 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,837 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,838 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,840 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,842 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,844 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,845 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,847 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,849 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,850 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,852 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,854 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,856 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,857 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,859 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,861 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,863 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,864 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,866 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,868 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,869 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,871 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,873 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,875 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,876 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,878 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,880 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,882 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,884 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,885 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,887 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,889 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,891 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,892 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,894 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,896 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,897 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,899 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,901 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,903 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,904 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,906 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,908 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,910 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,912 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,913 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,915 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,917 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,919 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,920 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,922 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,924 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,926 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,927 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,929 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,931 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,932 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,934 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,936 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,938 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,939 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,941 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,943 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,945 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,946 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,948 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,950 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,952 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,953 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,955 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,957 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,959 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,960 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,962 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,964 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,966 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,967 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,969 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,971 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,973 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,974 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,976 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,978 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,979 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,981 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,983 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,984 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,986 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,988 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,990 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,991 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,993 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,995 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,996 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:49,998 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,000 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,002 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,003 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,005 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,007 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,008 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,010 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,012 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,014 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,016 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,018 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,020 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,021 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,023 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,025 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,027 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,028 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,030 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,032 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,034 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,036 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,037 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,039 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,041 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,043 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,044 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,046 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,048 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,050 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,051 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,053 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,055 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,056 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,058 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,060 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,062 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,063 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,065 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,067 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,068 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,070 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,072 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,074 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,075 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,077 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,079 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,081 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,082 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,084 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,086 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,087 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,089 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,091 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,093 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,094 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,096 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,098 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,100 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,101 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,103 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,105 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,107 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,108 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,110 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,112 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,114 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,115 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,118 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,119 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,121 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,123 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,124 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,126 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,128 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,130 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,131 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,133 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,135 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,137 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,138 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,140 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,142 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,144 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,145 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,147 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,149 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,151 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,152 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,154 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,156 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,158 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,160 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,161 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,163 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,165 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,167 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,168 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,170 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,172 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,173 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,175 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,177 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,179 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,180 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,182 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,184 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,186 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,187 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,189 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,191 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,193 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,194 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,196 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,198 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,200 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,201 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,203 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,205 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,207 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,208 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,210 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,212 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,214 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,215 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,217 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,219 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,221 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,223 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,224 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,226 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,228 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,230 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,232 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,233 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,235 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,237 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,239 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,240 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,242 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,244 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,246 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,247 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,249 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,251 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,253 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,254 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,256 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,258 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,260 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,261 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,263 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,265 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,266 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,268 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,270 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,272 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,273 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,275 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,277 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,278 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,280 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,282 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,284 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,285 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,287 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,289 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,290 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,292 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,294 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,296 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,297 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,299 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,301 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,303 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,305 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,306 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,308 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,310 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,312 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,313 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,315 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,317 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,319 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,320 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,322 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,324 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,325 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,327 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,329 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,331 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,333 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,335 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,336 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,338 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,340 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,341 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,343 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,345 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,346 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,348 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,350 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,352 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,353 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,355 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,357 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,359 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,361 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,362 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,364 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,366 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,367 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,369 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,371 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,373 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,374 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,376 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,378 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,379 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,381 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,383 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,384 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,386 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,388 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,390 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,392 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,393 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,395 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,397 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,398 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,400 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,402 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,404 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,405 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,407 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,409 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,411 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,412 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,414 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,416 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,418 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,419 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,421 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,423 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,424 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,426 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,428 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,430 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,431 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,433 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,435 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,437 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,439 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,440 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,442 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,444 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,446 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,447 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,449 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,451 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,453 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,454 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,456 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,458 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,460 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,461 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,463 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,465 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,466 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,468 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,470 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,472 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,473 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,475 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,477 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,479 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,480 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,482 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,484 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,486 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,487 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,489 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,491 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,493 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,494 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,496 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,498 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,500 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,501 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,503 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,505 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,506 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,508 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,510 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,511 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,513 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,515 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,517 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,518 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,520 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,522 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,524 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,525 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,527 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,529 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,530 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,532 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,534 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,536 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,538 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,540 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,541 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,543 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,545 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,546 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,548 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,550 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,552 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,553 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,555 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,557 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,558 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,560 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,562 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,564 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,565 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,567 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,569 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,570 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,572 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,574 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,576 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,577 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,579 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,581 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,582 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,584 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,586 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,588 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,589 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,591 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,593 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,594 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,596 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,598 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,599 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,601 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,603 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,605 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,606 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,608 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,610 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,612 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,613 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,615 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,617 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,619 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,620 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,622 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,624 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,626 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,627 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,629 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,631 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,632 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,634 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,636 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,638 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,639 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,641 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,643 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,645 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,646 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,648 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,650 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,652 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,653 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,655 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,657 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,658 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,660 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,662 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,663 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,665 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,667 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,669 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,670 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,672 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,674 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,676 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,677 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,679 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,681 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,682 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,684 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,686 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,687 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,689 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,691 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,692 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,694 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,696 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,698 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,699 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,701 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,703 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,704 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,706 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,708 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,709 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,711 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,713 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,715 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,716 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,718 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,720 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,722 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,723 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,725 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,727 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,728 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,730 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,732 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,733 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,735 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,737 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,739 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,740 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,742 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,744 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,746 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,748 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,749 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,751 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,753 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,755 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,756 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,758 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,760 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,761 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,763 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,765 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,766 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,768 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,770 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,772 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,773 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,775 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,777 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,779 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,780 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,782 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,784 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,786 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,787 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,789 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,791 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,793 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,794 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,796 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,798 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,800 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,801 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,803 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,805 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,807 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,808 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,810 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,812 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,814 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,815 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,817 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,819 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,820 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,822 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,826 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,827 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,829 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,831 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,832 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,834 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,836 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,838 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,840 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,841 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,843 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,845 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,846 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,849 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,850 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,852 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,854 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,856 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,857 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,859 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,861 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,862 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,864 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,866 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,868 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,869 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,871 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,873 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,874 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,876 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,878 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,880 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,881 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,883 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,885 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,886 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,888 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,890 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,892 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,893 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,895 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,897 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,898 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,900 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,902 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,904 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,905 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,907 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,909 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,910 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,912 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,914 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,916 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,917 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,919 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,921 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,923 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,924 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,926 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,928 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,929 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,931 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,933 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,935 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,936 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,938 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,940 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,942 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,943 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,945 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,947 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,948 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,950 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,952 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,954 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,956 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,957 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,959 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,961 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,963 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,964 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,966 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,968 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,969 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,971 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,973 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,974 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,976 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,978 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,980 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,981 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,983 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,985 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,986 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,988 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,990 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,992 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,994 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,995 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,997 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:50,999 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,000 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,002 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,004 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,006 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,007 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,009 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,011 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,013 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,014 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,016 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,018 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,019 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,021 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,023 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,025 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,026 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,028 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,030 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,031 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,033 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,035 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,037 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,038 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,040 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,042 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,044 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,045 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,047 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,049 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,050 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,052 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,054 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,056 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,058 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,059 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,061 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,063 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,064 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,066 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,068 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,070 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,071 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,073 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,075 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,076 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,078 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,080 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,082 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,083 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,085 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,087 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,089 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,090 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,092 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,094 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,095 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,097 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,099 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,101 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,102 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,104 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,106 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,107 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,109 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,111 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,113 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,114 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,116 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,118 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,119 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,121 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,123 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,125 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,126 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,128 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,130 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,132 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,133 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,135 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,137 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,138 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,140 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,142 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,144 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,145 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,147 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,149 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,151 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,152 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,154 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,156 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,157 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,160 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,161 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,163 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,165 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,167 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,168 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,170 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,172 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,174 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,175 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,177 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,179 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,180 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,182 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,184 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,185 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,187 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,189 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,191 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,192 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,194 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,196 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,198 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,199 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,201 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,203 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,204 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,206 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,208 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,209 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,211 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,213 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,215 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,216 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,218 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,220 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,221 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,223 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,225 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,226 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,228 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,230 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,232 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,233 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,235 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,237 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,239 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,240 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,242 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,244 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,246 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,247 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,249 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,251 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,253 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,254 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,256 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,258 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,260 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,262 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,263 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,265 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,267 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,269 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,271 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,273 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,274 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,276 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,278 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,280 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,281 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,283 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,285 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,287 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,288 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,290 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,292 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,294 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,295 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,297 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,299 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,300 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,302 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,304 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,305 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,307 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,309 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,311 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,312 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,314 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,316 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,318 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,319 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,321 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,323 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,325 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,326 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,328 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,330 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,332 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,333 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,335 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,337 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,339 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,340 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,342 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,344 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,346 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,347 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,349 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,351 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,352 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,354 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,356 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,358 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,359 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,361 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,363 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,365 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,366 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,368 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,370 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,372 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,374 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,375 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,377 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,379 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,381 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,382 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,384 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,386 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,387 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,389 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,391 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,393 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,394 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,396 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,398 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,399 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,401 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,403 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,405 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,406 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,408 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,410 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,412 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,413 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,415 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,417 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,419 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,420 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,422 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,424 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,425 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,427 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,429 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,431 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,432 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,434 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,436 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,438 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,439 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,441 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,443 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,445 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,446 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,448 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,450 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,451 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,453 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,455 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,457 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,458 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,460 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,462 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,464 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,465 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,467 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,469 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,470 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,472 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,474 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,476 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,478 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,479 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,481 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,483 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,484 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,486 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,488 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,490 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,491 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,493 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,495 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,497 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,498 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,500 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,502 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,503 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,505 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,507 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,509 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,510 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,512 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,514 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,515 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,517 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,519 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,521 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,522 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,524 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,526 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,527 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,529 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,531 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,532 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,534 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,536 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,538 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,539 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,541 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,543 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,544 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,546 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,548 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,550 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,551 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,553 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,555 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,556 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,558 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,560 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,561 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,563 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,565 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,566 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,568 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,570 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,571 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,573 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,575 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,577 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,579 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,580 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,582 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,584 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,585 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,587 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,589 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,591 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,592 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,594 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,596 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,597 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,599 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,601 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,602 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,604 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,606 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,608 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,609 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,611 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,613 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,614 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,616 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,618 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,620 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,621 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,623 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,625 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,626 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,628 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,630 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,631 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,633 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,635 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,637 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,638 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,640 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,642 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,643 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,645 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,647 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,649 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,650 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,652 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,654 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,655 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,657 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,659 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,660 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,662 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,664 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,666 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,667 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,669 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,671 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,672 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,674 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,676 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,677 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,680 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,681 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,683 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,685 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,686 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,688 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,690 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,692 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,693 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,695 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,697 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,698 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,700 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,702 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,703 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,705 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,707 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,708 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,710 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,712 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,714 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,715 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,717 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,719 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,720 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,722 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,724 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,726 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,727 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,729 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,731 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,732 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,734 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,736 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,738 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,739 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,741 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,743 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,744 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,746 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,748 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,749 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,751 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,753 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,755 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,756 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,758 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,760 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,761 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,763 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,765 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,766 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,768 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,770 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,771 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,773 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,775 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,777 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,778 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,780 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,782 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,784 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,785 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,787 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,789 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,791 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,793 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,794 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,796 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,798 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,800 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,801 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,803 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,805 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,806 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,808 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,810 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,812 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,813 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,815 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,817 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,819 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,820 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,822 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,826 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,827 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,829 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,831 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,832 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,834 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,836 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,838 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,839 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,841 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,843 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,844 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,846 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,848 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,850 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,851 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,853 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,855 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,856 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,858 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,860 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,862 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,863 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,865 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,867 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,868 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,870 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,872 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,874 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,875 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,877 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,879 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,880 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,882 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,884 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,886 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,888 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,890 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,891 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,893 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,895 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,896 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,898 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,900 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,902 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,903 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,905 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,907 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,909 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,910 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,912 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,914 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,915 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,917 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,919 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,921 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,922 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,924 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,926 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,927 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,929 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,931 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,933 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,934 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,936 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,938 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,940 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,941 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,943 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,945 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,947 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,948 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,950 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,952 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,953 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,955 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,957 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,959 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,961 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,962 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,964 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,966 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,967 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,969 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,971 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,973 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,974 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,976 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,978 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,980 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,981 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,983 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,985 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,986 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,988 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:51,999 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,001 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,004 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,007 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,009 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,010 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,012 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,014 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,016 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,018 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,019 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,021 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,023 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,025 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,027 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,028 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,030 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,032 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,034 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,035 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,037 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,039 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,041 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,042 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,044 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,046 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,048 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,049 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,051 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,053 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,055 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,056 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,058 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,060 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,062 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,063 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,065 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,067 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,069 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,070 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,072 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,074 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,076 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,077 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,079 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,081 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,083 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,084 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,086 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,088 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,089 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,091 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,093 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,095 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,096 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,098 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,100 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,102 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,103 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,105 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,107 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,108 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,110 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,112 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,114 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,116 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,117 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,119 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,121 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,122 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,124 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,126 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,128 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,129 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,131 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,133 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,134 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,136 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,138 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,140 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,142 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,143 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,145 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,147 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,148 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,150 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,152 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,154 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,155 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,157 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,159 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,160 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,162 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,164 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,165 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,167 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,169 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,171 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,172 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,174 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,176 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,177 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,179 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,181 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,183 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,184 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,186 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,188 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,189 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,191 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,193 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,195 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,196 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,198 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,200 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,201 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,203 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,205 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,207 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,208 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,210 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,212 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,213 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,215 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,217 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,219 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,220 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,222 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,224 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,226 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,228 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,229 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,231 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,233 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,234 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,236 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,238 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,240 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,241 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,243 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,245 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,247 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,248 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,250 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,252 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,254 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,255 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,257 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,259 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,261 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,262 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,264 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,266 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,268 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,269 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,271 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,273 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,275 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,276 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,278 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,280 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,282 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,283 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,285 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,287 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,289 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,290 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,292 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,294 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,296 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,297 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,299 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,301 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,303 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,304 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,306 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,308 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,309 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,311 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,313 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,315 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,316 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,318 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,320 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,322 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,323 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,325 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,327 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,328 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,330 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,332 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,333 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,335 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,337 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,339 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,340 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,342 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,344 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,345 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,347 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,349 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,351 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,352 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,354 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,356 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,357 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,359 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,361 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,362 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,364 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,366 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,367 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,369 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,371 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,372 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,374 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,376 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,378 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,379 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,381 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,383 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,384 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,386 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,388 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,390 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,391 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,393 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,395 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,397 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,398 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,400 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,402 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,403 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,405 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,407 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,409 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,410 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,412 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,414 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,415 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,417 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,419 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,420 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,422 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,424 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,426 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,427 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,429 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,431 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,433 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,434 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,436 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,438 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,439 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,441 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,443 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,445 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,446 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,448 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,450 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,451 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,453 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,455 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,456 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,458 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,460 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,462 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,463 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,465 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,467 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,469 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,470 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,472 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,474 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,476 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,477 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,479 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,481 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,482 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,484 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,486 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,488 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,489 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,491 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,493 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,495 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,496 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,498 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,500 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,502 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,503 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,505 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,507 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,508 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,510 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,512 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,513 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,515 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,517 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,518 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,520 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,522 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,524 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,525 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,527 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,529 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,530 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,532 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,534 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,536 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,537 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,539 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,541 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,542 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,544 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,546 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,547 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,549 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,551 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,553 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,554 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,556 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,558 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,560 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,561 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,563 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,565 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,566 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,568 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,570 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,572 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,573 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,575 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,577 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,579 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,580 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,582 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,584 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,586 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,587 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,589 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,591 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,592 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,594 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,596 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,598 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,599 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,601 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,603 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,605 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,606 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,608 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,610 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,612 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,613 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,615 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,617 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,618 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,620 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,622 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,624 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,625 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,627 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,629 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,631 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,632 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,634 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,636 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,638 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,639 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,641 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,643 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,644 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,646 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,648 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,650 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,651 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,653 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,655 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,656 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,658 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,660 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,662 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,663 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,665 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,667 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,669 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,670 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,672 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,674 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,676 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,677 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,679 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,681 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,682 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,684 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,686 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,687 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,689 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,691 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,693 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,694 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,696 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,698 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,700 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,701 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,703 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,705 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,706 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,708 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,710 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,712 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,713 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,715 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,717 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,718 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,720 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,722 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,724 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,725 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,727 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,729 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,731 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,732 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,734 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,736 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,738 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,739 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,741 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,743 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,744 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,746 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,748 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,750 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,751 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,753 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,755 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,757 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,758 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,760 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,762 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,763 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,765 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,767 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,769 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,770 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,772 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,774 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,775 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,777 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,779 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,781 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,782 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,784 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,786 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,787 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,789 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,791 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,793 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,794 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,796 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,798 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,800 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,801 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,803 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,805 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,807 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,808 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,810 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,812 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,814 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,815 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,817 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,819 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,821 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,822 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,826 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,827 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,829 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,831 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,833 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,834 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,836 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,838 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,839 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,841 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,843 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,845 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,846 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,848 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,850 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,851 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,853 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,855 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,857 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,858 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,860 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,862 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,863 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,865 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,867 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,868 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,870 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,872 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,873 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,875 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,877 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,879 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,880 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,882 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,884 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,885 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,887 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,889 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,891 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,892 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,894 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,896 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,897 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,899 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,901 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,903 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,904 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,906 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,908 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,909 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,911 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,913 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,915 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,916 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,918 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,920 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,921 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,923 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,925 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,926 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,928 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,930 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,931 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,933 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,935 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,937 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,939 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,940 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,942 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,944 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,946 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,947 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,949 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,951 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,952 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,954 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,956 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,958 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,959 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,961 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,963 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,965 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,966 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,968 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,970 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,971 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,973 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,975 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,977 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,978 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,980 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,982 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,983 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,985 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,987 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,989 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,990 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,992 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,994 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,996 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,997 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:52,999 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,001 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,002 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,004 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,006 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,008 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,009 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,011 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,013 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,014 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,016 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,018 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,020 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,021 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,023 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,025 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,027 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,028 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,030 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,032 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,034 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,035 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,037 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,039 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,041 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,042 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,044 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,046 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,047 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,049 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,051 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,053 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,054 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,056 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,058 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,059 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,061 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,063 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,065 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,066 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,068 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,070 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,072 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,073 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,075 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,077 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,079 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,080 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,082 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,084 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,086 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,087 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,089 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,091 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,093 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,094 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,096 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,098 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,099 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,101 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,103 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,105 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,106 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,108 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,110 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,112 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,113 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,115 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,117 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,118 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,120 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,122 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,124 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,125 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,127 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,129 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,130 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,132 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,134 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,136 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,137 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,139 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,141 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,143 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,144 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,146 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,148 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,149 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,151 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,153 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,155 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,156 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,158 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,160 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,161 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,163 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,165 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,167 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,168 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,170 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,172 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,173 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,175 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,177 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,179 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,180 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,182 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,184 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,185 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,187 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,189 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,191 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,192 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,194 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,196 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,198 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,199 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,201 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,203 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,204 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,206 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,208 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,210 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,211 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,213 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,215 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,217 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,218 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,220 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,222 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,224 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,225 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,227 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,229 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,231 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,232 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,234 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,236 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,238 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,239 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,241 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,243 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,244 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,246 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,248 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,250 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,251 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,253 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,255 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,256 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,258 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,260 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,262 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,263 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,265 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,267 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,268 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,270 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,272 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,274 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,275 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,277 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,279 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,280 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,282 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,284 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,286 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,287 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,289 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,291 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,293 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,294 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,296 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,298 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,300 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,302 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,303 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,305 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,307 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,309 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,311 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,313 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,314 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,316 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,318 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,320 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,321 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,323 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,325 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,327 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,329 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,331 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,332 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,334 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,336 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,338 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,340 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,341 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,343 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,345 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,347 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,348 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,350 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,352 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,354 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,355 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,357 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,359 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,361 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,362 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,364 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,366 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,367 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,369 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,371 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,373 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,374 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,376 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,378 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,379 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,381 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,383 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,385 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,386 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,388 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,390 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,392 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,393 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,395 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,397 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,399 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,400 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,402 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,404 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,406 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,407 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,409 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,411 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,413 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,414 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,416 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,418 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,420 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,421 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,423 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,425 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,426 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,428 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,430 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,432 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,433 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,435 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,437 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,439 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,440 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,442 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,444 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,446 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,447 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,449 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,451 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,452 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,454 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,456 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,457 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,459 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,461 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,463 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,464 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,466 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,468 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,470 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,472 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,474 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,475 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,477 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,479 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,480 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,482 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,484 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,485 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,487 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,489 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,491 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,493 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,494 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,496 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,498 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,500 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,501 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,503 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,505 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,506 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,508 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,510 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,512 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,513 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,515 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,517 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,518 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,520 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,522 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,523 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,525 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,527 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,529 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,530 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,532 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,534 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,536 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,538 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,539 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,541 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,543 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,545 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,546 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,548 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,550 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,551 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,553 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,555 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,556 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,558 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,560 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,562 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,563 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,565 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,567 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,568 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,570 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,572 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,574 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,575 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,577 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,579 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,581 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,582 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,584 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,586 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,588 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,589 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,591 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,593 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,594 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,596 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,598 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,600 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,601 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,603 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,605 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,606 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,608 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,610 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,612 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,613 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,615 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,617 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,619 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,620 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,622 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,624 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,625 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,627 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,629 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,631 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,632 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,634 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,636 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,638 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,639 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,641 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,643 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,644 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,646 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,648 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,650 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,651 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,653 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,655 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,657 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,658 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,660 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,662 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,663 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,665 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,667 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,669 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,670 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,672 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,674 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,676 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,677 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,679 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,681 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,682 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,684 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,686 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,688 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,689 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,691 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,693 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,695 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,696 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,698 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,700 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,702 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,703 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,705 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,707 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,709 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,710 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,712 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,714 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,716 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,717 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,719 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,721 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,722 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,724 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,726 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,728 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,729 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,731 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,733 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,735 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,736 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,738 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,740 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,742 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,743 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,745 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,747 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,749 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,750 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,752 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,754 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,755 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,757 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,759 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,760 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,762 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,764 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,766 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,767 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,769 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,771 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,773 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,774 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,776 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,778 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,780 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,781 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,783 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,785 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,786 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,788 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,790 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,792 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,793 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,795 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,797 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,798 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,800 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,802 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,804 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,805 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,807 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,809 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,810 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,812 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,814 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,815 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,817 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,819 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,820 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,822 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,826 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,827 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,829 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,831 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,832 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,834 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,836 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,838 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,839 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,841 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,843 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,844 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,846 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,848 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,850 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,851 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,853 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,855 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,856 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,858 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,860 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,861 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,863 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,865 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,866 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,868 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,870 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,872 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,873 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,875 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,877 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,878 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,880 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,882 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,883 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,885 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,887 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,889 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,890 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,892 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,894 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,895 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,897 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,899 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,900 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,902 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,904 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,906 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,907 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,909 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,911 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,913 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,914 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,916 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,918 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,919 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,921 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,923 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,924 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,926 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,928 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,930 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,931 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,933 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,935 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,936 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,938 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,940 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,942 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,943 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,945 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,947 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,948 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,950 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,952 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,954 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,955 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,957 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,959 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,960 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,962 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,964 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,965 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,967 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,969 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,970 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,972 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,974 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,976 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,977 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,979 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,981 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,982 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,984 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,986 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,988 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,989 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,991 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,993 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,995 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,996 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:53,998 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,000 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,002 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,003 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,005 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,007 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,008 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,010 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,012 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,014 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,016 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,017 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,019 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,021 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,022 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,024 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,026 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,028 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,029 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,031 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,033 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,035 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,036 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,038 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,040 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,042 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,043 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,045 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,047 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,048 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,050 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,052 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,054 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,055 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,057 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,059 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,060 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,062 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,064 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,066 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,067 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,069 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,071 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,073 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,075 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,077 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,079 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,081 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,083 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,085 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,086 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,088 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,090 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,092 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,093 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,095 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,097 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,098 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,100 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,102 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,103 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,105 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,107 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,108 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,110 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,112 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,114 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,115 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,117 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,119 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,120 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,122 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,124 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,125 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,127 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,129 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,131 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,132 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,134 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,136 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,138 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,139 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,141 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,143 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,144 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,146 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,148 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,150 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,151 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,153 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,155 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,156 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,158 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,160 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,161 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,163 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,165 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,167 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,168 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,170 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,172 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,173 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,175 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,177 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,178 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,180 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,182 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,184 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,185 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,187 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,189 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,191 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,192 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,194 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,196 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,198 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,199 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,201 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,203 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,204 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,206 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,208 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,209 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,211 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,213 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,215 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,216 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,218 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,220 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,221 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,223 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,225 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,226 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,228 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,230 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,232 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,233 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,235 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,237 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,238 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,240 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,242 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,243 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,245 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,247 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,249 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,250 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,252 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,254 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,255 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,257 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,259 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,261 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,262 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,264 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,266 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,267 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,269 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,271 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,272 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,274 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,276 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,278 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,279 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,281 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,283 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,284 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,286 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,288 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,290 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,291 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,293 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,295 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,296 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,298 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,300 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,302 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,303 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,305 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,307 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,308 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,310 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,312 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,314 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,315 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,317 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,319 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,320 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,322 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,324 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,326 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,327 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,329 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,331 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,332 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,334 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,336 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,338 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,339 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,341 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,343 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,344 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,346 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,348 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,350 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,351 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,353 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,355 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,356 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,358 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,360 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,362 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,363 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,365 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,367 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,368 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,370 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,372 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,374 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,375 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,377 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,379 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,380 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,382 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,384 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,385 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,387 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,389 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,391 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,393 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,394 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,396 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,398 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,400 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,401 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,403 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,405 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,406 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,408 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,410 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,412 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,413 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,415 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,417 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,419 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,420 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,422 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,424 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,425 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,427 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,429 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,431 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,432 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,434 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,436 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,438 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,440 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,441 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,443 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,445 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,447 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,448 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,450 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,452 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,453 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,455 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,457 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,459 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,460 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,462 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,464 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,466 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,467 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,469 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,471 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,472 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,474 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,476 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,478 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,479 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,481 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,483 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,484 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,486 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,488 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,490 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,491 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,493 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,495 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,497 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,498 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,500 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,502 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,504 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,505 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,507 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,509 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,510 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,512 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,514 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,515 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,517 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,519 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,521 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,522 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,524 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,526 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,527 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,529 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,531 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,533 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,534 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,536 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,538 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,539 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,541 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,543 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,545 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,546 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,548 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,550 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,552 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,553 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,555 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,557 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,558 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,560 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,562 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,564 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,565 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,567 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,569 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,570 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,572 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,574 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,576 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,577 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,579 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,581 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,583 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,584 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,586 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,588 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,589 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,591 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,593 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,595 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,597 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,598 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,600 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,602 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,604 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,605 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,607 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,609 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,610 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,612 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,614 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,616 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,617 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,619 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,621 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,622 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,624 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,626 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,628 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,629 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,631 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,633 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,634 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,636 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,638 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,640 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,641 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,643 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,645 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,647 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,648 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,650 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,652 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,653 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,655 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,657 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,658 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,660 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,662 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,664 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,665 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,667 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,669 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,670 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,672 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,674 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,675 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,677 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,679 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,681 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,682 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,684 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,686 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,687 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,689 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,691 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,693 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,694 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,696 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,698 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,700 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,701 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,703 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,705 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,706 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,708 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,710 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,711 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,713 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,715 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,717 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,718 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,720 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,722 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,723 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,725 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,727 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,729 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,730 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,732 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,734 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,736 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,737 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,739 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,741 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,743 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,744 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,746 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,748 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,750 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,752 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,753 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,755 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,757 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,758 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,760 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,762 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,764 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,765 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,767 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,769 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,770 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,772 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,774 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,776 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,777 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,779 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,781 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,782 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,784 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,786 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,788 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,789 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,791 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,793 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,794 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,796 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,798 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,800 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,801 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,803 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,805 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,806 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,808 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,810 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,812 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,813 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,815 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,817 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,819 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,820 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,822 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,825 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,827 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,829 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,831 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,832 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,834 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,836 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,837 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,839 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,841 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,843 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,845 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,846 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,848 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,850 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,851 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,853 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,855 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,857 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,858 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,860 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,862 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,864 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,865 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,867 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,869 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,871 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,872 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,874 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,876 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,877 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,879 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,881 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,883 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,884 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,886 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,888 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,889 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,891 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,893 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,895 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,896 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,898 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,900 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,902 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,903 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,905 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,907 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,908 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,910 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,912 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,914 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,915 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,917 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,919 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,920 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,922 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,924 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,926 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,927 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,929 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,931 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,933 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,934 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,936 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,938 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,940 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,941 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,943 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,945 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,947 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,948 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,950 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,952 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,954 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,955 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,957 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,959 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,960 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,962 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,964 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,966 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,967 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,969 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,971 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,972 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,974 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,976 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,978 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,979 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,981 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,983 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,984 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,986 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,988 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,989 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,991 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,993 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,994 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,996 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:54,998 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,000 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,001 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,003 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,005 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,006 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,008 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,010 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,012 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,013 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,015 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,017 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,019 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,020 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,022 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,024 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,025 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,027 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,029 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,031 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,032 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,034 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,036 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,038 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,039 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,041 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,043 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,044 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,046 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,048 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,050 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,051 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,053 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,055 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,056 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,058 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,060 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,062 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,063 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,065 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,067 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,069 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,070 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,072 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,074 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,077 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,079 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,081 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,083 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,084 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,086 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,088 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,089 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,091 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,093 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,095 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,097 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,098 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,100 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,102 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,103 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,105 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,107 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,109 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,110 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,112 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,114 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,116 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,117 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,119 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,121 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,122 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,124 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,126 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,128 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,129 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,131 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,133 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,134 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,136 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,138 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,140 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,141 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,143 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,145 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,146 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,148 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,150 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,152 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,153 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,155 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,157 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,159 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,160 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,162 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,164 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,165 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,167 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,169 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,170 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,172 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,174 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,176 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,177 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,179 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,181 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,182 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,184 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,186 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,187 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,189 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,191 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,192 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,194 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,196 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,198 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,199 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,201 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,203 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,205 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,206 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,208 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,210 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,211 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,213 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,215 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,216 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,218 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,220 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,222 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,223 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,225 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,227 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,228 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,230 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,232 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,234 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,235 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,237 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,239 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,241 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,242 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,244 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,246 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,248 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,249 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,251 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,253 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,255 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,256 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,258 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,260 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,262 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,263 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,265 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,267 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,268 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,270 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,272 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,273 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,275 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,277 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,279 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,280 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,282 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,284 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,286 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,287 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,289 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,291 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,292 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,294 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,296 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,298 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,299 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,301 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,303 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,305 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,306 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,308 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,310 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,311 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,313 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,315 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,316 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,318 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,320 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,322 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,323 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,325 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,327 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,329 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,330 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,332 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,334 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,335 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,337 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,339 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,341 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,342 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,344 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,346 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,348 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,349 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,351 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,353 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,354 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,356 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,358 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,359 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,361 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,363 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,364 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,366 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,368 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,369 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,371 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,373 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,375 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,376 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,378 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,380 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,382 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,383 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,385 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,387 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,388 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,390 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,392 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,394 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,395 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,397 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,399 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,401 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,402 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,404 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,406 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,408 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,409 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,411 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,413 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,414 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,416 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,418 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,420 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,421 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,423 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,425 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,426 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,428 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,430 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,432 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,433 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,435 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,437 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,438 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,440 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,442 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,444 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,445 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,447 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,449 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,450 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,452 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,454 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,456 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,457 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,459 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,461 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,462 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,464 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,466 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,468 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,469 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,471 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,473 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,474 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,476 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,478 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,480 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,481 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,483 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,485 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,486 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,488 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,490 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,492 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,493 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,495 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,497 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,498 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,500 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,502 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,504 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,505 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,507 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,509 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,511 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,513 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,514 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,516 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,518 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,519 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,521 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,523 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,525 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,526 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,528 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,530 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,531 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,533 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,535 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,536 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,538 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,540 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,542 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,543 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,545 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,547 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,548 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,550 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,552 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,553 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,555 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,557 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,559 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,560 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,562 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,564 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,566 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,567 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,569 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,571 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,572 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,574 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,576 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,577 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,579 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,581 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,583 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,584 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,586 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,588 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,589 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,591 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,593 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,595 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,596 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,598 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,600 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,601 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,603 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,605 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,607 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,608 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,610 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,612 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,613 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,615 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,617 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,619 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,620 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,622 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,624 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,625 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,627 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,629 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,631 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,632 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,634 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,636 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,637 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,639 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,641 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,642 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,644 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,646 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,648 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,649 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,651 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,653 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,655 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,656 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,658 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,660 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,662 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,663 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,665 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,667 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,668 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,670 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,672 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,674 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,675 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,677 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,679 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,681 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,682 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,684 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,686 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,687 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,689 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,691 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,693 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,694 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,696 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,698 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,700 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,702 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,703 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,705 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,707 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,708 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,710 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,712 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,714 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,715 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,717 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,719 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,720 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,722 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,724 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,726 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,728 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,729 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,731 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,733 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,735 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,736 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,738 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,740 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,741 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,743 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,745 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,747 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,748 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,750 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,752 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,753 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,755 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,757 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,758 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,760 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,762 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,764 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,765 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,767 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,769 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,770 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,772 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,774 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,775 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,777 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,779 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,781 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,782 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,784 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,786 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,788 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,789 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,791 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,793 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,795 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,796 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,798 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,800 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,801 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,803 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,805 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,807 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,809 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,810 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,812 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,814 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,816 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,817 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,819 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,821 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,823 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,826 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,828 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,829 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,831 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,833 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,835 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,837 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,838 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,840 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,842 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,843 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,845 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,847 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,849 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,850 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,852 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,854 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,855 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,857 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,859 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,861 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,862 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,864 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,866 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,868 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,869 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,871 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,873 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,874 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,876 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,878 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,880 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,881 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,883 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,885 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,886 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,888 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,890 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,892 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,893 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,895 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,897 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,898 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,900 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,902 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,904 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,905 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,907 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,909 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,911 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,912 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,914 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,916 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,917 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,919 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,921 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,923 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,924 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,926 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,928 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,929 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,931 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,933 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,934 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,936 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,938 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,940 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,942 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,943 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,945 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,947 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,948 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,950 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,952 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,954 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,955 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,957 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,959 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,960 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,962 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,964 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,965 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,967 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,969 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,971 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,972 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,974 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,976 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,978 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,979 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,981 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,983 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,984 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,986 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,988 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,990 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,991 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,993 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,995 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,997 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:55,998 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,000 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,002 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,004 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,005 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,007 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,009 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,011 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,012 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,014 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,016 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,018 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,019 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,021 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,023 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,024 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,026 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,028 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,029 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,031 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,033 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,034 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,036 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,038 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,040 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,041 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,043 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,045 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,046 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,048 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,050 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,051 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,053 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,055 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,057 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,058 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,060 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,062 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,063 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,065 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,067 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,068 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,070 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,072 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,074 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,076 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,078 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,080 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,082 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,084 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,085 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,087 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,089 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,091 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,092 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,094 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,096 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,097 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,099 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,101 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,102 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,104 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,106 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,108 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,109 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,111 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,113 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,115 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,116 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,118 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,120 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,122 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,123 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,125 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,127 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,128 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,130 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,132 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,133 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,135 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,137 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,139 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,140 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,142 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,144 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,145 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,147 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,149 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,151 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,152 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,154 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,156 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,157 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,159 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,161 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,163 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,164 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,166 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,168 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,170 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,171 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,173 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,175 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,176 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,178 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,180 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,182 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,183 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,185 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,187 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,188 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,190 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,192 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,194 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,195 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,197 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,199 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,201 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,202 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,204 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,206 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,208 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,210 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,211 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,213 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,215 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,217 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,218 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,220 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,222 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,224 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,225 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,227 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,229 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,231 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,232 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,234 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,236 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,237 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,239 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,241 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,243 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,244 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,246 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,248 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,249 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,251 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,253 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,255 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,256 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,258 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,260 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,262 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,263 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,265 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,267 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,268 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,270 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,272 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,273 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,275 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,277 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,279 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,280 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,282 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,284 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,286 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,287 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,289 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,291 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,293 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,294 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,296 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,298 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,299 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,301 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,303 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,305 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,306 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,308 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,310 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,311 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,313 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,315 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,317 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,318 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,320 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,322 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,324 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,325 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,327 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,329 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,330 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,332 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,334 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,335 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,337 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,339 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,341 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,343 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,344 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,346 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,348 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,350 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,351 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,353 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,355 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,356 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,358 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,360 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,362 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,363 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,365 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,367 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,368 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,370 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,372 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,374 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,376 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,377 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,379 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,381 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,382 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,384 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,386 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,388 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,389 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,391 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,393 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,395 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,396 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,398 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,400 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,402 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,403 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,405 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,407 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,408 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,410 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,412 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,414 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,415 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,417 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,419 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,421 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,422 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,424 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,426 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,428 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,429 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,431 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,433 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,435 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,436 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,438 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,440 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,441 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,443 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,445 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,447 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,448 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,450 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,452 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,454 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,455 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,457 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,459 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,460 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,462 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,464 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,466 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,467 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,469 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,471 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,472 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,474 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,476 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,478 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,479 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,481 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,483 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,484 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,486 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,488 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,489 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,491 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,493 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,495 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,496 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,498 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,500 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,502 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,503 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,505 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,507 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,508 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,510 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,512 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,514 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,515 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,517 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,519 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,520 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,522 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,524 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,526 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,527 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,529 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,531 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,533 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,534 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,536 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,538 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,539 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,541 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,543 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,544 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,546 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,548 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,550 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,551 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,553 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,555 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,556 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,558 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,560 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,562 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,563 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,565 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,567 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,568 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,570 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,572 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,574 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,575 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,577 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,579 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,580 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,582 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,584 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,586 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,587 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,589 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,591 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,593 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,594 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,596 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,598 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,600 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,601 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,603 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,605 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,606 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,608 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,610 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,612 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,613 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,615 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,617 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,619 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,620 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,622 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,624 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,626 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,627 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,629 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,631 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,632 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,634 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,636 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,638 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,639 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,641 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,643 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,645 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,646 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,648 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,650 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,651 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,653 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,655 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,657 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,658 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,660 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,662 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,664 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,666 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,667 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,669 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,671 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,672 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,674 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,676 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,678 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,679 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,681 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,683 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,684 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,686 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,688 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,690 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,691 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,693 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,695 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,697 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,698 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,700 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,702 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,703 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,705 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,707 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,709 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,710 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,712 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,714 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,716 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,717 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,719 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,721 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,723 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,724 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,726 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,728 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,729 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,731 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,733 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,734 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,736 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,738 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,740 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,741 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,743 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,745 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,746 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,748 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,750 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,752 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,753 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,755 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,757 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,758 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,760 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,762 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,763 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,765 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,767 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,769 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,770 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,772 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,774 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,775 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,777 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,779 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,780 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,782 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,784 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,786 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,787 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,789 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,791 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,792 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,794 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,796 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,798 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,799 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,801 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,803 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,805 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,806 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,808 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,810 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,812 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,814 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,815 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,817 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,819 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,820 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,822 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,826 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,827 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,829 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,831 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,832 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,834 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,836 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,838 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,839 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,841 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,843 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,844 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,846 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,848 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,850 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,851 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,853 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,855 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,857 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,858 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,860 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,862 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,863 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,865 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,867 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,869 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,870 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,872 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,874 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,875 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,877 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,879 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,881 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,882 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,884 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,886 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,888 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,889 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,891 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,893 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,895 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,896 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,898 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,900 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,902 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,904 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,905 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,907 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,909 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,911 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,913 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,914 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,916 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,918 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,919 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,921 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,923 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,925 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,927 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,928 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,930 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,932 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,934 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,935 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,937 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,939 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,940 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,942 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,944 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,946 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,948 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,949 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,951 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,953 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,955 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,956 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,958 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,960 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,961 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,963 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,965 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,967 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,968 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,970 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,972 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,974 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,975 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,977 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,979 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,981 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,982 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,984 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,986 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,987 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,989 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,991 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,992 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,994 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,996 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,998 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:56,999 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,001 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,003 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,004 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,006 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,008 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,010 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,011 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,013 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,015 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,017 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,018 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,020 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,022 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,023 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,025 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,027 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,029 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,030 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,032 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,034 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,035 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,037 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,039 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,040 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,042 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,044 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,046 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,047 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,049 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,051 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,052 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,054 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,056 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,058 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,059 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,061 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,063 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,064 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,066 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,068 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,070 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,071 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,073 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,075 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,078 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,080 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,082 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,084 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,085 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,087 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,089 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,090 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,092 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,094 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,096 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,097 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,099 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,101 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,102 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,104 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,106 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,108 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,109 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,111 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,113 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,115 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,116 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,118 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,120 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,121 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,123 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,125 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,126 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,128 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,130 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,132 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,133 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,135 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,137 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,139 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,140 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,142 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,144 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,146 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,147 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,149 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,151 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,152 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,154 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,156 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,158 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,159 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,161 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,163 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,164 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,166 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,168 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,170 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,171 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,173 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,175 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,176 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,178 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,180 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,182 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,183 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,185 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,187 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,188 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,190 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,192 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,194 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,195 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,197 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,199 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,200 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,202 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,204 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,206 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,207 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,209 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,211 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,213 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,214 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,216 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,218 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,220 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,221 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,223 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,225 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,227 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,228 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,230 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,232 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,233 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,235 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,237 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,239 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,240 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,242 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,244 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,246 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,247 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,249 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,251 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,252 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,254 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,256 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,257 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,259 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,261 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,263 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,264 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,266 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,268 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,269 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,271 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,273 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,275 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,276 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,278 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,280 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,281 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,283 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,285 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,286 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,288 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,290 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,292 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,293 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,295 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,297 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,298 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,300 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,302 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,304 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,305 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,307 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,309 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,310 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,312 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,314 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,316 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,317 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,319 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,321 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,322 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,324 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,326 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,327 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,329 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,331 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,333 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,334 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,336 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,338 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,340 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,341 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,343 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,345 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,346 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,348 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,350 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,352 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,353 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,355 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,357 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,359 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,360 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,362 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,364 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,365 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,367 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,369 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,370 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,372 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,374 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,376 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,377 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,379 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,381 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,382 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,384 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,386 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,388 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,389 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,391 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,393 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,394 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,396 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,398 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,400 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,401 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,403 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,405 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,406 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,408 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,410 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,412 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,413 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,415 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,417 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,418 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,420 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,422 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,423 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,425 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,427 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,429 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,430 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,432 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,434 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,436 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,437 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,439 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,441 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,443 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,444 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,446 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,448 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,449 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,451 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,453 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,455 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,458 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,461 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,463 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,464 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,466 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,468 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,470 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,472 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,473 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,475 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,477 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,478 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,480 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,482 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,483 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,485 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,487 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,489 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,490 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,492 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,494 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,496 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,498 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,499 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,501 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,503 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,505 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,506 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,508 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,510 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,511 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,513 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,515 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,516 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,518 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,520 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,522 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,523 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,525 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,527 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,528 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,530 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,532 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,534 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,535 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,537 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,539 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,540 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,542 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,544 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,546 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,547 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,549 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,551 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,553 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,554 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,556 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,558 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,559 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,561 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,563 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,565 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,566 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,568 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,570 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,571 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,573 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,575 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,577 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,578 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,580 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,582 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,584 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,585 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,587 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,589 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,591 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,592 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,594 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,596 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,597 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,599 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,601 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,603 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,604 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,606 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,608 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,609 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,611 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,613 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,615 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,616 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,618 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,620 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,621 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,623 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,625 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,627 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,628 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,630 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,632 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,633 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,635 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,637 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,639 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,641 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,642 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,644 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,646 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,647 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,649 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,651 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,652 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,654 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,656 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,658 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,659 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,661 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,663 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,664 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,666 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,668 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,669 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,671 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,673 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,675 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,676 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,678 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,680 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,681 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,683 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,685 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,687 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,688 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,690 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,692 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,693 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,695 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,697 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,699 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,700 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,702 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,704 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,705 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,707 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,709 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,711 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,712 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,714 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,716 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,717 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,719 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,721 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,723 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,724 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,726 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,728 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,729 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,731 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,733 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,735 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,736 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,738 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,740 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,741 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,743 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,745 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,746 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,748 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,750 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,751 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,753 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,755 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,757 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,758 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,760 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,762 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,763 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,765 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,767 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,768 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,770 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,772 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,774 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,775 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,777 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,779 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,780 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,782 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,784 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,786 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,787 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,789 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,791 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,792 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,794 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,796 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,798 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,799 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,801 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,803 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,804 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,806 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,808 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,810 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,811 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,813 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,815 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,816 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,818 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,820 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,822 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,825 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,827 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,829 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,830 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,832 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,834 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,835 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,837 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,839 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,841 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,842 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,844 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,846 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,847 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,849 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,851 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,853 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,854 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,856 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,858 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,859 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,861 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,863 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,865 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,866 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,868 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,870 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,871 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,873 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,875 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,877 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,878 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,880 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,882 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,883 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,885 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,887 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,888 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,890 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,892 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,894 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,895 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,897 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,899 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,900 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,902 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,904 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,905 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,907 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,909 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,911 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,912 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,914 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,916 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,918 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,919 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,921 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,923 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,924 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,926 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,928 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,929 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,931 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,933 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,934 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,936 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,938 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,940 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,941 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,943 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,945 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,946 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,948 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,950 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,952 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,953 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,955 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,957 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,959 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,960 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,962 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,964 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,965 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,967 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,969 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,970 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,972 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,974 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,976 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,977 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,979 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,981 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,983 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,984 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,986 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,988 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,989 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,991 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,993 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,995 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,996 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:57,998 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,000 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,001 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,003 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,005 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,006 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,008 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,010 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,012 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,013 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,015 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,017 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,019 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,020 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,022 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,024 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,025 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,027 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,029 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,031 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,032 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,034 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,036 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,038 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,039 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,041 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,043 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,044 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,046 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,048 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,050 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,052 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,053 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,055 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,057 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,059 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,060 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,062 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,064 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,065 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,067 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,069 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,071 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,072 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,074 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,076 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,078 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,079 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,081 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,083 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,084 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,086 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,088 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,090 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,091 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,093 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,095 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,097 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,098 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,100 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,102 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,104 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,105 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,107 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,109 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,110 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,112 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,114 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,116 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,117 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,119 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,121 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,123 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,124 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,126 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,128 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,130 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,131 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,133 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,135 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,137 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,138 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,140 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,142 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,144 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,145 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,147 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,149 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,150 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,152 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,154 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,156 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,157 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,159 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,161 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,163 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,164 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,166 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,168 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,170 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,171 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,173 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,175 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,176 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,178 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,180 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,182 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,183 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,185 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,187 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,189 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,190 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,192 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,194 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,195 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,197 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,199 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,200 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,202 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,204 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,206 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,207 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,209 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,211 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,213 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,214 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,216 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,218 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,220 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,221 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,223 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,225 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,227 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,228 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,230 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,232 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,233 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,235 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,237 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,239 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,240 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,242 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,244 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,246 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,247 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,249 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,251 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,253 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,254 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,256 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,258 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,260 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,261 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,263 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,265 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,266 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,268 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,270 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,272 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,273 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,275 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,277 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,279 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,280 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,282 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,284 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,285 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,287 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,289 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,291 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,292 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,294 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,296 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,297 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,299 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,301 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,303 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,304 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,306 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,308 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,309 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,311 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,313 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,315 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,316 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,318 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,320 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,322 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,323 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,325 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,327 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,328 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,330 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,332 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,334 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,335 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,337 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,339 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,340 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,342 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,344 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,346 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,347 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,349 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,351 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,352 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,354 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,356 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,358 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,359 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,361 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,363 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,364 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,366 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,368 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,370 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,371 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,373 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,375 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,376 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,378 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,380 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,381 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,383 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,385 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,386 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,388 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,390 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,392 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,393 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,395 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,397 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,399 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,401 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,403 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,404 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,406 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,408 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,409 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,411 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,413 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,415 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,416 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,418 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,420 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,422 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,423 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,425 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,427 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,428 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,430 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,432 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,434 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,435 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,437 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,439 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,441 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,443 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,444 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,446 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,448 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,449 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,451 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,453 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,455 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,456 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,458 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,460 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,462 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,463 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,465 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,467 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,469 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,470 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,472 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,474 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,475 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,477 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,479 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,480 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,482 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,484 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,485 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,487 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,489 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,490 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,492 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,494 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,496 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,497 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,499 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,501 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,502 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,504 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,506 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,507 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,509 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,511 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,513 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,514 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,516 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,518 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,520 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,521 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,523 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,525 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,527 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,528 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,530 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,532 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,533 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,535 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,537 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,539 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,540 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,542 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,544 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,545 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,547 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,549 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,551 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,552 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,554 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,556 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,558 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,559 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,561 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,563 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,564 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,566 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,568 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,569 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,571 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,573 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,575 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,576 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,578 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,580 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,582 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,583 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,585 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,587 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,588 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,590 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,592 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,593 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,595 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,597 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,599 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,600 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,602 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,604 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,606 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,607 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,609 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,611 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,612 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,614 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,616 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,618 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,619 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,621 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,623 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,624 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,626 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,628 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,629 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,631 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,633 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,635 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,636 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,638 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,640 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,641 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,643 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,645 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,647 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,648 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,650 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,652 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,653 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,655 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,657 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,658 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,660 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,662 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,664 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,665 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,667 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,669 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,671 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,672 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,674 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,676 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,677 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,679 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,681 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,682 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,684 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,686 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,687 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,689 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,691 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,693 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,694 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,696 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,698 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,699 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,701 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,703 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,704 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,706 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,708 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,710 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,711 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,713 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,715 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,716 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,718 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,720 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,722 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,723 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,725 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,727 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,728 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,730 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,732 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,734 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,735 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,737 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,739 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,740 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,742 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,744 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,746 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,747 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,749 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,751 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,752 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,754 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,756 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,757 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,759 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,761 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,762 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,764 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,766 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,768 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,769 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,771 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,773 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,774 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,776 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,778 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,779 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,781 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,783 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,784 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,786 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,788 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,790 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,791 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,793 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,795 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,796 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,798 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,800 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,801 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,803 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,805 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,807 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,808 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,810 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,812 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,813 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,815 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,817 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,818 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,820 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,822 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,825 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,827 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,829 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,830 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,832 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,834 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,835 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,837 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,839 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,841 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,842 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,844 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,846 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,847 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,849 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,851 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,852 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,854 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,856 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,857 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,859 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,861 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,863 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,864 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,866 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,868 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,870 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,871 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,873 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,875 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,876 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,878 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,880 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,882 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,883 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,885 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,887 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,888 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,890 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,892 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,894 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,895 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,897 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,899 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,900 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,902 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,904 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,906 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,907 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:13:58,909 INFO     MainThread: Starting new HTTP connection (1): localhost
</system-err></testcase><testcase classname="custom_cluster.test_exchange_deferred_batches.TestExchangeDeferredBatches" file="custom_cluster/test_exchange_deferred_batches.py" line="29" name="test_exchange_small_buffer[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="146.112545013"><system-err>-- 2019-04-18 06:14:05,695 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--stress_datastream_recvr_delay_ms=3000 --exchg_node_buffer_size_bytes=1024 --datastream_service_num_deserialization_threads=1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:14:06 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:14:07 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:14:08 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:14:08 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:14:08 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:14:11 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:14:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:14:11 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:14:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:14:12 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:14:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:14:13 MainThread: num_known_live_backends has reached value: 3
06:14:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:14:13 MainThread: num_known_live_backends has reached value: 3
06:14:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:14:14 MainThread: num_known_live_backends has reached value: 3
06:14:14 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:14:14,889 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:14:14,890 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:14:14,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:14:14,893 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:14:14,893 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:14:14,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:14:14,894 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:14:14,895 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:14:14,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:14:14,896 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:14:14,896 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:14:14,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:14:14,898 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4445a90&gt;
-- 2019-04-18 06:14:15,019 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_ADD_BATCH:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:14:15,766 INFO     MainThread: Started query 3e4e1f5a2e033fcf:bfb4a1bb00000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_ADD_BATCH:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:14:21,839 INFO     MainThread: Started query 3142713ea7bbb18f:191d6ee800000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_ADD_BATCH:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:14:27,895 INFO     MainThread: Started query 1b4b4be2337e33d9:37be232e00000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_ADD_BATCH:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:14:33,950 INFO     MainThread: Started query 76405820a288a9f6:e5e0fc7200000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_ADD_BATCH:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:14:40,006 INFO     MainThread: Started query 434514d37854b2cb:00cb33d800000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_ADD_BATCH:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:14:46,059 INFO     MainThread: Started query 2b4352d19e92efeb:7bbb84fa00000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_ADD_BATCH:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:14:52,128 INFO     MainThread: Started query 5c40912447b71ebd:5c421d8600000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_ADD_BATCH:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:14:58,187 INFO     MainThread: Started query 714087887b0ac684:d35bd1b900000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_ADD_BATCH:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:15:04,236 INFO     MainThread: Started query f64236c3f61be249:eab2a0c000000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_ADD_BATCH:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:15:10,297 INFO     MainThread: Started query 1740b69c04692b9e:ca3fb02600000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_UNPACK_PAYLOAD:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:15:16,350 INFO     MainThread: Started query 1a425ce923ddfa5e:bc89e25700000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_UNPACK_PAYLOAD:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:15:22,910 INFO     MainThread: Started query c94c046b2cdb3abf:9bb0ff1e00000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_UNPACK_PAYLOAD:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:15:29,464 INFO     MainThread: Started query 754a4276643db567:69f5791800000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_UNPACK_PAYLOAD:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:15:36,117 INFO     MainThread: Started query 124756fa8d428394:e86686c200000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_UNPACK_PAYLOAD:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:15:42,720 INFO     MainThread: Started query 894c18d3cdb34791:cae8a53e00000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_UNPACK_PAYLOAD:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:15:49,175 INFO     MainThread: Started query 3c425275bd5fe88d:d6ae241c00000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_UNPACK_PAYLOAD:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:15:55,628 INFO     MainThread: Started query 5f415bd5e23d66d6:925a57bb00000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_UNPACK_PAYLOAD:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:16:02,229 INFO     MainThread: Started query 51400bbee8d9a9af:e9ff368700000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_UNPACK_PAYLOAD:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:16:08,681 INFO     MainThread: Started query 7742ec3389d4e70a:92aa2c3b00000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET debug_action=RECVR_UNPACK_PAYLOAD:FAIL@0.8;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:16:15,184 INFO     MainThread: Started query f34eb0dc27619be6:b419631d00000000
SET client_identifier=custom_cluster/test_exchange_deferred_batches.py::TestExchangeDeferredBatches::()::test_exchange_small_buffer[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_si;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select count(*) from tpch.lineitem t1, tpch.lineitem t2 where t1.l_orderkey = t2.l_orderkey;

-- 2019-04-18 06:16:21,792 INFO     MainThread: Started query d640f3737aaa1491:64ee7cf700000000
</system-err></testcase><testcase classname="custom_cluster.test_exchange_delays.TestExchangeDelays" file="custom_cluster/test_exchange_delays.py" line="38" name="test_exchange_small_delay[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="21.1661820412"><system-err>-- 2019-04-18 06:16:31,809 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--stress_datastream_recvr_delay_ms=10000 --datastream_sender_timeout_ms=5000 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:16:32 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:16:33 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:16:34 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:16:34 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:16:34 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:16:37 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:16:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:16:37 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:16:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:16:38 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:16:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:16:39 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:16:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:16:40 MainThread: num_known_live_backends has reached value: 3
06:16:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:16:40 MainThread: num_known_live_backends has reached value: 3
06:16:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:16:41 MainThread: num_known_live_backends has reached value: 3
06:16:41 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:16:42,005 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:16:42,005 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:16:42,006 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:16:42,008 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:16:42,008 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:16:42,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:16:42,010 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:16:42,010 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:16:42,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:16:42,012 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:16:42,012 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:16:42,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:16:42,014 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_exchange_delays.py::TestExchangeDelays::()::test_exchange_small_delay[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6cf5990&gt;
-- 2019-04-18 06:16:42,136 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_exchange_delays.py::TestExchangeDelays::()::test_exchange_small_delay[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:16:42,159 INFO     MainThread: Started query 54449b1ff784b7b1:7928810100000000
SET client_identifier=custom_cluster/test_exchange_delays.py::TestExchangeDelays::()::test_exchange_small_delay[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select count(*)
from tpch.lineitem
  inner join tpch.orders on l_orderkey = o_orderkey;

-- 2019-04-18 06:16:42,910 INFO     MainThread: Started query f944b7736ec38d69:62a81f3f00000000
</system-err></testcase><testcase classname="custom_cluster.test_exchange_delays.TestExchangeDelays" file="custom_cluster/test_exchange_delays.py" line="50" name="test_exchange_large_delay[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="20.148362875"><system-err>-- 2019-04-18 06:16:52,977 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--stress_datastream_recvr_delay_ms=10000 --datastream_sender_timeout_ms=1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:16:53 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:16:54 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:16:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:16:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:16:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:16:58 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:16:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:16:58 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:16:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:16:59 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:17:00 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:17:00 MainThread: num_known_live_backends has reached value: 3
06:17:01 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:17:01 MainThread: num_known_live_backends has reached value: 3
06:17:01 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:17:01 MainThread: num_known_live_backends has reached value: 3
06:17:02 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:17:02,165 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:17:02,165 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:17:02,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:02,168 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:17:02,168 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:17:02,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:02,170 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:17:02,170 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:17:02,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:02,172 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:17:02,172 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:17:02,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:02,174 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_exchange_delays.py::TestExchangeDelays::()::test_exchange_large_delay[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6ce0210&gt;
-- 2019-04-18 06:17:02,293 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_exchange_delays.py::TestExchangeDelays::()::test_exchange_large_delay[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:17:02,316 INFO     MainThread: Started query b941ace864150c25:c1e507ba00000000
SET client_identifier=custom_cluster/test_exchange_delays.py::TestExchangeDelays::()::test_exchange_large_delay[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select count(*)
from tpch.lineitem
  inner join tpch.orders on l_orderkey = o_orderkey;

-- 2019-04-18 06:17:03,061 INFO     MainThread: Started query 4e4c10042e2dfd7e:c1ec34d200000000
</system-err></testcase><testcase classname="custom_cluster.test_exchange_delays.TestExchangeDelays" file="custom_cluster/test_exchange_delays.py" line="71" name="test_exchange_large_delay_zero_rows[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="20.1805353165"><system-err>-- 2019-04-18 06:17:13,127 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--stress_datastream_recvr_delay_ms=10000 --datastream_sender_timeout_ms=1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:17:13 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:17:14 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:17:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:17:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:17:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:17:18 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:17:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:17:18 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:17:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:17:19 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:17:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:17:20 MainThread: num_known_live_backends has reached value: 3
06:17:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:17:21 MainThread: num_known_live_backends has reached value: 3
06:17:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:17:21 MainThread: num_known_live_backends has reached value: 3
06:17:22 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:17:22,318 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:17:22,318 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:17:22,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:22,322 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:17:22,322 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:17:22,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:22,324 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:17:22,324 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:17:22,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:22,326 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:17:22,326 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:17:22,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:22,328 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_exchange_delays.py::TestExchangeDelays::()::test_exchange_large_delay_zero_rows[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4445390&gt;
-- 2019-04-18 06:17:22,447 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_exchange_delays.py::TestExchangeDelays::()::test_exchange_large_delay_zero_rows[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:17:22,470 INFO     MainThread: Started query 814b42c354af60ae:8301093900000000
SET client_identifier=custom_cluster/test_exchange_delays.py::TestExchangeDelays::()::test_exchange_large_delay_zero_rows[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select l_orderkey, count(*)
from tpch.lineitem
where l_linenumber = -1
group by l_orderkey;

-- 2019-04-18 06:17:23,248 INFO     MainThread: Started query 7944c1054ffec8b9:1314c58d00000000
</system-err></testcase><testcase classname="custom_cluster.test_frontend_connection_limit.TestFrontendConnectionLimit" file="custom_cluster/test_frontend_connection_limit.py" line="51" name="test_no_connection_is_rejected" time="13.598402977"><system-err>-- 2019-04-18 06:17:33,309 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--fe_service_threads=1 --accepted_client_cnxn_timeout=0 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:17:33 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:17:34 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:17:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:17:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:17:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:17:38 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:17:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:17:38 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:17:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:17:39 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:17:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:17:40 MainThread: num_known_live_backends has reached value: 3
06:17:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:17:41 MainThread: num_known_live_backends has reached value: 3
06:17:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:17:41 MainThread: num_known_live_backends has reached value: 3
06:17:42 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:17:42,498 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:17:42,498 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:17:42,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:42,502 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:17:42,502 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:17:42,503 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:42,504 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:17:42,504 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:17:42,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:42,505 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:17:42,505 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:17:42,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:42,507 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_frontend_connection_limit.py::TestFrontendConnectionLimit::()::test_no_connection_is_rejected;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6ce3990&gt;
-- 2019-04-18 06:17:42,627 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_frontend_connection_limit.py::TestFrontendConnectionLimit::()::test_no_connection_is_rejected;
SET client_identifier=custom_cluster/test_frontend_connection_limit.py::TestFrontendConnectionLimit::()::test_no_connection_is_rejected;
-- connecting to: ip-172-31-13-181:21002
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21002
select sleep(2000);

-- executing against ip-172-31-13-181:21002
select sleep(2000);

-- 2019-04-18 06:17:42,885 INFO     Thread-92: Started query c24ae95b11a8faae:3896045700000000
-- closing connection to: ip-172-31-13-181:21002
-- 2019-04-18 06:17:44,900 INFO     Thread-91: Started query 874b93a89943226c:4d374e2a00000000
-- closing connection to: ip-172-31-13-181:21002
</system-err></testcase><testcase classname="custom_cluster.test_frontend_connection_limit.TestFrontendConnectionLimit" file="custom_cluster/test_frontend_connection_limit.py" line="67" name="test_server_busy" time="14.4710469246"><system-err>-- 2019-04-18 06:17:46,909 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--fe_service_threads=1 --accepted_client_cnxn_timeout=5000 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:17:47 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:17:48 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:17:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:17:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:17:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:17:52 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:17:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:17:52 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:17:53 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:17:53 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:17:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:17:54 MainThread: num_known_live_backends has reached value: 3
06:17:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:17:55 MainThread: num_known_live_backends has reached value: 3
06:17:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:17:55 MainThread: num_known_live_backends has reached value: 3
06:17:56 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:17:56,105 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:17:56,105 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:17:56,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:56,108 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:17:56,108 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:17:56,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:56,110 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:17:56,110 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:17:56,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:56,112 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:17:56,112 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:17:56,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:17:56,114 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_frontend_connection_limit.py::TestFrontendConnectionLimit::()::test_server_busy;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6cea050&gt;
-- 2019-04-18 06:17:56,232 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_frontend_connection_limit.py::TestFrontendConnectionLimit::()::test_server_busy;
-- connecting to: localhost:21000
-- executing async: localhost:21000
select sleep(7000);

-- 2019-04-18 06:17:56,377 INFO     MainThread: Started query 6d4d90454541b182:6fd9548500000000
SET client_identifier=custom_cluster/test_frontend_connection_limit.py::TestFrontendConnectionLimit::()::test_server_busy;
-- connecting to: localhost:21000
-- executing against localhost:21000
select sleep(8000);

-- closing connection to: localhost:21000
</system-err></testcase><testcase classname="custom_cluster.test_hdfs_fd_caching.TestHdfsFdCaching" file="custom_cluster/test_hdfs_fd_caching.py" line="120" name="test_caching_enabled[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="22.7077007294"><system-err>-- 2019-04-18 06:18:01,382 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--max_cached_file_handles=16  --unused_file_handle_timeout_sec=18446744073709551600 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--load_catalog_in_background=false &apos; --impalad_args=--default_query_options=
06:18:01 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:18:02 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:18:03 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:18:03 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:18:03 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:18:06 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:18:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:18:07 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:18:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:18:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:18:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:18:09 MainThread: num_known_live_backends has reached value: 3
06:18:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:18:09 MainThread: num_known_live_backends has reached value: 3
06:18:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:18:10 MainThread: num_known_live_backends has reached value: 3
06:18:10 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:18:10,577 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:18:10,578 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:18:10,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:10,581 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:18:10,581 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:18:10,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:10,583 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:18:10,583 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:18:10,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:10,584 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:18:10,585 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:18:10,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:10,586 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6ceb850&gt;
-- 2019-04-18 06:18:10,706 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
drop database if exists cachefd cascade;

-- 2019-04-18 06:18:10,813 INFO     MainThread: Started query 2f4417829b5048ad:b85f90ea00000000
-- executing against ip-172-31-13-181:21000
create database cachefd;

-- 2019-04-18 06:18:11,082 INFO     MainThread: Started query 8a471f25a2468975:475e31a600000000
-- executing against ip-172-31-13-181:21000
create table cachefd.simple(id int, col1 int, col2 int) stored as parquet;

-- 2019-04-18 06:18:11,582 INFO     MainThread: Started query a047c9c4dc410139:ba6a85d800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:12,162 INFO     MainThread: Started query 1f404c76ff7a2b9c:5888237600000000
-- 2019-04-18 06:18:12,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,432 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,442 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,446 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:12,454 INFO     MainThread: Started query 36465d52c427f443:ad5de8d600000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:12,572 INFO     MainThread: Started query 104e98589d391a3a:f3ef696000000000
-- 2019-04-18 06:18:12,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:12,726 INFO     MainThread: Started query dc41c5f294552101:d234dcf100000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:12,737 INFO     MainThread: Started query 714a3482b661e9ed:406e3c7900000000
-- 2019-04-18 06:18:12,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:12,838 INFO     MainThread: Started query b6478d2a1cc51d34:98017fbf00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:12,849 INFO     MainThread: Started query dc4aa25b3c4c94c8:5e14063900000000
-- 2019-04-18 06:18:12,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,924 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,930 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:12,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:12,949 INFO     MainThread: Started query 7d4272ec8d23fb17:b47dec9e00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:12,958 INFO     MainThread: Started query 1c4824bda4b6f1dd:314b73c100000000
-- 2019-04-18 06:18:13,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,030 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,036 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,046 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:13,058 INFO     MainThread: Started query 4446552630318517:29b943c400000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:13,068 INFO     MainThread: Started query 0141094042d43612:41919e5b00000000
-- 2019-04-18 06:18:13,136 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:13,168 INFO     MainThread: Started query 3f4bc2592b804bf5:0793db6700000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:13,179 INFO     MainThread: Started query 964c8be99a22a761:8587947500000000
-- 2019-04-18 06:18:13,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:13,279 INFO     MainThread: Started query 244f92d8b81a4283:8fa08f1300000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:13,288 INFO     MainThread: Started query 6c4724a30f2ff8ef:0419e4c800000000
-- 2019-04-18 06:18:13,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,363 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,367 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,376 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,382 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:13,389 INFO     MainThread: Started query 0742fa3848f501c5:460ab41f00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:13,398 INFO     MainThread: Started query 4f4c9bf4206b1716:cee1057b00000000
-- 2019-04-18 06:18:13,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,485 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,489 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:13,498 INFO     MainThread: Started query b54cd180969cc909:1f4ca2b200000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:13,507 INFO     MainThread: Started query 6540badaba96399d:b5cd8b8e00000000
-- 2019-04-18 06:18:13,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,590 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,596 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:13,606 INFO     MainThread: Started query 8d4413da1849d690:31793fa300000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:13,614 INFO     MainThread: Started query 1e48dc86614213d6:9e1c10a700000000
-- 2019-04-18 06:18:13,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:13,713 INFO     MainThread: Started query 564053a390e0a7ed:565aac6000000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:13,721 INFO     MainThread: Started query 5d43df2c589c694d:0105520600000000
-- 2019-04-18 06:18:13,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:13,813 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:13,837 INFO     MainThread: Started query 1f40877da968c75b:7613367d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:13,965 INFO     MainThread: Started query 884ab3d9a18a7a08:b63f25db00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,094 INFO     MainThread: Started query f7498876cfb68ddb:97e67c4400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,219 INFO     MainThread: Started query e94d1e3decdbf464:695b0e4300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,342 INFO     MainThread: Started query 3d42de9a924fa1a7:322fda6900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,415 INFO     MainThread: Started query ef44caf762b13b2d:d51427da00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,488 INFO     MainThread: Started query c9455558642bd556:b1d28f0600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,560 INFO     MainThread: Started query 274bd3132b399be0:3ec5d80d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,633 INFO     MainThread: Started query 504b92a7106ac993:36f86a4800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,705 INFO     MainThread: Started query aa4e987b8be6fb56:eead421700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,776 INFO     MainThread: Started query 7048ae31398ffa59:e31339df00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,847 INFO     MainThread: Started query 1e4d35c9a95b4ddf:062833a800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,919 INFO     MainThread: Started query 3448b836cfe31b35:34c4eec600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:14,990 INFO     MainThread: Started query c34bae9b41f2d199:0e947e4900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,061 INFO     MainThread: Started query 0d4d64eea0e49f30:7c46ea8f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,132 INFO     MainThread: Started query 6c4294d271bab70e:b080f41500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,204 INFO     MainThread: Started query 9d4e11f94c6e626d:998cb72100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,277 INFO     MainThread: Started query 9c496509edc8c4f1:891f44e000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,347 INFO     MainThread: Started query 334c5ce2d917876b:9fae061800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,417 INFO     MainThread: Started query bb4430d51629a9a2:a9b3724700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,489 INFO     MainThread: Started query 61435589f5b7f174:fffb5d2400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,562 INFO     MainThread: Started query 6b417faf467081c2:aa4ddccb00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,631 INFO     MainThread: Started query be4df6c6f9a59f11:d7dd865700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,701 INFO     MainThread: Started query 8c484dbe59878855:91bc1ad300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,770 INFO     MainThread: Started query 9249b6e857d6abf4:b7420fba00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,839 INFO     MainThread: Started query 614216790da97a61:92b7005200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,909 INFO     MainThread: Started query 544bcc9f3cf7ba2c:2269e71f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:15,979 INFO     MainThread: Started query 104879d2ef3b9be7:209596b500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,049 INFO     MainThread: Started query b14f9cc9b3bae90f:5850e5f400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,118 INFO     MainThread: Started query 614ba15f322dfff4:987e4de300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,188 INFO     MainThread: Started query 8c4368c1c4434c32:45ff3a0c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,258 INFO     MainThread: Started query 36454799797ccbf0:7a93db9000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,328 INFO     MainThread: Started query f943da739ecda8cb:e0fe387200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,398 INFO     MainThread: Started query d0404b98a75a91ea:7e9c27da00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,468 INFO     MainThread: Started query 80470fc63fe38813:8e470bd300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,538 INFO     MainThread: Started query fa4ee7d9e8146ed0:df89d00000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,608 INFO     MainThread: Started query 1d4e6347af17b95b:c956655000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,678 INFO     MainThread: Started query 09443c798c9f3eac:3729e04000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,748 INFO     MainThread: Started query fe4ebbccde3ea10d:bbb08ec700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,818 INFO     MainThread: Started query 564a67570f5c197f:f144656e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,887 INFO     MainThread: Started query f243bfa7b51f4510:9c1614bb00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:16,957 INFO     MainThread: Started query 7145a2290fba4ee7:f8b6fbac00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,029 INFO     MainThread: Started query 504f29f3e0545bef:bfc19c9c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,099 INFO     MainThread: Started query 5d4b2df67e701ff0:67d0ffe600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,173 INFO     MainThread: Started query ff418d1b9ab9bc86:4bd8e5a800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,245 INFO     MainThread: Started query 05474263021d4296:ae0d800a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,315 INFO     MainThread: Started query 33478a568ec75540:49283df900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,385 INFO     MainThread: Started query 2b49bc315ad6514c:b7b6c52d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,454 INFO     MainThread: Started query e045f5dab560edd6:267ad93400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,524 INFO     MainThread: Started query 1e42390a5827b306:324e16ce00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,594 INFO     MainThread: Started query 1f409020054d92af:a1970c2e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,665 INFO     MainThread: Started query fe46ba37418827d1:957384e700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,735 INFO     MainThread: Started query e842148b96d94696:eece07c200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,804 INFO     MainThread: Started query 45492ab70496b8f2:2bc0956c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,873 INFO     MainThread: Started query 284a33eeca699a0d:7a63448a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:17,942 INFO     MainThread: Started query ba4fd4afe0e72acb:3b1100a100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,011 INFO     MainThread: Started query eb4e42b1411461da:b802b6fb00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,083 INFO     MainThread: Started query ed4f929d392bb165:0f37bbfe00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,153 INFO     MainThread: Started query 624ff7f1d702fe67:92f8b96c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,223 INFO     MainThread: Started query 904dc05da5a76427:aa885dec00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,293 INFO     MainThread: Started query e143ad1712c21217:fe081ea500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,363 INFO     MainThread: Started query e34ad94da3787c4e:eae123c800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,433 INFO     MainThread: Started query b8414686f80aa6e2:c706d6f100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,502 INFO     MainThread: Started query ec47013ba51031b2:c40d386200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,573 INFO     MainThread: Started query ff428e3a488c9a66:b2cb4a0100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,643 INFO     MainThread: Started query 564745a12e76f60e:c068ce1f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,711 INFO     MainThread: Started query d64c77f78383d796:2e78f3c900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,780 INFO     MainThread: Started query 1042476ed81b4d21:2c165bf800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,849 INFO     MainThread: Started query 594122d0556de1be:47d0bccb00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,918 INFO     MainThread: Started query 7b41eac9404219f9:a8dfa60d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:18,987 INFO     MainThread: Started query bf4af974b9247148:8ba6cb2c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,056 INFO     MainThread: Started query d149656c0e5a0db7:747a881500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,126 INFO     MainThread: Started query c64267ccd15125a1:cee5b76200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,195 INFO     MainThread: Started query 4248c8d846f0a103:3521474400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,264 INFO     MainThread: Started query 5d474e6e87bc1132:74b7436900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,333 INFO     MainThread: Started query aa44c020bbf8ba3e:110b5bf100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,401 INFO     MainThread: Started query df41002b23947f8f:2fef3ebc00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,470 INFO     MainThread: Started query 50497fcb46365fee:ed2afd7f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,539 INFO     MainThread: Started query e04410a6a36f60b1:7f298aee00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,608 INFO     MainThread: Started query 7e44016d2ac62f27:4d3c64af00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,676 INFO     MainThread: Started query e14f3a211192d942:bc808e5000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,745 INFO     MainThread: Started query 9a401ba4e78acfdb:6fc9938f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,816 INFO     MainThread: Started query be43e6f763bd0307:44d8e1fa00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,885 INFO     MainThread: Started query dc4d9ed209cda112:b60f22f100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:19,954 INFO     MainThread: Started query 1140f9261796f64c:d9770f8800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,024 INFO     MainThread: Started query d04edcea3a16d9d7:e608ec5700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,093 INFO     MainThread: Started query 084cc62fca9ce6c1:b96ca8da00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,162 INFO     MainThread: Started query 11496976451bcadb:dacd69a000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,231 INFO     MainThread: Started query 6247292255f8f3c1:af785a4e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,301 INFO     MainThread: Started query c742e9f7133b0d0c:fdac075900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,370 INFO     MainThread: Started query ba4973867d33344a:8714563b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,438 INFO     MainThread: Started query 90494d211c00d543:45a04fbc00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,507 INFO     MainThread: Started query 3f4435f81321c8ae:9786579a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,576 INFO     MainThread: Started query 024815c5b6994026:45ef824e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,645 INFO     MainThread: Started query 194604caa5c88971:35c2db5a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,714 INFO     MainThread: Started query 3c42e68f868464a9:05f2ac3000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,782 INFO     MainThread: Started query 6242e86d48a187ad:7a05f13100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,851 INFO     MainThread: Started query d64a45384e6463da:229c920800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,919 INFO     MainThread: Started query 804eee815b6586ab:b38deb8600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:20,988 INFO     MainThread: Started query b8484627c3f3bf93:6798f88200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,059 INFO     MainThread: Started query 2544e807f1ac104d:9e37ba9100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,128 INFO     MainThread: Started query 474cc663672ec1a8:df95ceb700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,205 INFO     MainThread: Started query f7444ea4b2f173be:e99eb4c200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,274 INFO     MainThread: Started query ab42a20eebea1cb6:7d2693eb00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,343 INFO     MainThread: Started query 64470df9b74126e6:23e7241400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,411 INFO     MainThread: Started query a442ca3226e65994:d92cdbfd00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,481 INFO     MainThread: Started query 84424b5826a6d9ad:adff30aa00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,549 INFO     MainThread: Started query b747663b6fd21a12:d7c27c5a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,618 INFO     MainThread: Started query 644c8adf4f10abc5:6cd11bf800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,687 INFO     MainThread: Started query 9d4db3ccba39c42c:f2c5fee000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,755 INFO     MainThread: Started query 534188ee35034fe6:674bae4d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,824 INFO     MainThread: Started query 864686dd29936597:e2d63a5f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,892 INFO     MainThread: Started query 9842c8b9ee1521cf:b7c20a8500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:21,960 INFO     MainThread: Started query 8548b83ec53f4d1d:9ba22bf700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:22,029 INFO     MainThread: Started query 7e4c8fd1914a3ee2:6c9e4f1c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:22,098 INFO     MainThread: Started query 7442572594b1b6f9:c870214500000000
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:22,162 INFO     MainThread: Started query 7344a84146fa30fe:0013efd900000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:22,200 INFO     MainThread: Started query cd4fff72a6a4247e:96334ae400000000
-- 2019-04-18 06:18:22,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:22,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:22,531 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:22,538 INFO     MainThread: Started query 284142d517582521:e14fe07900000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:22,552 INFO     MainThread: Started query c742df8edf4a1d1e:a1ac314a00000000
-- 2019-04-18 06:18:22,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:22,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:22,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:22,687 INFO     MainThread: Started query b0450375f448c346:a28c85bf00000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:22,701 INFO     MainThread: Started query 6e4b129274fe74b0:ed31df0500000000
-- 2019-04-18 06:18:22,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:22,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:22,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:22,837 INFO     MainThread: Started query a24a93402261c1bf:ef1d6a1f00000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:22,849 INFO     MainThread: Started query be4abce71a09ca4e:2fdd61b200000000
-- 2019-04-18 06:18:22,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:22,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:22,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:22,986 INFO     MainThread: Started query dd41555008f04d8e:3f6f969500000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:22,998 INFO     MainThread: Started query 7c4400ed5e00b1c1:5c6d8cbe00000000
-- 2019-04-18 06:18:23,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:23,133 INFO     MainThread: Started query 904d21d61dad0623:ccdb819300000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:23,148 INFO     MainThread: Started query da4a63efa3b585f8:ae4d4efd00000000
-- 2019-04-18 06:18:23,271 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:23,284 INFO     MainThread: Started query ce41294f0171f6c2:df19aef500000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:23,295 INFO     MainThread: Started query 604a34e5ebf44490:4dbf14cc00000000
-- 2019-04-18 06:18:23,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,422 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:23,431 INFO     MainThread: Started query 514d65b03b9e3b06:c23064ab00000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:23,445 INFO     MainThread: Started query 7b4636c8ab17e476:b3b98cb900000000
-- 2019-04-18 06:18:23,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:23,581 INFO     MainThread: Started query f94c79bca5f9a879:31f9907800000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:23,593 INFO     MainThread: Started query b44c5d436713d23c:65fc13d700000000
-- 2019-04-18 06:18:23,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_enabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:23,729 INFO     MainThread: Started query f842cc22efd2c13d:961bb97c00000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:23,740 INFO     MainThread: Started query ef454e58289d844d:eca784a600000000
-- 2019-04-18 06:18:23,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,870 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:23,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_hdfs_fd_caching.TestHdfsFdCaching" file="custom_cluster/test_hdfs_fd_caching.py" line="142" name="test_caching_with_eviction[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="32.9941530228"><system-err>-- 2019-04-18 06:18:24,095 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--max_cached_file_handles=16 --unused_file_handle_timeout_sec=5 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--load_catalog_in_background=false &apos; --impalad_args=--default_query_options=
06:18:24 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:18:25 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:18:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:18:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:18:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:18:29 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:18:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:18:29 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:18:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:18:30 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:18:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:18:31 MainThread: num_known_live_backends has reached value: 3
06:18:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:18:32 MainThread: num_known_live_backends has reached value: 3
06:18:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:18:32 MainThread: num_known_live_backends has reached value: 3
06:18:33 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:18:33,286 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:18:33,286 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:18:33,287 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:33,289 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:18:33,289 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:18:33,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:33,291 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:18:33,291 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:18:33,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:33,293 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:18:33,293 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:18:33,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:33,295 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6cf5f10&gt;
-- 2019-04-18 06:18:33,417 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
drop database if exists cachefd cascade;

-- 2019-04-18 06:18:33,531 INFO     MainThread: Started query c2439302386212fe:b941cc2600000000
-- executing against ip-172-31-13-181:21000
create database cachefd;

-- 2019-04-18 06:18:34,083 INFO     MainThread: Started query aa429cd0993dce03:b7fbe6b100000000
-- executing against ip-172-31-13-181:21000
create table cachefd.simple(id int, col1 int, col2 int) stored as parquet;

-- 2019-04-18 06:18:34,581 INFO     MainThread: Started query 14421dc8d6b8ce7d:be36738900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:35,201 INFO     MainThread: Started query 04440c6753308330:ddb1f27200000000
-- 2019-04-18 06:18:35,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:35,492 INFO     MainThread: Started query 504036184040412f:c82a597b00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:35,611 INFO     MainThread: Started query fd49387b2511233e:faf4122d00000000
-- 2019-04-18 06:18:35,828 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,852 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:35,861 INFO     MainThread: Started query ba4f5b44db30ff24:a4fc984900000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:35,871 INFO     MainThread: Started query 384c9058bfad96a8:1467170700000000
-- 2019-04-18 06:18:35,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:35,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:35,968 INFO     MainThread: Started query a7442d1e3b790ec6:1fd5de2e00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:35,978 INFO     MainThread: Started query 404fc0f82bf44c1c:bc4059dd00000000
-- 2019-04-18 06:18:36,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,046 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,050 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:36,075 INFO     MainThread: Started query c0438fa8ca1f9a64:e706a45c00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:36,084 INFO     MainThread: Started query a142f5e6ce5bbdf6:dcf9140600000000
-- 2019-04-18 06:18:36,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:36,181 INFO     MainThread: Started query 70451fd45f2a8f25:ac9db48100000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:36,190 INFO     MainThread: Started query 79435e1073b63038:48b67b1c00000000
-- 2019-04-18 06:18:36,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,261 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:36,286 INFO     MainThread: Started query 144655c02f72f987:24e8a73e00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:36,295 INFO     MainThread: Started query 5c4f9958cf7d0dc7:c603eecf00000000
-- 2019-04-18 06:18:36,359 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,365 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,378 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,384 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:36,389 INFO     MainThread: Started query 744c9342a9fae29f:8f9fcb1e00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:36,398 INFO     MainThread: Started query 13417f1c2972bd9e:94c7033f00000000
-- 2019-04-18 06:18:36,461 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,481 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,487 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:36,492 INFO     MainThread: Started query 294037f76deb8772:9226456800000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:36,501 INFO     MainThread: Started query 06400c0c084954db:43bb90a300000000
-- 2019-04-18 06:18:36,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,580 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,586 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:36,595 INFO     MainThread: Started query 004d13239a559c79:569e255f00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:36,603 INFO     MainThread: Started query 2c48d3fabaa8ba3f:30ed229700000000
-- 2019-04-18 06:18:36,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:36,698 INFO     MainThread: Started query f041219a2f9b11ce:e9a9ce5d00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:36,707 INFO     MainThread: Started query a14288967e1a7d03:70d014d400000000
-- 2019-04-18 06:18:36,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:36,801 INFO     MainThread: Started query 6b4f5e8f4ea5f162:f33b343500000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:18:36,810 INFO     MainThread: Started query 064d40a54c110f23:e1cb2c4400000000
-- 2019-04-18 06:18:36,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,886 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,890 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,896 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:36,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:36,923 INFO     MainThread: Started query 5c4ab5a3659e2b0d:9284676e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,050 INFO     MainThread: Started query 834017f37ac708fd:018e878600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,176 INFO     MainThread: Started query 18456bb85ee70631:65c5274c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,300 INFO     MainThread: Started query 6c4f8e695a7f7d6a:0e363dfd00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,426 INFO     MainThread: Started query 4d445620a6e41d1d:b137d94700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,499 INFO     MainThread: Started query 5548b7e6cd3de367:7d3fa70d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,572 INFO     MainThread: Started query 8949fdb4b1ee5f83:a703bcb800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,645 INFO     MainThread: Started query 3a42c94182e398cb:e1578eb800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,718 INFO     MainThread: Started query 1b4f0fb2149b86ec:fda93ad600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,790 INFO     MainThread: Started query 7f4f81b3ffce30de:c8a2d09600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,862 INFO     MainThread: Started query 5247fe22a21a717c:1cc43e4000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:37,934 INFO     MainThread: Started query 0042a100f7b78eee:2142cb6400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,006 INFO     MainThread: Started query 524b3b97f8a0bb44:1298793700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,077 INFO     MainThread: Started query 2347ef9d5b7b0e11:db15876e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,149 INFO     MainThread: Started query 7b46443d7e08776b:6e26ca6b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,221 INFO     MainThread: Started query 764a4e84e7686dab:249510bc00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,292 INFO     MainThread: Started query a3439927a4cbe622:3a87536400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,365 INFO     MainThread: Started query 474851eb719959d6:6a59797900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,435 INFO     MainThread: Started query b349a3ba724ec27c:9eee016500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,506 INFO     MainThread: Started query 874b35b77925bbfa:923be20300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,580 INFO     MainThread: Started query 13468a4b6ab42488:53d394a900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,656 INFO     MainThread: Started query ae4a889408698f7c:eb277e5900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,726 INFO     MainThread: Started query f440441a646f2099:d906df5100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,795 INFO     MainThread: Started query 4940e466ce8b2ae7:dc47168b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,864 INFO     MainThread: Started query 2d4a7188c0ff1ca1:36f23d7d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:38,933 INFO     MainThread: Started query dc4de786d4e45da8:f14c4f0900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,003 INFO     MainThread: Started query 5f457566d1f34509:bd7d002500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,073 INFO     MainThread: Started query 404a5289cdad8fb6:064a841e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,142 INFO     MainThread: Started query 9f468f26d809d352:660fcad300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,211 INFO     MainThread: Started query 4344d0a0603f58fb:ee3ce4f500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,281 INFO     MainThread: Started query bf40d099cc0a5b9a:6e33249c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,350 INFO     MainThread: Started query ae44ba57d63c2fed:fcaa369c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,419 INFO     MainThread: Started query 89474ad706375a82:f45da9bb00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,488 INFO     MainThread: Started query d04e6e3975e7d2a9:7d8b7aed00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,558 INFO     MainThread: Started query 8a4186929a84cfef:13a2a10400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,627 INFO     MainThread: Started query 0c4752f333db498c:18b3024700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,697 INFO     MainThread: Started query f647ff3bcbc686f5:1e4258cc00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,767 INFO     MainThread: Started query 1b4d78505b82c946:9b9e3f2f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,837 INFO     MainThread: Started query 4e4487eb7a772b9c:a00a0f1d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,906 INFO     MainThread: Started query 34478c434daa49b0:3bfe272d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:39,976 INFO     MainThread: Started query 4343e72b8cfd97cd:a9fe63f300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,045 INFO     MainThread: Started query 8c403d92c9b2dc05:aac2377c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,115 INFO     MainThread: Started query 36444114f6c5cc7f:168d60fd00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,187 INFO     MainThread: Started query bf42ae50ade587c7:ee0ee0a100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,258 INFO     MainThread: Started query 45484d0cc39f95cf:898e19ab00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,327 INFO     MainThread: Started query c0467208f4396ae8:22c2ac6800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,397 INFO     MainThread: Started query 4141adfd4e412b07:28d10c6400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,466 INFO     MainThread: Started query bb452edd2f06df32:1069c1af00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,536 INFO     MainThread: Started query 704f93e11d619420:eaf6dbbd00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,606 INFO     MainThread: Started query b548c931b5e164d6:e0e5347900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,675 INFO     MainThread: Started query 3e4c69c8f48352aa:2af4df3700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,745 INFO     MainThread: Started query 3c47a93747319a45:c0e5b56600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,816 INFO     MainThread: Started query a44a87c1bba4f28d:e626bc8c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,886 INFO     MainThread: Started query 5f45d764064f947d:ebe7fc6100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:40,956 INFO     MainThread: Started query 9a4df090e08a3ada:734dede500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,028 INFO     MainThread: Started query f64fee232007c962:27abf9a100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,097 INFO     MainThread: Started query b945e391e30b02b4:1d2770c000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,166 INFO     MainThread: Started query 71494daf0cb39931:cf2b5fd700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,237 INFO     MainThread: Started query 6c4fef20f97fd4a5:14b3402d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,306 INFO     MainThread: Started query 634b8966b8cc6c4c:ac05d3a600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,375 INFO     MainThread: Started query 5740e65be69b4be1:878071c600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,444 INFO     MainThread: Started query b54e4d010bfa554c:6bc1923300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,514 INFO     MainThread: Started query a5451c85d85b0c12:bc9f1d8500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,584 INFO     MainThread: Started query 1e43ea36fd9d4884:a002315f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,653 INFO     MainThread: Started query 8045acea377e3dd3:9afbc57600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,722 INFO     MainThread: Started query 6447fe67589118e2:d222890b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,792 INFO     MainThread: Started query cf4bfc24c13b5f07:c386f1c600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,860 INFO     MainThread: Started query 8d41d2e3a4ec9b04:92ba78db00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,929 INFO     MainThread: Started query 184a32dfc3d3b24f:4761b19400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:41,998 INFO     MainThread: Started query e2446ea6fd3117ea:a1f2d00b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,067 INFO     MainThread: Started query a54a7bdecfc73a53:13a6ae7b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,136 INFO     MainThread: Started query 61428e0950d30ab3:f068c43e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,208 INFO     MainThread: Started query aa46124850e9e0b0:e8464d5c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,277 INFO     MainThread: Started query aa476907324d63e9:98e6aaae00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,347 INFO     MainThread: Started query f4401f6ca82f88d4:c503a65d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,415 INFO     MainThread: Started query 5845061684bdeff4:5bc7fd5100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,484 INFO     MainThread: Started query 99411ac0dfa3f594:df339add00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,552 INFO     MainThread: Started query ec4e17b423e0562d:24ba944700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,621 INFO     MainThread: Started query d94df6b3fabbe56a:e2ecc00900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,690 INFO     MainThread: Started query 4b4c7ec7b04df37d:7ab14b7d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,759 INFO     MainThread: Started query 8247fee739f3d41b:f62ba7f000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,827 INFO     MainThread: Started query cc4c9efd313b6ab4:f029d22400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,896 INFO     MainThread: Started query 9748dcf6bba7a75e:755da78400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:42,965 INFO     MainThread: Started query d745a0c3e4303865:075689ce00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,035 INFO     MainThread: Started query 3448320227618567:2263540600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,104 INFO     MainThread: Started query 3d46bdba9f824a71:b14d680700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,173 INFO     MainThread: Started query 7840f199f09c6956:b662928300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,242 INFO     MainThread: Started query 8f451041e4e24e23:216b9d0700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,311 INFO     MainThread: Started query 424102b5d173b278:b8a1d30a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,380 INFO     MainThread: Started query 1a43ea02ee65c641:61a8127700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,449 INFO     MainThread: Started query c34e50f4a0847cb6:fa99971800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,518 INFO     MainThread: Started query 404a1366ae741def:e3073b8a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,589 INFO     MainThread: Started query 7844461f674f514c:0892df9600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,658 INFO     MainThread: Started query f740f63fb351c51a:9fc66d5200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,726 INFO     MainThread: Started query 8e4cda45e1ba3c56:a625f77a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,795 INFO     MainThread: Started query 2646482935bc64ba:964b053800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,864 INFO     MainThread: Started query ca45bac2d4df0cb8:d9b20f7c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:43,932 INFO     MainThread: Started query cb48fbf3e771bd72:bc89ac9c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,001 INFO     MainThread: Started query 3f43ea6add2192df:0460267a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,070 INFO     MainThread: Started query 7041bfb883673133:e9a6cde500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,139 INFO     MainThread: Started query 9a405de304b6e3b6:31d4711000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,208 INFO     MainThread: Started query b34bd3d723a3c949:23ce19a100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,278 INFO     MainThread: Started query 6640df56c2f876b0:99585eb400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,346 INFO     MainThread: Started query 624eba072372dd8d:2e185c1400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,416 INFO     MainThread: Started query 5d4ba05142fb3f53:c33f8f8100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,484 INFO     MainThread: Started query d6495a3c03e4a2af:44ca100a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,553 INFO     MainThread: Started query ad4aad5fd9733cb4:8c58dab500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,621 INFO     MainThread: Started query d242f65266968ce8:4cb995dc00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,690 INFO     MainThread: Started query 0f45724c28f68410:fb9a8da400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,760 INFO     MainThread: Started query 734261985aaefb3f:a72062cd00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,828 INFO     MainThread: Started query 1f4f112af9c9ed1b:97485e7600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,896 INFO     MainThread: Started query 2c4cc317103b9481:b1c1b51400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:44,965 INFO     MainThread: Started query 7f465dafa82522e8:6db739b700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:45,033 INFO     MainThread: Started query 204e28dd999dea8e:f7a88ee700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:45,101 INFO     MainThread: Started query 57450cfe2f4b0314:274abeb800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:18:45,171 INFO     MainThread: Started query 9f4317880f793476:4b6d203600000000
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:45,235 INFO     MainThread: Started query 8e4e9a5d43ea2615:c54c9ae200000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:45,270 INFO     MainThread: Started query 0345f6ea66ab77f2:af77fbde00000000
-- 2019-04-18 06:18:45,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:45,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:45,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:45,609 INFO     MainThread: Started query c2482df6ffdf079e:d2b3514400000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:45,626 INFO     MainThread: Started query 6b4aad5840a5fbcb:b2d37cff00000000
-- 2019-04-18 06:18:45,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:45,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:45,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:45,762 INFO     MainThread: Started query 904edc845a6636fc:074655a400000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:45,778 INFO     MainThread: Started query c6422f0bbd46d773:2440da7500000000
-- 2019-04-18 06:18:45,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:45,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:45,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:45,913 INFO     MainThread: Started query 1648af324f07908a:d1ba937600000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:45,926 INFO     MainThread: Started query 0b47f50f3bde00da:36e9fd4300000000
-- 2019-04-18 06:18:46,050 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,054 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:46,063 INFO     MainThread: Started query 7f48d6d38008a721:1dfe37b200000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:46,075 INFO     MainThread: Started query ea4da7d90860f44c:5e3b3b4f00000000
-- 2019-04-18 06:18:46,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,201 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:46,210 INFO     MainThread: Started query 4d4b86ad68ac4fb6:672d3cfb00000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:46,222 INFO     MainThread: Started query a84ac50c64323172:0c68979e00000000
-- 2019-04-18 06:18:46,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:46,358 INFO     MainThread: Started query 9e45a8832a93bd0d:66035b8c00000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:46,370 INFO     MainThread: Started query 6c4c94bd754ecc03:d1170f8700000000
-- 2019-04-18 06:18:46,493 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,497 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:46,506 INFO     MainThread: Started query 16495e7ef738df63:bd2369fe00000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:46,516 INFO     MainThread: Started query a6492f146fa5d8a6:018da97000000000
-- 2019-04-18 06:18:46,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,643 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:46,653 INFO     MainThread: Started query 6f49da083f972ce8:a018d6bc00000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:46,667 INFO     MainThread: Started query fe416b10d5795451:078c320500000000
-- 2019-04-18 06:18:46,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_with_eviction[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:18:46,803 INFO     MainThread: Started query c8495e79b11fabd8:3f9bb62200000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:18:46,814 INFO     MainThread: Started query 0342c6aea276bb64:6065721900000000
-- 2019-04-18 06:18:46,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,949 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:46,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:56,966 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:56,970 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:18:56,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_hdfs_fd_caching.TestHdfsFdCaching" file="custom_cluster/test_hdfs_fd_caching.py" line="158" name="test_caching_disabled_by_param[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="22.9950659275"><system-err>-- 2019-04-18 06:18:57,095 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--max_cached_file_handles=0 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--load_catalog_in_background=false &apos; --impalad_args=--default_query_options=
06:18:57 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:18:58 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:18:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:18:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:18:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:19:02 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:19:02 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:19:02 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:19:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:19:03 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:19:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:19:04 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:19:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:19:05 MainThread: num_known_live_backends has reached value: 3
06:19:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:19:06 MainThread: num_known_live_backends has reached value: 3
06:19:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:19:06 MainThread: num_known_live_backends has reached value: 3
06:19:07 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:19:07,287 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:19:07,287 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:19:07,289 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:07,290 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:19:07,290 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:19:07,291 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:07,292 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:19:07,292 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:19:07,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:07,294 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:19:07,294 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:19:07,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:07,296 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6ceb890&gt;
-- 2019-04-18 06:19:07,415 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
drop database if exists cachefd cascade;

-- 2019-04-18 06:19:07,520 INFO     MainThread: Started query 8749ca269321cdae:827ec08b00000000
-- executing against ip-172-31-13-181:21000
create database cachefd;

-- 2019-04-18 06:19:08,083 INFO     MainThread: Started query 7b48afc7c8b11560:7c6b0ce400000000
-- executing against ip-172-31-13-181:21000
create table cachefd.simple(id int, col1 int, col2 int) stored as parquet;

-- 2019-04-18 06:19:08,582 INFO     MainThread: Started query b04a8ee0ee532552:6077ad0800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:09,185 INFO     MainThread: Started query 024ba3f4157dbcd4:11e9118e00000000
-- 2019-04-18 06:19:09,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,459 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:09,479 INFO     MainThread: Started query 7f47c4e5a2a75a14:6361a62200000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:09,608 INFO     MainThread: Started query 524381fe421ce34d:0028d82200000000
-- 2019-04-18 06:19:09,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:09,806 INFO     MainThread: Started query 304d6557248bbe07:5768451200000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:09,816 INFO     MainThread: Started query ae4d1f16fdfdd9cc:b499396600000000
-- 2019-04-18 06:19:09,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,888 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,894 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:09,914 INFO     MainThread: Started query 77430901658872da:215841e400000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:09,923 INFO     MainThread: Started query 454c1398a401f758:7824d38200000000
-- 2019-04-18 06:19:09,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:09,998 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,004 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,010 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:10,019 INFO     MainThread: Started query 6f41955f9ada8d33:6e9f5d8a00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:10,029 INFO     MainThread: Started query 474ae467ff73b7ee:d1a88a9e00000000
-- 2019-04-18 06:19:10,093 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:10,125 INFO     MainThread: Started query 5c40c7b67d18de8b:c73764cd00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:10,135 INFO     MainThread: Started query d24bd4878576ab7e:e7a2fc1700000000
-- 2019-04-18 06:19:10,199 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,203 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:10,231 INFO     MainThread: Started query ae49321f3a905e6f:6ed40a6600000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:10,240 INFO     MainThread: Started query 734ba63c53451fb9:f8b5e1d700000000
-- 2019-04-18 06:19:10,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:10,335 INFO     MainThread: Started query cb4b01efb38cbb72:c1ab0f9500000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:10,344 INFO     MainThread: Started query 504905adfe0d1963:ce5d5b5f00000000
-- 2019-04-18 06:19:10,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,424 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:10,439 INFO     MainThread: Started query 374729c83eed0fef:14ba7c5f00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:10,448 INFO     MainThread: Started query 894559df191557a9:137de40000000000
-- 2019-04-18 06:19:10,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,515 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,525 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,531 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:10,543 INFO     MainThread: Started query 9d48bddba17d4880:bcae45eb00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:10,552 INFO     MainThread: Started query f64e489e6b524f56:7ae86b0c00000000
-- 2019-04-18 06:19:10,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:10,647 INFO     MainThread: Started query 4b4e6279dde52266:bb147cc600000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:10,656 INFO     MainThread: Started query 2f48092def9ea3af:6503aec500000000
-- 2019-04-18 06:19:10,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:10,750 INFO     MainThread: Started query 504b4f3b72cf3579:bcbcbb2a00000000
-- executing against ip-172-31-13-181:21000
select * from cachefd.simple;

-- 2019-04-18 06:19:10,759 INFO     MainThread: Started query 074daa607ae14f51:0442606b00000000
-- 2019-04-18 06:19:10,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:10,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:10,876 INFO     MainThread: Started query 474c852a8b6176ea:7c746a9500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,003 INFO     MainThread: Started query d645c8cd0521fc04:b0c8345200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,129 INFO     MainThread: Started query 33419d634491541d:691092d700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,253 INFO     MainThread: Started query 2e4d8d8995603f48:f959434800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,376 INFO     MainThread: Started query 7a4e354ca5f97717:33c1f45e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,448 INFO     MainThread: Started query 1845e8820b0970ad:7d9e05ed00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,521 INFO     MainThread: Started query d44ab28a0a890278:83fbbbef00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,596 INFO     MainThread: Started query 5b4a0ad920e0f0ec:b8d1d3b300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,671 INFO     MainThread: Started query f243c1ae92f99673:b0b415ab00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,743 INFO     MainThread: Started query ad4c7625dde3f184:ef16f2fa00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,815 INFO     MainThread: Started query 6f4474c3e409004c:ebfe592000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,886 INFO     MainThread: Started query 494f4139b1fed4cf:d6fc5b8500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:11,958 INFO     MainThread: Started query 194abf61e7a02526:ca71c34a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,029 INFO     MainThread: Started query ee4ea275141d80e5:a407a37b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,100 INFO     MainThread: Started query 174765f8cecc5137:cf31f54200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,171 INFO     MainThread: Started query 7a4a7182eeb8ce95:3617b79c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,243 INFO     MainThread: Started query 504032a1b84e6887:0797084b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,317 INFO     MainThread: Started query f541f42ad9818f94:8534cc9500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,388 INFO     MainThread: Started query 9643111b6c162af3:2728696000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,458 INFO     MainThread: Started query 8c4ef02057d9c7ca:1673eba200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,530 INFO     MainThread: Started query 9c4b931cfebdc54c:ec10c0fe00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,601 INFO     MainThread: Started query 9c412e95d4c4ea6d:1e89e27e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,671 INFO     MainThread: Started query 82417bf85aee799e:dd02585000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,740 INFO     MainThread: Started query 8342e97917967d9a:a07a7a9200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,810 INFO     MainThread: Started query 504dc92d88dd440c:fa8a48ea00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,879 INFO     MainThread: Started query d0491f7d6a021ba7:613f2fbf00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:12,949 INFO     MainThread: Started query e9480b8d2ec8a4ac:79992a1b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,019 INFO     MainThread: Started query 1c43ed71bb307c45:a1eadf2b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,089 INFO     MainThread: Started query 0041ddbb6bf8f944:29703f3e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,159 INFO     MainThread: Started query 9748dfd25721384c:44fa3ac800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,229 INFO     MainThread: Started query 114894023fe8a31d:304c460700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,299 INFO     MainThread: Started query c141b726ec926c6e:da558a7f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,369 INFO     MainThread: Started query 7a425255635b0278:eb17763300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,439 INFO     MainThread: Started query 0a4d9da5923682b2:51f5859b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,509 INFO     MainThread: Started query 8a426b92303b58ca:181a7e7700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,579 INFO     MainThread: Started query 494748fa1e6ee289:c8f9baf000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,649 INFO     MainThread: Started query 1b41fc6203c54e98:8e26547900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,718 INFO     MainThread: Started query 5e4c8841788bc4a1:74e16e3000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,788 INFO     MainThread: Started query 3141c6e1855b3ba5:f72dc19900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,857 INFO     MainThread: Started query 474540080f354609:07ad216a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,926 INFO     MainThread: Started query 6347aff7bf253e1b:0a6a3eda00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:13,997 INFO     MainThread: Started query ca4acbdc6add817c:8dfe857b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,067 INFO     MainThread: Started query 7945a14a76009d8c:5c8c319500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,142 INFO     MainThread: Started query 16413dee2900da4a:8594897b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,213 INFO     MainThread: Started query a9493827de969226:573b0ca800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,284 INFO     MainThread: Started query 304109c16b28abbe:3c8da7d500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,354 INFO     MainThread: Started query 3844c989758f4274:15ceb3ef00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,425 INFO     MainThread: Started query e74d0a9653c44cd4:46894e0900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,495 INFO     MainThread: Started query 454b44ac54270574:b74c804f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,567 INFO     MainThread: Started query 1643d4a6a2f1ff12:190be08000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,640 INFO     MainThread: Started query 3f4aac2864b515a3:62a26b3800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,711 INFO     MainThread: Started query 6e421ae6c77f95d3:0b40e3da00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,781 INFO     MainThread: Started query d84240ca294c1e6c:f1b83c0e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,851 INFO     MainThread: Started query f143889cf2747bb2:bdee5a2100000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,924 INFO     MainThread: Started query f44cdac640aed9aa:c5c066c400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:14,992 INFO     MainThread: Started query eb4677fce3a3665b:360319eb00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,061 INFO     MainThread: Started query c3440dea56528390:3562981600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,130 INFO     MainThread: Started query de44b9423cfb76e9:af8b60c400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,200 INFO     MainThread: Started query 484042c88d401406:fbf004da00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,269 INFO     MainThread: Started query cb492ab5258ebb38:15b51f6300000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,339 INFO     MainThread: Started query 3241e792c341a4bd:c6e826bc00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,408 INFO     MainThread: Started query 3f46ae04ef921266:50a82bcf00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,477 INFO     MainThread: Started query b14cafbe96e5cb56:20a08c5600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,547 INFO     MainThread: Started query e04b57cee9471324:704979a500000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,616 INFO     MainThread: Started query 4a435718ba417d4d:87653dc700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,685 INFO     MainThread: Started query 2e4bbe31a9204ade:907d686200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,754 INFO     MainThread: Started query 844edd6258804748:93adbcec00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,824 INFO     MainThread: Started query 9245500f642d4e0a:9d184c9d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,892 INFO     MainThread: Started query db4a08787a5dc273:a40661b900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:15,961 INFO     MainThread: Started query 3244a186dd685d86:fee6ff1700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,030 INFO     MainThread: Started query 8a43a3aeacb16de2:4c31fd1d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,099 INFO     MainThread: Started query 9b449c90ceac6968:f7689d7000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,168 INFO     MainThread: Started query ca4ca86af94f7775:df9038af00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,238 INFO     MainThread: Started query 144889c2e28d52e9:bfcb7bae00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,307 INFO     MainThread: Started query 7647da8894a45602:0a10b62600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,376 INFO     MainThread: Started query 8b45042110aba247:eb8788aa00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,444 INFO     MainThread: Started query e343455eb25bb90c:27a0579a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,513 INFO     MainThread: Started query dc4e0c35de780e18:c4010f8200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,582 INFO     MainThread: Started query f14314c984b54066:85ed1a9d00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,651 INFO     MainThread: Started query 314bb677f41a4f5d:2a2c8e5f00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,720 INFO     MainThread: Started query 234b35ea29fdeef5:7a8f3f0b00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,789 INFO     MainThread: Started query 8445b85426e4685a:cc08e61200000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,858 INFO     MainThread: Started query d649214b496cbf58:dafba21600000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,927 INFO     MainThread: Started query e14ca470e3178bb6:de47a5f900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:16,997 INFO     MainThread: Started query 6649f5f5db104df9:5f406ec800000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,066 INFO     MainThread: Started query 1d41cb7e7be1eaae:75181a6900000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,135 INFO     MainThread: Started query ac4e24345d470be9:2e46936000000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,204 INFO     MainThread: Started query 78423453a5090ea1:12858db700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,273 INFO     MainThread: Started query e24c112c398d94d2:c0f5e45c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,342 INFO     MainThread: Started query 7c4b1cfd9db5cb95:ed22ab6c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,411 INFO     MainThread: Started query 7842a507a2d622a9:e116f02e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,479 INFO     MainThread: Started query 4a4c06c2d3384db5:04800d7400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,548 INFO     MainThread: Started query 6c4c2a8b42377101:2959417a00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,617 INFO     MainThread: Started query 24437fc5ed736ded:9bd2de8700000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,685 INFO     MainThread: Started query 8c432fddf9f33d3c:d325e54e00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,754 INFO     MainThread: Started query 78425a17c00b3d1a:cce4292400000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,823 INFO     MainThread: Started query b94c8f11b37ce685:6f2272ab00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,892 INFO     MainThread: Started query 7c448db2452400c3:ab6eff0c00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:17,960 INFO     MainThread: Started query d248a74e0f307e96:0187d1aa00000000
-- executing against ip-172-31-13-181:21000
insert into cachefd.simple values(0,0,0), (1,1,1), (2,2,2), (3,3,3), (4,4,4), (5,5,5), (6,6,6), (7,7,7), (8,8,8), (9,9,9), (10,10,10), (11,11,11), (12,12,12), (13,13,13), (14,14,14), (15,15,15), (16,16,16), (17,17,17), (18,18,18), (19,19,19), (20,20,20), (21,21,21), (22,22,22), (23,23,23), (24,24,24), (25,25,25), (26,26,26), (27,27,27), (28,28,28), (29,29,29), (30,30,30), (31,31,31), (32,32,32), (33,33,33), (34,34,34), (35,35,35), (36,36,36), (37,37,37), (38,38,38), (39,39,39), (40,40,40), (41,41,41), (42,42,42), (43,43,43), (44,44,44), (45,45,45), (46,46,46), (47,47,47), (48,48,48), (49,49,49), (50,50,50), (51,51,51), (52,52,52), (53,53,53), (54,54,54), (55,55,55), (56,56,56), (57,57,57), (58,58,58), (59,59,59), (60,60,60), (61,61,61), (62,62,62), (63,63,63), (64,64,64), (65,65,65), (66,66,66), (67,67,67), (68,68,68), (69,69,69), (70,70,70), (71,71,71), (72,72,72), (73,73,73), (74,74,74), (75,75,75), (76,76,76), (77,77,77), (78,78,78), (79,79,79), (80,80,80), (81,81,81), (82,82,82), (83,83,83), (84,84,84), (85,85,85), (86,86,86), (87,87,87), (88,88,88), (89,89,89), (90,90,90), (91,91,91), (92,92,92), (93,93,93), (94,94,94), (95,95,95), (96,96,96), (97,97,97), (98,98,98), (99,99,99);

-- 2019-04-18 06:19:18,029 INFO     MainThread: Started query e847e1fd51553c52:e0d4a99300000000
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:18,094 INFO     MainThread: Started query e345bedc0cc632fe:5fcc8da600000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:19:18,137 INFO     MainThread: Started query ec46e95ec5edc39c:1abae30200000000
-- 2019-04-18 06:19:18,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,422 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:18,434 INFO     MainThread: Started query f14c86e9bedb8fbf:cc1a497d00000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:19:18,453 INFO     MainThread: Started query 004346902a1fc6c1:0c82f70e00000000
-- 2019-04-18 06:19:18,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,630 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,643 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:18,649 INFO     MainThread: Started query 114f502e01fc8608:b7f687e600000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:19:18,662 INFO     MainThread: Started query e248f47641b220a5:460fc47b00000000
-- 2019-04-18 06:19:18,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:18,808 INFO     MainThread: Started query 2641b9cb49968b3c:3ae84e1600000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:19:18,821 INFO     MainThread: Started query 80444a64da0d821f:b69d92f600000000
-- 2019-04-18 06:19:18,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:18,960 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:18,966 INFO     MainThread: Started query c446e51535597eaa:1a97386600000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:19:18,978 INFO     MainThread: Started query bd460aed8c96d40c:991a9a0600000000
-- 2019-04-18 06:19:19,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:19,133 INFO     MainThread: Started query 9c44d6141a193c02:37af03d300000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:19:19,145 INFO     MainThread: Started query bf42554108f09ba7:64d23a0900000000
-- 2019-04-18 06:19:19,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,281 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:19,290 INFO     MainThread: Started query 144842f67eeea13b:da3c858600000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:19:19,302 INFO     MainThread: Started query 0149e8a9d3a99e7d:2e6afaf400000000
-- 2019-04-18 06:19:19,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,432 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,438 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:19,447 INFO     MainThread: Started query 41461d7b7495900f:f63cc12800000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:19:19,458 INFO     MainThread: Started query 834a69a130fb0246:acd68b6000000000
-- 2019-04-18 06:19:19,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,594 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:19,603 INFO     MainThread: Started query 604a085db9177c0c:973b018700000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:19:19,614 INFO     MainThread: Started query 6747a6ad61c5a938:d001b6db00000000
-- 2019-04-18 06:19:19,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_hdfs_fd_caching.py::TestHdfsFdCaching::()::test_caching_disabled_by_param[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- executing against ip-172-31-13-181:21000
use functional;

-- 2019-04-18 06:19:19,759 INFO     MainThread: Started query 904fd59846958219:22c36bf300000000
-- executing against ip-172-31-13-181:21000
select count(*) from cachefd.simple;;

-- 2019-04-18 06:19:19,770 INFO     MainThread: Started query be499e3c9c62a9f8:a586610100000000
-- 2019-04-18 06:19:19,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,896 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,902 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,906 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:19,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_hdfs_timeout.TestHdfsTimeouts" file="custom_cluster/test_hdfs_timeout.py" line="35" name="test_hdfs_open_timeout[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="15.6623980999"><system-err>-- 2019-04-18 06:19:20,095 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--hdfs_operation_timeout_sec=5 --max_cached_file_handles=0 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:19:20 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:19:21 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:19:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:19:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:19:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:19:25 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:19:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:19:25 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:19:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:19:26 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:19:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:19:27 MainThread: num_known_live_backends has reached value: 3
06:19:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:19:28 MainThread: num_known_live_backends has reached value: 3
06:19:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:19:28 MainThread: num_known_live_backends has reached value: 3
06:19:29 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:19:29,284 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:19:29,285 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:19:29,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:29,288 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:19:29,288 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:19:29,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:29,290 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:19:29,290 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:19:29,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:29,291 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:19:29,292 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:19:29,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:29,294 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_hdfs_timeout.py::TestHdfsTimeouts::()::test_hdfs_open_timeout[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0};
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6d079d0&gt;
-- 2019-04-18 06:19:29,411 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_hdfs_timeout.py::TestHdfsTimeouts::()::test_hdfs_open_timeout[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0};
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:19:29,448 INFO     MainThread: Started query 92447c046f9b72e9:e6db201700000000
-- executing against localhost:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:19:30,268 INFO     MainThread: Started query 6d407f125bb97567:047aa0f300000000
SET client_identifier=custom_cluster/test_hdfs_timeout.py::TestHdfsTimeouts::()::test_hdfs_open_timeout[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0};
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:19:30,499 INFO     MainThread: Started query 1d42d18a0d54745f:5bd399b400000000
-- executing against localhost:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:19:30,519 INFO     MainThread: Started query 244c4d4ca9d3d569:c310a37d00000000
SET client_identifier=custom_cluster/test_hdfs_timeout.py::TestHdfsTimeouts::()::test_hdfs_open_timeout[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0};
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:19:35,673 INFO     MainThread: Started query 4244cd117dc5feaa:e83288bb00000000
-- executing against localhost:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:19:35,692 INFO     MainThread: Started query 6c4ce402fa985d0e:a321fa3800000000
</system-err></testcase><testcase classname="custom_cluster.test_hedged_reads.TestHedgedReads" file="custom_cluster/test_hedged_reads.py" line="26" name="test_hedged_reads[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="10.1674759388"><system-err>-- 2019-04-18 06:19:35,759 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_hdfs_pread=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:19:36 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:19:37 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:19:38 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:19:38 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:19:38 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:19:41 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:19:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:19:41 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:19:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:19:42 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:19:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:19:43 MainThread: num_known_live_backends has reached value: 3
06:19:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:19:43 MainThread: num_known_live_backends has reached value: 3
06:19:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:19:44 MainThread: num_known_live_backends has reached value: 3
06:19:44 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:19:44,934 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:19:44,934 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:19:44,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:44,937 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:19:44,937 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:19:44,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:44,939 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:19:44,939 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:19:44,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:44,941 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:19:44,941 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:19:44,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:19:44,943 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_hedged_reads.py::TestHedgedReads::()::test_hedged_reads[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6d17650&gt;
-- 2019-04-18 06:19:45,060 INFO     MainThread: Closing active operation
-- executing against localhost:21000
select * from tpch_parquet.lineitem limit 100;

-- 2019-04-18 06:19:45,708 INFO     MainThread: Started query 9d4a9cf20abd205c:e119717200000000
</system-err></testcase><testcase classname="custom_cluster.test_hive_parquet_timestamp_conversion.TestHiveParquetTimestampConversion" file="custom_cluster/test_hive_parquet_timestamp_conversion.py" line="83" name="test_conversion[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: parquet/none]" time="22.670333147"><system-err>-- 2019-04-17 23:19:45,928 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-convert_legacy_hive_parquet_utc_timestamps=true -hdfs_zone_info_zip=/test-warehouse/tzdb/2017c.zip &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
23:19:46 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
23:19:47 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
23:19:48 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
23:19:48 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
23:19:48 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
23:19:51 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
23:19:51 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:19:51 MainThread: &apos;backends&apos;
23:19:51 MainThread: Waiting for num_known_live_backends=3. Current value: None
23:19:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:19:52 MainThread: &apos;backends&apos;
23:19:52 MainThread: Waiting for num_known_live_backends=3. Current value: None
23:19:53 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:19:53 MainThread: Waiting for num_known_live_backends=3. Current value: 0
23:19:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:19:54 MainThread: Waiting for num_known_live_backends=3. Current value: 0
23:19:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:19:55 MainThread: num_known_live_backends has reached value: 3
23:19:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
23:19:56 MainThread: num_known_live_backends has reached value: 3
23:19:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
23:19:56 MainThread: num_known_live_backends has reached value: 3
23:19:57 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-17 23:19:57,116 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-17 23:19:57,116 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-17 23:19:57,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:19:57,119 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-17 23:19:57,120 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-17 23:19:57,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:19:57,121 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-17 23:19:57,121 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-17 23:19:57,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:19:57,123 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-17 23:19:57,123 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-17 23:19:57,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:19:57,125 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_conversion[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exe;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6d1ae10&gt;
-- 2019-04-17 23:19:57,230 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_conversion[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exe;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_conversion_e20dd463` CASCADE;

-- 2019-04-17 23:19:57,337 INFO     MainThread: Started query ff49714602c79eb6:b5749c9a00000000
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_conversion[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exe;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_conversion_e20dd463`;

-- 2019-04-17 23:19:57,584 INFO     MainThread: Started query 05486f6d4dc0ee01:2ac914ab00000000
-- 2019-04-17 23:19:57,586 INFO     MainThread: Created database &quot;test_conversion_e20dd463&quot; for test ID &quot;custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_conversion[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: parquet/none]&quot;
-- executing against localhost:21000

        SELECT COUNT(timestamp_col), COUNT(DISTINCT timestamp_col),
               MIN(timestamp_col), MAX(timestamp_col)
        FROM functional_parquet.alltypesagg_hive_13_1;

-- 2019-04-17 23:19:58,293 INFO     MainThread: Started query fb43e7bd8b0b5143:2437c90400000000
-- executing against localhost:21000

        SELECT h.id, h.day, h.timestamp_col, i.timestamp_col
        FROM functional_parquet.alltypesagg_hive_13_1 h
        JOIN functional_parquet.alltypesagg
          i ON i.id = h.id AND i.day = h.day  -- serves as a unique key
        WHERE
          (h.timestamp_col IS NULL AND i.timestamp_col IS NOT NULL)
          OR (h.timestamp_col IS NOT NULL AND i.timestamp_col IS NULL)
          OR h.timestamp_col != FROM_UTC_TIMESTAMP(i.timestamp_col, &apos;PST8PDT&apos;)
        ;

-- 2019-04-17 23:19:58,866 INFO     MainThread: Started query de441e62965a09bb:5c95002b00000000
-- executing against localhost:21000
create table test_conversion_e20dd463.out_of_range_timestamp_hive_211 like parquet &quot;/test-warehouse/test_conversion_e20dd463.db/out_of_range_timestamp_hive_211/out_of_range_timestamp_hive_211.parquet&quot; stored as parquet;

-- 2019-04-17 23:20:03,584 INFO     MainThread: Started query 1b460ba380edbf4c:4d00b12d00000000
-- executing against localhost:21000
create table test_conversion_e20dd463.out_of_range_timestamp2_hive_211 like parquet &quot;/test-warehouse/test_conversion_e20dd463.db/out_of_range_timestamp2_hive_211/out_of_range_timestamp2_hive_211.parquet&quot; stored as parquet;

-- 2019-04-17 23:20:07,580 INFO     MainThread: Started query e7423730e375258f:a41997d000000000
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_conversion[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exe;
-- executing against localhost:21000
use test_conversion_e20dd463;

-- 2019-04-17 23:20:07,588 INFO     MainThread: Started query 61429ab49b2840d6:9c1c509900000000
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_conversion[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exe;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
set abort_on_error=0;

-- 2019-04-17 23:20:07,595 INFO     MainThread: Started query df44bf5dbe91f51a:2c2f873000000000
-- executing against localhost:21000

SELECT id, timestamp_col FROM out_of_range_timestamp_hive_211 where id &lt; 5;

-- 2019-04-17 23:20:07,733 INFO     MainThread: Started query 644501209db46c16:e665bde000000000
-- executing against localhost:21000
SET ABORT_ON_ERROR=&quot;0&quot;;

-- 2019-04-17 23:20:07,852 INFO     MainThread: Started query 8b48149ab441d998:b027f28200000000
-- executing against localhost:21000
set abort_on_error=1;

-- 2019-04-17 23:20:07,857 INFO     MainThread: Started query c9448c031916e613:a4a3e05f00000000
-- executing against localhost:21000

SELECT id, timestamp_col FROM out_of_range_timestamp_hive_211 where id &lt; 5;

-- 2019-04-17 23:20:07,870 INFO     MainThread: Started query 0f47ebece411d5f8:97b56d7900000000
-- executing against localhost:21000
SET ABORT_ON_ERROR=&quot;0&quot;;

-- 2019-04-17 23:20:07,980 INFO     MainThread: Started query f141876f85a70302:1a5c567300000000
-- executing against localhost:21000
set abort_on_error=0;

-- 2019-04-17 23:20:07,985 INFO     MainThread: Started query 74401535ec224ec2:53a3b9e500000000
-- executing against localhost:21000

SELECT id, timestamp_col FROM out_of_range_timestamp2_hive_211 where id in (-1, 5, 2000, 2345, 2346, 2347, 4100, 4101, 4102);

-- 2019-04-17 23:20:08,131 INFO     MainThread: Started query 494792ba7b521cd8:368e653100000000
-- executing against localhost:21000
SET ABORT_ON_ERROR=&quot;0&quot;;

-- 2019-04-17 23:20:08,299 INFO     MainThread: Started query b74853a656a364fe:84fae10f00000000
-- executing against localhost:21000
set abort_on_error=1;

-- 2019-04-17 23:20:08,304 INFO     MainThread: Started query f3473ce5b6964785:fdbe47b700000000
-- executing against localhost:21000

SELECT id, timestamp_col FROM out_of_range_timestamp2_hive_211 where id in (-1, 5, 2000, 2345, 2346, 2347, 4100, 4101, 4102);

-- 2019-04-17 23:20:08,315 INFO     MainThread: Started query 414fece0bb95ccea:0ffb011f00000000
-- executing against localhost:21000
SET ABORT_ON_ERROR=&quot;0&quot;;

-- 2019-04-17 23:20:08,426 INFO     MainThread: Started query d247267f215a1d2b:395d1f9700000000
</system-err></testcase><testcase classname="custom_cluster.test_hive_parquet_timestamp_conversion.TestHiveParquetTimestampConversion" file="custom_cluster/test_hive_parquet_timestamp_conversion.py" line="118" name="test_no_conversion[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: parquet/none]" time="13.6508979797"><system-err>-- 2019-04-17 23:20:08,601 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-convert_legacy_hive_parquet_utc_timestamps=false -hdfs_zone_info_zip=/test-warehouse/tzdb/2017c.zip &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
23:20:09 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
23:20:10 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
23:20:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
23:20:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
23:20:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
23:20:14 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
23:20:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:20:14 MainThread: &apos;backends&apos;
23:20:14 MainThread: Waiting for num_known_live_backends=3. Current value: None
23:20:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:20:15 MainThread: &apos;backends&apos;
23:20:15 MainThread: Waiting for num_known_live_backends=3. Current value: None
23:20:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:20:16 MainThread: Waiting for num_known_live_backends=3. Current value: 0
23:20:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:20:17 MainThread: Waiting for num_known_live_backends=3. Current value: 0
23:20:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:20:18 MainThread: num_known_live_backends has reached value: 3
23:20:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
23:20:18 MainThread: num_known_live_backends has reached value: 3
23:20:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
23:20:19 MainThread: num_known_live_backends has reached value: 3
23:20:19 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-17 23:20:19,777 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-17 23:20:19,778 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-17 23:20:19,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:20:19,781 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-17 23:20:19,781 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-17 23:20:19,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:20:19,783 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-17 23:20:19,783 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-17 23:20:19,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:20:19,785 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-17 23:20:19,785 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-17 23:20:19,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:20:19,786 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_no_conversion[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6ca1a10&gt;
-- 2019-04-17 23:20:19,893 INFO     MainThread: Closing active operation
-- executing against localhost:21000

        SELECT COUNT(timestamp_col), COUNT(DISTINCT timestamp_col),
               MIN(timestamp_col), MAX(timestamp_col)
        FROM functional_parquet.alltypesagg_hive_13_1;

-- 2019-04-17 23:20:20,626 INFO     MainThread: Started query 4f4561c5e9006631:4d9fcc7a00000000
-- executing against localhost:21000

        SELECT h.id, h.day, h.timestamp_col, i.timestamp_col
        FROM functional_parquet.alltypesagg_hive_13_1 h
        JOIN functional_parquet.alltypesagg
          i ON i.id = h.id AND i.day = h.day  -- serves as a unique key
        WHERE h.timestamp_col != FROM_UTC_TIMESTAMP(i.timestamp_col, &apos;PST8PDT&apos;)
        ;

-- 2019-04-17 23:20:21,200 INFO     MainThread: Started query 3344bf1847c2d27c:c76317f000000000
-- executing against localhost:21000

        SELECT h.id, h.day, h.timestamp_col, i.timestamp_col
        FROM functional_parquet.alltypesagg_hive_13_1 h
        JOIN functional_parquet.alltypesagg
          i ON i.id = h.id AND i.day = h.day  -- serves as a unique key
        WHERE
          (h.timestamp_col IS NULL AND i.timestamp_col IS NOT NULL)
          OR (h.timestamp_col IS NOT NULL AND i.timestamp_col IS NULL)
        ;

-- 2019-04-17 23:20:21,822 INFO     MainThread: Started query a04b27b00b6ba923:1f71ba4d00000000
</system-err></testcase><testcase classname="custom_cluster.test_hive_parquet_timestamp_conversion.TestHiveParquetTimestampConversion" file="custom_cluster/test_hive_parquet_timestamp_conversion.py" line="150" name="test_stat_filtering[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: parquet/none]" time="14.3411767483"><system-err>-- 2019-04-17 23:20:22,253 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-convert_legacy_hive_parquet_utc_timestamps=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
23:20:22 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
23:20:23 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
23:20:24 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
23:20:24 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
23:20:24 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
23:20:27 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
23:20:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:20:27 MainThread: &apos;backends&apos;
23:20:27 MainThread: Waiting for num_known_live_backends=3. Current value: None
23:20:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:20:28 MainThread: Waiting for num_known_live_backends=3. Current value: 0
23:20:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:20:29 MainThread: Waiting for num_known_live_backends=3. Current value: 1
23:20:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
23:20:30 MainThread: num_known_live_backends has reached value: 3
23:20:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
23:20:31 MainThread: num_known_live_backends has reached value: 3
23:20:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
23:20:31 MainThread: num_known_live_backends has reached value: 3
23:20:32 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-17 23:20:32,443 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-17 23:20:32,444 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-17 23:20:32,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:20:32,447 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-17 23:20:32,447 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-17 23:20:32,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:20:32,448 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-17 23:20:32,448 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-17 23:20:32,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:20:32,450 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-17 23:20:32,450 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-17 23:20:32,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-17 23:20:32,452 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_stat_filtering[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6d1ac90&gt;
-- 2019-04-17 23:20:32,571 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_stat_filtering[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_stat_filtering_da339ebf` CASCADE;

-- 2019-04-17 23:20:32,676 INFO     MainThread: Started query 1a430eacea043e2d:ad0e2c7c00000000
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_stat_filtering[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_stat_filtering_da339ebf`;

-- 2019-04-17 23:20:33,083 INFO     MainThread: Started query a94c11a3f1c2dd20:8c185f0c00000000
-- 2019-04-17 23:20:33,085 INFO     MainThread: Created database &quot;test_stat_filtering_da339ebf&quot; for test ID &quot;custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_stat_filtering[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: parquet/none]&quot;
-- executing against localhost:21000
create table test_stat_filtering_da339ebf.t (i int, d timestamp) stored as parquet;

-- 2019-04-17 23:20:33,582 INFO     MainThread: Started query eb49995a92bc0a50:d468357800000000
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_stat_filtering[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
SET timezone=CET;
-- executing against localhost:21000
select * from test_stat_filtering_da339ebf.t;

-- 2019-04-17 23:20:36,063 INFO     MainThread: Started query 8d49670ca351d8d5:417bf8b000000000
SET client_identifier=custom_cluster/test_hive_parquet_timestamp_conversion.py::TestHiveParquetTimestampConversion::()::test_stat_filtering[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
SET timezone=CET;
-- executing against localhost:21000
select * from test_stat_filtering_da339ebf.t where d = &quot;2018-10-01 02:30:00&quot;;

-- 2019-04-17 23:20:36,263 INFO     MainThread: Started query db4bdc75ae3603e9:ec58059300000000
</system-err></testcase><testcase classname="custom_cluster.test_incremental_stats.TestIncrementalStatistics" file="custom_cluster/test_incremental_stats.py" line="28" name="test_push_stats[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="36.5552656651"><system-err>-- 2019-04-18 06:20:36,596 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--pull_incremental_statistics=false &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--pull_incremental_statistics=false &apos; --impalad_args=--default_query_options=
06:20:37 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:20:38 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:20:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:20:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:20:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:20:42 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:20:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:20:42 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:20:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:20:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:20:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:20:44 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:20:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:20:45 MainThread: num_known_live_backends has reached value: 3
06:20:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:20:45 MainThread: num_known_live_backends has reached value: 3
06:20:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:20:46 MainThread: num_known_live_backends has reached value: 3
06:20:46 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:20:46,786 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:20:46,787 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:20:46,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:20:46,790 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:20:46,790 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:20:46,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:20:46,792 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:20:46,792 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:20:46,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:20:46,794 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:20:46,794 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:20:46,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:20:46,795 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_push_stats[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresh;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6caaa10&gt;
-- 2019-04-18 06:20:46,915 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_push_stats[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresh;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_push_stats_70eba6fb` CASCADE;

-- 2019-04-18 06:20:47,032 INFO     MainThread: Started query 6646179f181e6d04:758cba7a00000000
SET client_identifier=custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_push_stats[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresh;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_push_stats_70eba6fb`;

-- 2019-04-18 06:20:47,583 INFO     MainThread: Started query 1f447b0adff29ae4:51caae9d00000000
-- 2019-04-18 06:20:47,585 INFO     MainThread: Created database &quot;test_push_stats_70eba6fb&quot; for test ID &quot;custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_push_stats[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
SET client_identifier=custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_push_stats[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresh;
-- executing against localhost:21000
use test_push_stats_70eba6fb;

-- 2019-04-18 06:20:47,591 INFO     MainThread: Started query aa49d8f44e499516:1c21297700000000
SET client_identifier=custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_push_stats[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresh;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table alltypes_incremental like functional.alltypes;

-- 2019-04-18 06:20:48,582 INFO     MainThread: Started query a04e403de2d75a49:cd5d1a5000000000
-- executing against localhost:21000

insert into alltypes_incremental partition(year, month)
select * from functional.alltypes;

-- 2019-04-18 06:20:48,952 INFO     MainThread: Started query 4b455d373fdb3b20:a46ab51600000000
-- executing against localhost:21000
compute incremental stats alltypes_incremental;

-- 2019-04-18 06:20:50,241 INFO     MainThread: Started query 87402848e4bf0df5:9023781a00000000
-- executing against localhost:21000
show table stats alltypes_incremental;

-- 2019-04-18 06:20:51,845 INFO     MainThread: Started query e44f4371c73154be:01ac3d2000000000
-- executing against localhost:21000
show column stats alltypes_incremental;

-- 2019-04-18 06:20:51,854 INFO     MainThread: Started query 0344b37c9e6e5d5c:1d03c19b00000000
-- executing against localhost:21000
drop incremental stats alltypes_incremental partition(year=2010, month=12);

-- 2019-04-18 06:20:51,936 INFO     MainThread: Started query 7548c61d0dc4fc05:8ecd975000000000
-- executing against localhost:21000
show table stats alltypes_incremental;

-- 2019-04-18 06:20:51,945 INFO     MainThread: Started query d54c06752beab495:e8245a0700000000
-- executing against localhost:21000
compute incremental stats alltypes_incremental;

-- 2019-04-18 06:20:51,970 INFO     MainThread: Started query a34a6a77d22bfec3:24208dd200000000
-- executing against localhost:21000
show table stats alltypes_incremental;

-- 2019-04-18 06:20:53,055 INFO     MainThread: Started query 7e4ac4d778657cc4:6121301b00000000
-- executing against localhost:21000
show column stats alltypes_incremental;

-- 2019-04-18 06:20:53,064 INFO     MainThread: Started query 1e4f735531dd1787:95a304a400000000
-- executing against localhost:21000
create table incremental_empty_partitioned (i int) partitioned by (j int);

-- 2019-04-18 06:20:53,581 INFO     MainThread: Started query d5477af05672d6b4:cf396ceb00000000
-- executing against localhost:21000

alter table incremental_empty_partitioned add partition (j=1);

-- 2019-04-18 06:20:53,752 INFO     MainThread: Started query 2f48b950aaa66d59:2303529a00000000
-- executing against localhost:21000
compute incremental stats incremental_empty_partitioned;

-- 2019-04-18 06:20:53,758 INFO     MainThread: Started query e2458b6816e428e7:720004f800000000
-- executing against localhost:21000
show table stats incremental_empty_partitioned;

-- 2019-04-18 06:20:54,184 INFO     MainThread: Started query de463bb67ce85b87:83ccc81c00000000
-- executing against localhost:21000
drop stats incremental_empty_partitioned;

-- 2019-04-18 06:20:54,266 INFO     MainThread: Started query c94ed32f5b6c4c44:724846df00000000
-- executing against localhost:21000
compute incremental stats incremental_empty_partitioned partition(j=1);

-- 2019-04-18 06:20:54,272 INFO     MainThread: Started query 7f4ec8c2b997941d:5fa0a99c00000000
-- executing against localhost:21000
show table stats incremental_empty_partitioned;

-- 2019-04-18 06:20:54,698 INFO     MainThread: Started query 774cd1896ad6c7f2:7d25730500000000
-- executing against localhost:21000
drop incremental stats alltypes_incremental partition(year=2010, month=1);

-- 2019-04-18 06:20:54,771 INFO     MainThread: Started query e041f45abaa225e7:4d38056a00000000
-- executing against localhost:21000

drop incremental stats alltypes_incremental partition(year=2010, month=2);

-- 2019-04-18 06:20:54,842 INFO     MainThread: Started query 6c4f37773a140237:dbef4d2800000000
-- executing against localhost:21000
compute incremental stats alltypes_incremental partition(year=2010, month=2);

-- 2019-04-18 06:20:54,854 INFO     MainThread: Started query 7b4cbbe960e12fe8:0c4485f800000000
-- executing against localhost:21000
show table stats alltypes_incremental;

-- 2019-04-18 06:20:55,936 INFO     MainThread: Started query 8e48b4502701183d:42db409900000000
-- executing against localhost:21000
show column stats alltypes_incremental;

-- 2019-04-18 06:20:55,945 INFO     MainThread: Started query 264107ed3d2610e2:489fe26300000000
-- executing against localhost:21000
drop incremental stats alltypes_incremental partition(year=2010);

-- 2019-04-18 06:20:56,294 INFO     MainThread: Started query aa4cb2436f10db65:a6e3e1dc00000000
-- executing against localhost:21000
compute incremental stats alltypes_incremental partition(year=2010);

-- 2019-04-18 06:20:56,302 INFO     MainThread: Started query 4d46b25547512f78:7012907400000000
-- executing against localhost:21000
show table stats alltypes_incremental;

-- 2019-04-18 06:20:57,549 INFO     MainThread: Started query cb4b75e76d7cff20:8db3f0c300000000
-- executing against localhost:21000
show column stats alltypes_incremental;

-- 2019-04-18 06:20:57,558 INFO     MainThread: Started query 0f4ce07474f245f4:70b35e2300000000
-- executing against localhost:21000
drop stats alltypes_incremental;

-- 2019-04-18 06:20:57,927 INFO     MainThread: Started query 094399a434307486:48c5986600000000
-- executing against localhost:21000

show table stats alltypes_incremental;

-- 2019-04-18 06:20:57,934 INFO     MainThread: Started query bf4bfa3b7c8f5687:a7c549c200000000
-- executing against localhost:21000
create table incremental_many_part_keys(col int)
partitioned by (p1 int, p2 int, p3 int, p4 int, p5 int, p6 int);

-- 2019-04-18 06:20:58,127 INFO     MainThread: Started query 1d44b063946f4092:f0a2dc2200000000
-- executing against localhost:21000

insert into incremental_many_part_keys
partition(p1=1, p2=2, p3=3, p4=4, p5=5, p6=6) values(1);

-- 2019-04-18 06:20:58,221 INFO     MainThread: Started query 1d4871688ebbf3b6:2903ac3300000000
-- executing against localhost:21000
compute incremental stats incremental_many_part_keys;

-- 2019-04-18 06:20:58,386 INFO     MainThread: Started query ff474a6d3a83575d:2b3593bf00000000
-- executing against localhost:21000

show table stats incremental_many_part_keys;

-- 2019-04-18 06:20:58,963 INFO     MainThread: Started query 384d8ab5ae4a71c3:d99a45c000000000
-- executing against localhost:21000
create table incremental_null_part_key(col int) partitioned by (p int);

-- 2019-04-18 06:20:59,084 INFO     MainThread: Started query fb4a7d21344ee700:adc821be00000000
-- executing against localhost:21000

insert into incremental_null_part_key partition(p) values(1,NULL), (1,2);

-- 2019-04-18 06:20:59,179 INFO     MainThread: Started query cb4e235381860796:181638f500000000
-- executing against localhost:21000

compute incremental stats incremental_null_part_key partition(p=2);

-- 2019-04-18 06:20:59,392 INFO     MainThread: Started query 5c4c9766e0a322a2:f9ce016100000000
-- executing against localhost:21000
compute incremental stats incremental_null_part_key partition(p=NULL);

-- 2019-04-18 06:20:59,869 INFO     MainThread: Started query b14c3d242f6fb7d4:97d1173300000000
-- executing against localhost:21000

show table stats incremental_null_part_key;

-- 2019-04-18 06:21:00,347 INFO     MainThread: Started query 7a45281ac9b2fb56:fc93bfd800000000
-- executing against localhost:21000
create table incremental_keyword_part_key(col int)
partitioned by (`date` int, `table` string);

-- 2019-04-18 06:21:00,585 INFO     MainThread: Started query a54443fc32fea5f9:466e3fff00000000
-- executing against localhost:21000

insert into incremental_keyword_part_key
partition(`date`=1, `table`=&apos;a&apos;) values(2);

-- 2019-04-18 06:21:00,700 INFO     MainThread: Started query 8f47025689e9eb17:ef4c3b6c00000000
-- executing against localhost:21000

compute incremental stats incremental_keyword_part_key
partition(`date`=1, `table`=&apos;a&apos;);

-- 2019-04-18 06:21:00,862 INFO     MainThread: Started query 6e47735f1cc19aa2:56c5fa9900000000
-- executing against localhost:21000

show table stats incremental_keyword_part_key;

-- 2019-04-18 06:21:01,440 INFO     MainThread: Started query 2e48a125f7cc28e2:8fd6645b00000000
-- executing against localhost:21000
insert into incremental_keyword_part_key
partition(`date`=2, `table`=&apos;b&apos;) values(3);

-- 2019-04-18 06:21:01,447 INFO     MainThread: Started query 934c4e5e3883891e:8318712f00000000
-- executing against localhost:21000

insert into incremental_keyword_part_key
partition(`date`=NULL, `table`=&apos;&apos;) values(4);

-- 2019-04-18 06:21:01,610 INFO     MainThread: Started query c3429efbfc75dd7a:646eb37300000000
-- executing against localhost:21000

compute incremental stats incremental_keyword_part_key;

-- 2019-04-18 06:21:01,774 INFO     MainThread: Started query 6f4301e231f3a106:600ff84200000000
-- executing against localhost:21000

show table stats incremental_keyword_part_key;

-- 2019-04-18 06:21:02,408 INFO     MainThread: Started query da43616a85cb56a8:b53af77c00000000
-- executing against localhost:21000
drop stats incremental_keyword_part_key;

-- 2019-04-18 06:21:02,514 INFO     MainThread: Started query c54d8aa192b62f8a:e91510a400000000
-- executing against localhost:21000

compute incremental stats incremental_keyword_part_key;

-- 2019-04-18 06:21:02,522 INFO     MainThread: Started query d749de02990a6662:4904239900000000
-- executing against localhost:21000

show table stats incremental_keyword_part_key;

-- 2019-04-18 06:21:03,212 INFO     MainThread: Started query 304c432c10436b19:71afa04d00000000
-- executing against localhost:21000
create table incremental_string_part_value(col int) partitioned by
(p string);

-- 2019-04-18 06:21:03,588 INFO     MainThread: Started query 154b4a13b9002adf:d6a0eb8800000000
-- executing against localhost:21000

insert into incremental_string_part_value partition(p=&quot;test_string&quot;)
values(2);

-- 2019-04-18 06:21:03,727 INFO     MainThread: Started query ae4b0fcd1fbb62dc:786b5bea00000000
-- executing against localhost:21000

compute incremental stats incremental_string_part_value
partition(p=&quot;test_string&quot;);

-- 2019-04-18 06:21:03,889 INFO     MainThread: Started query ce4b043778949ee8:cf8e9ad600000000
-- executing against localhost:21000

show table stats incremental_string_part_value;

-- 2019-04-18 06:21:04,416 INFO     MainThread: Started query 7245b663d61ea334:2086838500000000
-- executing against localhost:21000
create table incremental_drop_column (a int, b int, c int)
partitioned by (d int);

-- 2019-04-18 06:21:04,585 INFO     MainThread: Started query 674ddf95c9bd3141:15f89fae00000000
-- executing against localhost:21000

alter table incremental_drop_column add partition (d=1);

-- 2019-04-18 06:21:04,756 INFO     MainThread: Started query 124ac9bb511551d1:4c76f15100000000
-- executing against localhost:21000

insert into incremental_drop_column partition(d=1) values (4,4,4);

-- 2019-04-18 06:21:04,764 INFO     MainThread: Started query 3945f7cdfc61b777:92e0183100000000
-- executing against localhost:21000

compute incremental stats incremental_drop_column;

-- 2019-04-18 06:21:04,875 INFO     MainThread: Started query 9e42b2b62b44cd80:549cd99300000000
-- executing against localhost:21000

alter table incremental_drop_column drop column c;

-- 2019-04-18 06:21:05,444 INFO     MainThread: Started query 804a65cb30df07b2:ca11adbf00000000
-- executing against localhost:21000

alter table incremental_drop_column drop column b;

-- 2019-04-18 06:21:05,489 INFO     MainThread: Started query 554f9e9efcabd547:3dbff91500000000
-- executing against localhost:21000

compute incremental stats incremental_drop_column;

-- 2019-04-18 06:21:05,495 INFO     MainThread: Started query c1436896863e8db9:05cc744f00000000
-- executing against localhost:21000

show table stats incremental_drop_column;

-- 2019-04-18 06:21:05,500 INFO     MainThread: Started query 8344d19c204f80fd:d9d1b69500000000
-- executing against localhost:21000
create table incremental_add_column (col int) partitioned by (p int);

-- 2019-04-18 06:21:05,587 INFO     MainThread: Started query a64032aecc2d6b55:1e0d29c100000000
-- executing against localhost:21000

insert into incremental_add_column partition(p) values(1,1),(2,2);

-- 2019-04-18 06:21:05,748 INFO     MainThread: Started query f3407b21667746f7:407a8c2700000000
-- executing against localhost:21000

compute incremental stats incremental_add_column;

-- 2019-04-18 06:21:05,910 INFO     MainThread: Started query 324b23cc624ecae8:92b9a9e500000000
-- executing against localhost:21000

insert into incremental_add_column partition(p) values(1,1);

-- 2019-04-18 06:21:06,395 INFO     MainThread: Started query 1e4915fc1427e238:a982152a00000000
-- executing against localhost:21000

alter table incremental_add_column add columns (c int);

-- 2019-04-18 06:21:06,545 INFO     MainThread: Started query ee4f6a94b807c4c9:7f52a14100000000
-- executing against localhost:21000

compute incremental stats incremental_add_column;

-- 2019-04-18 06:21:06,551 INFO     MainThread: Started query f749f95c262ec67e:79a06b0200000000
-- executing against localhost:21000

show table stats incremental_add_column;

-- 2019-04-18 06:21:07,140 INFO     MainThread: Started query b1445ac5580ede50:e25ecb2f00000000
-- executing against localhost:21000
create table incremental_no_partitions (col int) partitioned by (p int);

-- 2019-04-18 06:21:07,581 INFO     MainThread: Started query f44c7cbb82b511e6:389b7a0a00000000
-- executing against localhost:21000

compute incremental stats incremental_no_partitions;

-- 2019-04-18 06:21:07,666 INFO     MainThread: Started query 254df24b5db7624a:5672bb9400000000
-- executing against localhost:21000

show table stats incremental_no_partitions;

-- 2019-04-18 06:21:08,041 INFO     MainThread: Started query d240b44b0623b8f7:8163d38700000000
-- executing against localhost:21000
create table incremental_not_partitioned (col int);

-- 2019-04-18 06:21:08,082 INFO     MainThread: Started query e542d3d67937bf40:d2956f3800000000
-- executing against localhost:21000

insert into incremental_not_partitioned values(1),(2);

-- 2019-04-18 06:21:08,172 INFO     MainThread: Started query 9d480d6657f5cc53:eb8735aa00000000
-- executing against localhost:21000

compute incremental stats incremental_not_partitioned;

-- 2019-04-18 06:21:08,286 INFO     MainThread: Started query 81467144999d4434:c115546500000000
-- executing against localhost:21000

show table stats incremental_not_partitioned;

-- 2019-04-18 06:21:08,555 INFO     MainThread: Started query d24cdec97246affa:b74486c600000000
-- executing against localhost:21000
create table chars_tbl (
  id int,
  ch1 char(1),
  ch2 char(8),
  ch3 char(20),
  ts timestamp,
  vc1 varchar(1),
  vc2 varchar(8),
  vc3 varchar(20)
)
partitioned by (
  year char(5),
  day varchar(13)
);

-- 2019-04-18 06:21:08,582 INFO     MainThread: Started query 4745269d86ae4067:e782dfdf00000000
-- executing against localhost:21000


insert overwrite chars_tbl partition(year, day)
select
id,
cast(date_string_col as char(1)),
cast(date_string_col as char(8)),
cast(date_string_col as char(20)),
timestamp_col,
cast(date_string_col as varchar(1)),
cast(date_string_col as varchar(8)),
cast(date_string_col as varchar(20)),
cast(year as char(5)),
cast(day as varchar(13))
from functional.alltypesagg
where day is null or day in (3, 7);

-- 2019-04-18 06:21:08,733 INFO     MainThread: Started query 40410b01951d02c6:0c134ba600000000
-- executing against localhost:21000
compute incremental stats chars_tbl;

-- 2019-04-18 06:21:09,162 INFO     MainThread: Started query eb4e9922c9653247:814385a300000000
-- executing against localhost:21000
show column stats chars_tbl;

-- 2019-04-18 06:21:09,902 INFO     MainThread: Started query f0427b567f6f4cd9:745ff51600000000
-- executing against localhost:21000
insert into chars_tbl partition(year, day)
select null, cast(&apos;x&apos; as char(1)), cast(&apos;x&apos; as char(8)), cast(&apos;x&apos; as char(20)),
null, cast(&apos;x&apos; as varchar(1)), cast(&apos;x&apos; as varchar(8)), cast(&apos;x&apos; as varchar(20)),
cast(&apos;abc&apos; as char(5)), cast(&apos;xyz&apos; as varchar(13));

-- 2019-04-18 06:21:09,915 INFO     MainThread: Started query 35437c83a891dd3d:70bb863a00000000
-- executing against localhost:21000

compute incremental stats chars_tbl;

-- 2019-04-18 06:21:10,082 INFO     MainThread: Started query f241d2a630a0170e:b44c04cf00000000
-- executing against localhost:21000
show column stats chars_tbl;

-- 2019-04-18 06:21:10,709 INFO     MainThread: Started query a64b1f3d5ea86654:ebad4f8600000000
-- executing against localhost:21000
create external table complextypestbl_part
  like parquet &apos;/test-warehouse/complextypestbl_parquet/nullable.parq&apos;
  partitioned by (p int) stored as parquet;

-- 2019-04-18 06:21:11,084 INFO     MainThread: Started query 89484082d1e884da:4a9a572500000000
-- executing against localhost:21000

alter table complextypestbl_part add partition (p=0)
  location &apos;/test-warehouse/complextypestbl_parquet/&apos;;

-- 2019-04-18 06:21:11,225 INFO     MainThread: Started query 4c418be8eb260216:00ed725200000000
-- executing against localhost:21000

alter table complextypestbl_part add partition (p=1)
  location &apos;/test-warehouse/complextypestbl_parquet/&apos;;

-- 2019-04-18 06:21:11,252 INFO     MainThread: Started query bb48cc5ff56d66e8:ebe395c600000000
-- executing against localhost:21000

compute incremental stats complextypestbl_part;

-- 2019-04-18 06:21:11,262 INFO     MainThread: Started query f24eabca892c6884:78b49ab000000000
-- executing against localhost:21000
compute incremental stats complextypestbl_part;

-- 2019-04-18 06:21:11,801 INFO     MainThread: Started query 14477656bc0aaffe:31dfca1200000000
-- executing against localhost:21000
alter table complextypestbl_part add partition (p=2)
  location &apos;/test-warehouse/complextypestbl_parquet/&apos;;

-- 2019-04-18 06:21:11,824 INFO     MainThread: Started query cf4c60f2d63becc5:8a70c6d200000000
-- executing against localhost:21000

compute incremental stats complextypestbl_part;

-- 2019-04-18 06:21:11,830 INFO     MainThread: Started query 4349c7dfd05f72e8:8222439b00000000
</system-err></testcase><testcase classname="custom_cluster.test_incremental_stats.TestIncrementalStatistics" file="custom_cluster/test_incremental_stats.py" line="37" name="test_with_local_catalog[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="36.5023779869"><system-err>-- 2019-04-18 06:21:13,153 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--pull_incremental_statistics=true --use_local_catalog=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--pull_incremental_statistics=true --catalog_topic_mode=minimal &apos; --impalad_args=--default_query_options=
06:21:13 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:21:14 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:21:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:21:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:21:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:21:18 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:21:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:21:18 MainThread: &apos;backends&apos;
06:21:18 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:21:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:21:19 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:21:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:21:20 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:21:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:21:21 MainThread: num_known_live_backends has reached value: 3
06:21:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:21:22 MainThread: num_known_live_backends has reached value: 3
06:21:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:21:22 MainThread: num_known_live_backends has reached value: 3
06:21:23 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:21:23,346 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:21:23,347 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:21:23,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:21:23,350 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:21:23,350 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:21:23,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:21:23,352 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:21:23,352 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:21:23,353 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:21:23,354 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:21:23,354 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:21:23,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:21:23,356 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_with_local_catalog[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6cb0a10&gt;
-- 2019-04-18 06:21:23,469 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_with_local_catalog[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_with_local_catalog_e457bafe` CASCADE;

-- 2019-04-18 06:21:23,572 INFO     MainThread: Started query a64d54b016a8260b:77bffe7000000000
SET client_identifier=custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_with_local_catalog[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_with_local_catalog_e457bafe`;

-- 2019-04-18 06:21:24,085 INFO     MainThread: Started query 004e4c927ba82f6b:8f69427600000000
-- 2019-04-18 06:21:24,087 INFO     MainThread: Created database &quot;test_with_local_catalog_e457bafe&quot; for test ID &quot;custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_with_local_catalog[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
SET client_identifier=custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_with_local_catalog[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
-- executing against localhost:21000
use test_with_local_catalog_e457bafe;

-- 2019-04-18 06:21:24,094 INFO     MainThread: Started query de4ae1b17b299472:85e0c30000000000
SET client_identifier=custom_cluster/test_incremental_stats.py::TestIncrementalStatistics::()::test_with_local_catalog[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table alltypes_incremental like functional.alltypes;

-- 2019-04-18 06:21:25,083 INFO     MainThread: Started query f04550d07e565ca2:c9c84be200000000
-- executing against localhost:21000

insert into alltypes_incremental partition(year, month)
select * from functional.alltypes;

-- 2019-04-18 06:21:25,481 INFO     MainThread: Started query d44db6e1c4d49b5f:31a2f97200000000
-- executing against localhost:21000
compute incremental stats alltypes_incremental;

-- 2019-04-18 06:21:26,734 INFO     MainThread: Started query ec4da524a227e621:07223e0400000000
-- executing against localhost:21000
show table stats alltypes_incremental;

-- 2019-04-18 06:21:28,467 INFO     MainThread: Started query 11458665c2732967:f2c633f600000000
-- executing against localhost:21000
show column stats alltypes_incremental;

-- 2019-04-18 06:21:28,482 INFO     MainThread: Started query 8d4bf5e6de41abbd:fa688d8600000000
-- executing against localhost:21000
drop incremental stats alltypes_incremental partition(year=2010, month=12);

-- 2019-04-18 06:21:28,562 INFO     MainThread: Started query ae4ba826a4a48c48:de92996f00000000
-- executing against localhost:21000
show table stats alltypes_incremental;

-- 2019-04-18 06:21:28,592 INFO     MainThread: Started query 7e44ed7e45fb6de3:f0760e2200000000
-- executing against localhost:21000
compute incremental stats alltypes_incremental;

-- 2019-04-18 06:21:28,622 INFO     MainThread: Started query 3c4d9e765f18efae:53b12e7d00000000
-- executing against localhost:21000
show table stats alltypes_incremental;

-- 2019-04-18 06:21:29,724 INFO     MainThread: Started query c34ac7d68787da9c:3f7c045b00000000
-- executing against localhost:21000
show column stats alltypes_incremental;

-- 2019-04-18 06:21:29,737 INFO     MainThread: Started query 6e458fe1d8c78640:565696a600000000
-- executing against localhost:21000
create table incremental_empty_partitioned (i int) partitioned by (j int);

-- 2019-04-18 06:21:30,086 INFO     MainThread: Started query 7040d40109339c67:7816d6e300000000
-- executing against localhost:21000

alter table incremental_empty_partitioned add partition (j=1);

-- 2019-04-18 06:21:30,153 INFO     MainThread: Started query 6541fa24daaca719:fac8d72800000000
-- executing against localhost:21000
compute incremental stats incremental_empty_partitioned;

-- 2019-04-18 06:21:30,162 INFO     MainThread: Started query c64287716bf877e9:c2ac293d00000000
-- executing against localhost:21000
show table stats incremental_empty_partitioned;

-- 2019-04-18 06:21:30,541 INFO     MainThread: Started query 5d49ab510ea95e1b:a6ee2b4800000000
-- executing against localhost:21000
drop stats incremental_empty_partitioned;

-- 2019-04-18 06:21:30,626 INFO     MainThread: Started query bd4fab207e4992b4:61b5423700000000
-- executing against localhost:21000
compute incremental stats incremental_empty_partitioned partition(j=1);

-- 2019-04-18 06:21:30,636 INFO     MainThread: Started query 2c4541f6bd982a9a:e87c8a8500000000
-- executing against localhost:21000
show table stats incremental_empty_partitioned;

-- 2019-04-18 06:21:31,015 INFO     MainThread: Started query 024b285657990755:dad0174600000000
-- executing against localhost:21000
drop incremental stats alltypes_incremental partition(year=2010, month=1);

-- 2019-04-18 06:21:31,085 INFO     MainThread: Started query 04442efbbf0a7620:9cd27f8600000000
-- executing against localhost:21000

drop incremental stats alltypes_incremental partition(year=2010, month=2);

-- 2019-04-18 06:21:31,160 INFO     MainThread: Started query 794139553812cb20:1825ba3e00000000
-- executing against localhost:21000
compute incremental stats alltypes_incremental partition(year=2010, month=2);

-- 2019-04-18 06:21:31,184 INFO     MainThread: Started query 1e45115325657213:ffdeeea500000000
-- executing against localhost:21000
show table stats alltypes_incremental;

-- 2019-04-18 06:21:32,282 INFO     MainThread: Started query f2428060e9ac60ff:4cbe98ff00000000
-- executing against localhost:21000
show column stats alltypes_incremental;

-- 2019-04-18 06:21:32,294 INFO     MainThread: Started query 764ee9acf68acaf2:06fa6fa100000000
-- executing against localhost:21000
drop incremental stats alltypes_incremental partition(year=2010);

-- 2019-04-18 06:21:32,654 INFO     MainThread: Started query 6742ac96cff7c4f3:9a283afc00000000
-- executing against localhost:21000
compute incremental stats alltypes_incremental partition(year=2010);

-- 2019-04-18 06:21:32,673 INFO     MainThread: Started query 8145230008c5d83a:9a504b2900000000
-- executing against localhost:21000
show table stats alltypes_incremental;

-- 2019-04-18 06:21:34,035 INFO     MainThread: Started query b1479bdc1f6c9e7f:9ad6ad3200000000
-- executing against localhost:21000
show column stats alltypes_incremental;

-- 2019-04-18 06:21:34,046 INFO     MainThread: Started query 7c495b1642c44df5:321f3f2700000000
-- executing against localhost:21000
drop stats alltypes_incremental;

-- 2019-04-18 06:21:34,412 INFO     MainThread: Started query 224d128421d456d2:05778de200000000
-- executing against localhost:21000

show table stats alltypes_incremental;

-- 2019-04-18 06:21:34,430 INFO     MainThread: Started query 714a546a5a9d1598:cbe237ea00000000
-- executing against localhost:21000
create table incremental_many_part_keys(col int)
partitioned by (p1 int, p2 int, p3 int, p4 int, p5 int, p6 int);

-- 2019-04-18 06:21:34,632 INFO     MainThread: Started query 574cf763af81bc9b:6fe75a9800000000
-- executing against localhost:21000

insert into incremental_many_part_keys
partition(p1=1, p2=2, p3=3, p4=4, p5=5, p6=6) values(1);

-- 2019-04-18 06:21:34,665 INFO     MainThread: Started query 4f40c5e7384a2839:35a9c01600000000
-- executing against localhost:21000
compute incremental stats incremental_many_part_keys;

-- 2019-04-18 06:21:34,830 INFO     MainThread: Started query 1a4ea925d71727b9:f03faf9400000000
-- executing against localhost:21000

show table stats incremental_many_part_keys;

-- 2019-04-18 06:21:35,410 INFO     MainThread: Started query 1045c3ce6f50d506:6b7a76b400000000
-- executing against localhost:21000
create table incremental_null_part_key(col int) partitioned by (p int);

-- 2019-04-18 06:21:35,584 INFO     MainThread: Started query 6041b0f1937a1060:ce10103200000000
-- executing against localhost:21000

insert into incremental_null_part_key partition(p) values(1,NULL), (1,2);

-- 2019-04-18 06:21:35,613 INFO     MainThread: Started query 8544b6cf154ca768:ffdcba6200000000
-- executing against localhost:21000

compute incremental stats incremental_null_part_key partition(p=2);

-- 2019-04-18 06:21:35,779 INFO     MainThread: Started query 54497ade6306722d:463882cf00000000
-- executing against localhost:21000
compute incremental stats incremental_null_part_key partition(p=NULL);

-- 2019-04-18 06:21:36,261 INFO     MainThread: Started query 4b4a169eb31421e2:04828ad200000000
-- executing against localhost:21000

show table stats incremental_null_part_key;

-- 2019-04-18 06:21:36,741 INFO     MainThread: Started query 8e4b1f9c18a39240:d459ee0a00000000
-- executing against localhost:21000
create table incremental_keyword_part_key(col int)
partitioned by (`date` int, `table` string);

-- 2019-04-18 06:21:37,085 INFO     MainThread: Started query 6147035153ad14a2:3bde6dd600000000
-- executing against localhost:21000

insert into incremental_keyword_part_key
partition(`date`=1, `table`=&apos;a&apos;) values(2);

-- 2019-04-18 06:21:37,119 INFO     MainThread: Started query 76431179fa713901:023fa4ee00000000
-- executing against localhost:21000

compute incremental stats incremental_keyword_part_key
partition(`date`=1, `table`=&apos;a&apos;);

-- 2019-04-18 06:21:37,284 INFO     MainThread: Started query 0243f995f9d9445b:7b33254b00000000
-- executing against localhost:21000

show table stats incremental_keyword_part_key;

-- 2019-04-18 06:21:37,865 INFO     MainThread: Started query 4a4492333d45843b:6fe4840d00000000
-- executing against localhost:21000
insert into incremental_keyword_part_key
partition(`date`=2, `table`=&apos;b&apos;) values(3);

-- 2019-04-18 06:21:37,874 INFO     MainThread: Started query b645518d8aabed23:d402c34500000000
-- executing against localhost:21000

insert into incremental_keyword_part_key
partition(`date`=NULL, `table`=&apos;&apos;) values(4);

-- 2019-04-18 06:21:38,040 INFO     MainThread: Started query db4b30d052517882:74a0c40b00000000
-- executing against localhost:21000

compute incremental stats incremental_keyword_part_key;

-- 2019-04-18 06:21:38,210 INFO     MainThread: Started query 0f4e628a013856d9:f858f5b300000000
-- executing against localhost:21000

show table stats incremental_keyword_part_key;

-- 2019-04-18 06:21:38,847 INFO     MainThread: Started query 8d4990b8655e6e02:035bec6100000000
-- executing against localhost:21000
drop stats incremental_keyword_part_key;

-- 2019-04-18 06:21:38,946 INFO     MainThread: Started query 0d4e65d477aa45b6:5b186a7e00000000
-- executing against localhost:21000

compute incremental stats incremental_keyword_part_key;

-- 2019-04-18 06:21:38,958 INFO     MainThread: Started query e148a9fc3b1035a8:bf28a9be00000000
-- executing against localhost:21000

show table stats incremental_keyword_part_key;

-- 2019-04-18 06:21:39,652 INFO     MainThread: Started query ed4d173cabe993c0:ad06e53400000000
-- executing against localhost:21000
create table incremental_string_part_value(col int) partitioned by
(p string);

-- 2019-04-18 06:21:40,081 INFO     MainThread: Started query 7447d3196af6a54c:15ccc6ba00000000
-- executing against localhost:21000

insert into incremental_string_part_value partition(p=&quot;test_string&quot;)
values(2);

-- 2019-04-18 06:21:40,108 INFO     MainThread: Started query 08476ee9a32b78ad:d09ab3b100000000
-- executing against localhost:21000

compute incremental stats incremental_string_part_value
partition(p=&quot;test_string&quot;);

-- 2019-04-18 06:21:40,272 INFO     MainThread: Started query fd48cacdeccbdf19:a0ca54a600000000
-- executing against localhost:21000

show table stats incremental_string_part_value;

-- 2019-04-18 06:21:40,852 INFO     MainThread: Started query 6c420ba4c7578cd5:b23c35b500000000
-- executing against localhost:21000
create table incremental_drop_column (a int, b int, c int)
partitioned by (d int);

-- 2019-04-18 06:21:41,085 INFO     MainThread: Started query 564e58d12c3c91b5:19173d5c00000000
-- executing against localhost:21000

alter table incremental_drop_column add partition (d=1);

-- 2019-04-18 06:21:41,129 INFO     MainThread: Started query 8848afda8e6b8f5a:0f4506ba00000000
-- executing against localhost:21000

insert into incremental_drop_column partition(d=1) values (4,4,4);

-- 2019-04-18 06:21:41,140 INFO     MainThread: Started query e84f428c285701cc:87f7278400000000
-- executing against localhost:21000

compute incremental stats incremental_drop_column;

-- 2019-04-18 06:21:41,253 INFO     MainThread: Started query d74010f3cfa52a5d:c3cdc53700000000
-- executing against localhost:21000

alter table incremental_drop_column drop column c;

-- 2019-04-18 06:21:41,823 INFO     MainThread: Started query 9b42b6cffcfdcb4f:edec732e00000000
-- executing against localhost:21000

alter table incremental_drop_column drop column b;

-- 2019-04-18 06:21:41,868 INFO     MainThread: Started query c94111292e21dce0:2ec3707600000000
-- executing against localhost:21000

compute incremental stats incremental_drop_column;

-- 2019-04-18 06:21:41,876 INFO     MainThread: Started query 2740244f309a0f39:a531ea7000000000
-- executing against localhost:21000

show table stats incremental_drop_column;

-- 2019-04-18 06:21:41,882 INFO     MainThread: Started query e64fb5d0937d92ea:6260996000000000
-- executing against localhost:21000
create table incremental_add_column (col int) partitioned by (p int);

-- 2019-04-18 06:21:42,088 INFO     MainThread: Started query 3f4c70c90c4934c4:54f0cd2200000000
-- executing against localhost:21000

insert into incremental_add_column partition(p) values(1,1),(2,2);

-- 2019-04-18 06:21:42,116 INFO     MainThread: Started query 8c43112697ecbbbb:801074b900000000
-- executing against localhost:21000

compute incremental stats incremental_add_column;

-- 2019-04-18 06:21:42,282 INFO     MainThread: Started query 6e47877b9af56046:af3dd6f600000000
-- executing against localhost:21000

insert into incremental_add_column partition(p) values(1,1);

-- 2019-04-18 06:21:42,769 INFO     MainThread: Started query 004075ecb7cfbd15:8999ff6500000000
-- executing against localhost:21000

alter table incremental_add_column add columns (c int);

-- 2019-04-18 06:21:42,985 INFO     MainThread: Started query da46b051a6392cf7:c3563e0200000000
-- executing against localhost:21000

compute incremental stats incremental_add_column;

-- 2019-04-18 06:21:42,998 INFO     MainThread: Started query 7642f9601f749a1a:ebfedacb00000000
-- executing against localhost:21000

show table stats incremental_add_column;

-- 2019-04-18 06:21:43,590 INFO     MainThread: Started query 4f493af55bce9fb2:814304da00000000
-- executing against localhost:21000
create table incremental_no_partitions (col int) partitioned by (p int);

-- 2019-04-18 06:21:44,081 INFO     MainThread: Started query b54ea18bcdbfd14c:2e7e9bca00000000
-- executing against localhost:21000

compute incremental stats incremental_no_partitions;

-- 2019-04-18 06:21:44,110 INFO     MainThread: Started query 5d423d8aff21ae8e:256222fe00000000
-- executing against localhost:21000

show table stats incremental_no_partitions;

-- 2019-04-18 06:21:44,588 INFO     MainThread: Started query cd4e06c07dcde17e:e7b49dd200000000
-- executing against localhost:21000
create table incremental_not_partitioned (col int);

-- 2019-04-18 06:21:45,081 INFO     MainThread: Started query a549149295c01b14:a9a9eadb00000000
-- executing against localhost:21000

insert into incremental_not_partitioned values(1),(2);

-- 2019-04-18 06:21:45,110 INFO     MainThread: Started query ba43c5d73c735a4a:a04dbc2800000000
-- executing against localhost:21000

compute incremental stats incremental_not_partitioned;

-- 2019-04-18 06:21:45,226 INFO     MainThread: Started query d848921a920f6741:4ea366c500000000
-- executing against localhost:21000

show table stats incremental_not_partitioned;

-- 2019-04-18 06:21:45,497 INFO     MainThread: Started query 78404c543a842002:38172c9800000000
-- executing against localhost:21000
create table chars_tbl (
  id int,
  ch1 char(1),
  ch2 char(8),
  ch3 char(20),
  ts timestamp,
  vc1 varchar(1),
  vc2 varchar(8),
  vc3 varchar(20)
)
partitioned by (
  year char(5),
  day varchar(13)
);

-- 2019-04-18 06:21:45,582 INFO     MainThread: Started query 164e50f9e1eba2b2:be71bbe200000000
-- executing against localhost:21000


insert overwrite chars_tbl partition(year, day)
select
id,
cast(date_string_col as char(1)),
cast(date_string_col as char(8)),
cast(date_string_col as char(20)),
timestamp_col,
cast(date_string_col as varchar(1)),
cast(date_string_col as varchar(8)),
cast(date_string_col as varchar(20)),
cast(year as char(5)),
cast(day as varchar(13))
from functional.alltypesagg
where day is null or day in (3, 7);

-- 2019-04-18 06:21:45,661 INFO     MainThread: Started query 93463007e754ab12:76e3d60c00000000
-- executing against localhost:21000
compute incremental stats chars_tbl;

-- 2019-04-18 06:21:46,091 INFO     MainThread: Started query 0742086528bb3315:89012b4f00000000
-- executing against localhost:21000
show column stats chars_tbl;

-- 2019-04-18 06:21:46,835 INFO     MainThread: Started query 99482e2db5271e6f:5b6cff8c00000000
-- executing against localhost:21000
insert into chars_tbl partition(year, day)
select null, cast(&apos;x&apos; as char(1)), cast(&apos;x&apos; as char(8)), cast(&apos;x&apos; as char(20)),
null, cast(&apos;x&apos; as varchar(1)), cast(&apos;x&apos; as varchar(8)), cast(&apos;x&apos; as varchar(20)),
cast(&apos;abc&apos; as char(5)), cast(&apos;xyz&apos; as varchar(13));

-- 2019-04-18 06:21:46,851 INFO     MainThread: Started query 444c6c8fe2d9a205:2d77d9a600000000
-- executing against localhost:21000

compute incremental stats chars_tbl;

-- 2019-04-18 06:21:47,022 INFO     MainThread: Started query 0d4d7f37aec8cb8c:788bed4600000000
-- executing against localhost:21000
show column stats chars_tbl;

-- 2019-04-18 06:21:47,653 INFO     MainThread: Started query 004a72c3ef571dd3:d73d5a8600000000
-- executing against localhost:21000
create external table complextypestbl_part
  like parquet &apos;/test-warehouse/complextypestbl_parquet/nullable.parq&apos;
  partitioned by (p int) stored as parquet;

-- 2019-04-18 06:21:48,082 INFO     MainThread: Started query 3b49a35a6983e574:62d52f2f00000000
-- executing against localhost:21000

alter table complextypestbl_part add partition (p=0)
  location &apos;/test-warehouse/complextypestbl_parquet/&apos;;

-- 2019-04-18 06:21:48,129 INFO     MainThread: Started query 654512044f06466f:76c1da7800000000
-- executing against localhost:21000

alter table complextypestbl_part add partition (p=1)
  location &apos;/test-warehouse/complextypestbl_parquet/&apos;;

-- 2019-04-18 06:21:48,158 INFO     MainThread: Started query f94ae8b4c32beec5:5ba127a000000000
-- executing against localhost:21000

compute incremental stats complextypestbl_part;

-- 2019-04-18 06:21:48,170 INFO     MainThread: Started query c845a004e236890e:d63c7efd00000000
-- executing against localhost:21000
compute incremental stats complextypestbl_part;

-- 2019-04-18 06:21:48,762 INFO     MainThread: Started query c54d3b9f843cb0b0:a4f514d900000000
-- executing against localhost:21000
alter table complextypestbl_part add partition (p=2)
  location &apos;/test-warehouse/complextypestbl_parquet/&apos;;

-- 2019-04-18 06:21:48,787 INFO     MainThread: Started query 03422f2083ef0690:fdc5f89300000000
-- executing against localhost:21000

compute incremental stats complextypestbl_part;

-- 2019-04-18 06:21:48,798 INFO     MainThread: Started query e54a670e2e157454:cc1c08b100000000
</system-err></testcase><testcase classname="custom_cluster.test_insert_behaviour.TestInsertBehaviourCustomCluster" file="custom_cluster/test_insert_behaviour.py" line="79" name="test_insert_inherit_permission" time="12.931759119"><system-err>-- 2019-04-18 06:21:49,659 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--insert_inherit_permissions=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:21:50 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:21:51 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:21:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:21:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:21:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:21:55 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:21:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:21:55 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:21:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:21:56 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:21:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:21:57 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:21:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:21:58 MainThread: num_known_live_backends has reached value: 3
06:21:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:21:58 MainThread: num_known_live_backends has reached value: 3
06:21:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:21:59 MainThread: num_known_live_backends has reached value: 3
06:21:59 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:21:59,883 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:21:59,883 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:21:59,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:21:59,886 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:21:59,886 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:21:59,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:21:59,888 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:21:59,888 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:21:59,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:21:59,890 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:21:59,890 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:21:59,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:21:59,892 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6cb8ed0&gt;
-- 2019-04-18 06:22:00,011 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
DROP TABLE IF EXISTS insert_inherit_permission;

-- 2019-04-18 06:22:00,092 INFO     MainThread: Started query 114f4573ea1f1955:7bd80db500000000
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
CREATE TABLE insert_inherit_permission (col int) PARTITIONED BY (p1 int, p2 int, p3 int) location &apos;/test-warehouse/insert_inherit_permission&apos;;

-- 2019-04-18 06:22:00,731 INFO     MainThread: Started query b245eb44be2ebc8c:ab79ea2b00000000
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
ALTER TABLE insert_inherit_permission ADD PARTITION(p1=1, p2=1, p3=1);

-- 2019-04-18 06:22:01,331 INFO     MainThread: Started query 744ba59b1fc7ee28:e9252b7f00000000
-- closing connection to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission;
-- connecting to: ip-172-31-13-181:21002
-- 2019-04-18 06:22:01,335 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- executing against ip-172-31-13-181:21002
INSERT INTO insert_inherit_permission PARTITION(p1=1, p2=2, p3=2) VALUES(1);

-- 2019-04-18 06:22:01,581 INFO     MainThread: Started query 724090e94dd0e00a:00cd020300000000
-- 2019-04-18 06:22:01,990 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- 2019-04-18 06:22:01,994 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- executing against ip-172-31-13-181:21002
INSERT INTO insert_inherit_permission PARTITION(p1=1, p2=2, p3=3) VALUES(1);

-- 2019-04-18 06:22:02,003 INFO     MainThread: Started query 774554a73b6e68f7:30a3f30800000000
-- 2019-04-18 06:22:02,210 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- 2019-04-18 06:22:02,213 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- executing against ip-172-31-13-181:21002
INSERT INTO insert_inherit_permission PARTITION(p1=1, p2=2, p3=3) VALUES(1);

-- 2019-04-18 06:22:02,223 INFO     MainThread: Started query 204ffcca8a089837:1549f70a00000000
-- 2019-04-18 06:22:02,329 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- 2019-04-18 06:22:02,332 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- closing connection to: ip-172-31-13-181:21002
</system-err></testcase><testcase classname="custom_cluster.test_insert_behaviour.TestInsertBehaviourCustomCluster" file="custom_cluster/test_insert_behaviour.py" line="109" name="test_insert_inherit_permission_disabled" time="11.500128746"><system-err>-- 2019-04-18 06:22:02,591 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--insert_inherit_permissions=false &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:22:03 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:22:04 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:22:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:22:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:22:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:22:08 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:22:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:22:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:22:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:22:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:22:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:22:10 MainThread: num_known_live_backends has reached value: 3
06:22:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:22:10 MainThread: num_known_live_backends has reached value: 3
06:22:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:22:11 MainThread: num_known_live_backends has reached value: 3
06:22:11 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:22:11,769 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:22:11,769 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:22:11,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:22:11,773 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:22:11,773 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:22:11,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:22:11,775 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:22:11,775 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:22:11,776 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:22:11,777 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:22:11,777 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:22:11,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:22:11,779 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission_disabled;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6cafb10&gt;
-- 2019-04-18 06:22:11,898 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission_disabled;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission_disabled;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21002
DROP TABLE IF EXISTS insert_inherit_permission;

-- 2019-04-18 06:22:12,091 INFO     MainThread: Started query c049494060b49144:593161e300000000
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission_disabled;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21002
CREATE TABLE insert_inherit_permission (col int) PARTITIONED BY (p1 int, p2 int, p3 int) location &apos;/test-warehouse/insert_inherit_permission&apos;;

-- 2019-04-18 06:22:12,758 INFO     MainThread: Started query 654baa80a2a07e41:e2389ec300000000
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission_disabled;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21002
ALTER TABLE insert_inherit_permission ADD PARTITION(p1=1, p2=1, p3=1);

-- 2019-04-18 06:22:13,359 INFO     MainThread: Started query ba4558c8d3d2239b:0cc74d4000000000
-- closing connection to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_insert_behaviour.py::TestInsertBehaviourCustomCluster::()::test_insert_inherit_permission_disabled;
-- connecting to: ip-172-31-13-181:21002
-- 2019-04-18 06:22:13,364 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- 2019-04-18 06:22:13,367 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- executing against ip-172-31-13-181:21002
INSERT INTO insert_inherit_permission PARTITION(p1=1, p2=3, p3=4) VALUES(1);

-- 2019-04-18 06:22:13,512 INFO     MainThread: Started query 1f4b714c4939ef54:0eeef95300000000
-- 2019-04-18 06:22:13,871 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- 2019-04-18 06:22:13,874 INFO     MainThread: Starting new HTTP connection (1): 0.0.0.0
-- closing connection to: ip-172-31-13-181:21002
</system-err></testcase><testcase classname="custom_cluster.test_jvm_mem_tracking.TestJvmMemTracker" file="custom_cluster/test_jvm_mem_tracking.py" line="39" name="test_jvm_mem_tracking[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000295877456665"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_jvm_mem_tracking.py:37: &lt;py._xmlgen.raw object at 0x7f27d6cb8950&gt;</skipped></testcase><testcase classname="custom_cluster.test_krpc_mem_usage.TestKrpcMemUsage" file="custom_cluster/test_krpc_mem_usage.py" line="64" name="test_krpc_unqueued_memory_usage[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000252723693848"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_krpc_mem_usage.py:41: &lt;py._xmlgen.raw object at 0x7f27d6cb8110&gt;</skipped></testcase><testcase classname="custom_cluster.test_krpc_mem_usage.TestKrpcMemUsage" file="custom_cluster/test_krpc_mem_usage.py" line="73" name="test_krpc_early_sender_memory_usage[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000248908996582"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_krpc_mem_usage.py:41: &lt;py._xmlgen.raw object at 0x7f27d6cbba50&gt;</skipped></testcase><testcase classname="custom_cluster.test_krpc_mem_usage.TestKrpcMemUsage" file="custom_cluster/test_krpc_mem_usage.py" line="82" name="test_krpc_early_sender_memory_cancellation[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000219821929932"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_krpc_mem_usage.py:41: &lt;py._xmlgen.raw object at 0x7f27d6cb8350&gt;</skipped></testcase><testcase classname="custom_cluster.test_krpc_metrics.TestKrpcMetrics" file="custom_cluster/test_krpc_metrics.py" line="49" name="test_krpc_queue_overflow_rpcz[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000309944152832"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_krpc_metrics.py:41: &lt;py._xmlgen.raw object at 0x7f27d6caa190&gt;</skipped></testcase><testcase classname="custom_cluster.test_krpc_metrics.TestKrpcMetrics" file="custom_cluster/test_krpc_metrics.py" line="85" name="test_krpc_queue_overflow_metrics[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.00020694732666"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_krpc_metrics.py:41: &lt;py._xmlgen.raw object at 0x7f27d6cccad0&gt;</skipped></testcase><testcase classname="custom_cluster.test_krpc_metrics.TestKrpcMetrics" file="custom_cluster/test_krpc_metrics.py" line="99" name="test_krpc_service_queue_metrics[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.00022292137146"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_krpc_metrics.py:41: &lt;py._xmlgen.raw object at 0x7f27d6cc51d0&gt;</skipped></testcase><testcase classname="custom_cluster.test_kudu.TestKuduOperations" file="custom_cluster/test_kudu.py" line="42" name="test_local_tz_conversion_ops[protocol: beeswax | exec_option: {&apos;kudu_read_mode&apos;: &apos;READ_AT_SNAPSHOT&apos;, &apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="42.5290818214"><system-err>-- 2019-04-18 06:22:14,101 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_tz_for_unix_timestamp_conversions=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:22:14 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:22:15 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:22:16 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:22:16 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:22:16 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:22:19 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:22:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:22:19 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:22:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:22:20 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:22:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:22:21 MainThread: num_known_live_backends has reached value: 3
06:22:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:22:22 MainThread: num_known_live_backends has reached value: 3
06:22:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:22:22 MainThread: num_known_live_backends has reached value: 3
06:22:23 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:22:23,293 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:22:23,293 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:22:23,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:22:23,297 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:22:23,297 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:22:23,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:22:23,298 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:22:23,299 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:22:23,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:22:23,300 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:22:23,300 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:22:23,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:22:23,302 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_local_tz_conversion_ops[protocol:beeswax|exec_option:{&apos;kudu_read_mode&apos;:&apos;READ_AT_SNAPSHOT&apos;;&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6cc5fd0&gt;
-- 2019-04-18 06:22:23,428 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_local_tz_conversion_ops[protocol:beeswax|exec_option:{&apos;kudu_read_mode&apos;:&apos;READ_AT_SNAPSHOT&apos;;&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_local_tz_conversion_ops_e47c4913` CASCADE;

-- 2019-04-18 06:22:23,535 INFO     MainThread: Started query 0741dcdb18119acc:a5e12d2c00000000
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_local_tz_conversion_ops[protocol:beeswax|exec_option:{&apos;kudu_read_mode&apos;:&apos;READ_AT_SNAPSHOT&apos;;&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_local_tz_conversion_ops_e47c4913`;

-- 2019-04-18 06:22:24,084 INFO     MainThread: Started query ab488ae7bf86d685:ce41154500000000
-- 2019-04-18 06:22:24,086 INFO     MainThread: Created database &quot;test_local_tz_conversion_ops_e47c4913&quot; for test ID &quot;custom_cluster/test_kudu.py::TestKuduOperations::()::test_local_tz_conversion_ops[protocol: beeswax | exec_option: {&apos;kudu_read_mode&apos;: &apos;READ_AT_SNAPSHOT&apos;, &apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_local_tz_conversion_ops[protocol:beeswax|exec_option:{&apos;kudu_read_mode&apos;:&apos;READ_AT_SNAPSHOT&apos;;&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
-- executing against localhost:21000
use test_local_tz_conversion_ops_e47c4913;

-- 2019-04-18 06:22:24,092 INFO     MainThread: Started query cc411533138742ed:700ee05100000000
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_local_tz_conversion_ops[protocol:beeswax|exec_option:{&apos;kudu_read_mode&apos;:&apos;READ_AT_SNAPSHOT&apos;;&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
SET kudu_read_mode=READ_AT_SNAPSHOT;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select * from functional_kudu.dimtbl order by id limit 1;

-- 2019-04-18 06:22:25,629 INFO     MainThread: Started query 5b47be432fc96be8:81b5530a00000000
-- executing against localhost:21000
select zip, id from functional_kudu.dimtbl where id &gt;= 1000 and 1002 &gt;= id and
94611 = zip and &apos;Name1&apos; = name order by id;

-- 2019-04-18 06:22:26,340 INFO     MainThread: Started query 91410e8fbf1cc5f3:d528ddb000000000
-- executing against localhost:21000
CREATE TABLE impala_2740 (key INT PRIMARY KEY, value INT)
  PARTITION BY HASH (key) PARTITIONS 3 STORED AS KUDU;

-- 2019-04-18 06:22:27,582 INFO     MainThread: Started query 184927031afb9c70:5ab675f200000000
-- executing against localhost:21000

INSERT INTO impala_2740 VALUES (1, NULL), (2, -2);

-- 2019-04-18 06:22:27,756 INFO     MainThread: Started query 2d4dd91dce61b13d:eda4b45b00000000
-- executing against localhost:21000

SELECT * FROM impala_2740 WHERE key != 1;

-- 2019-04-18 06:22:27,882 INFO     MainThread: Started query a042e7b469eb8a8d:d23fae2b00000000
-- executing against localhost:21000
CREATE TABLE impala_2635_t1 (id BIGINT PRIMARY KEY, name STRING)
  PARTITION BY HASH (id) PARTITIONS 3 STORED AS KUDU;

-- 2019-04-18 06:22:29,081 INFO     MainThread: Started query 3d401a88939af4e2:05d55f2f00000000
-- executing against localhost:21000

CREATE TABLE impala_2635_t2 (id BIGINT PRIMARY KEY, name STRING)
  PARTITION BY HASH(id) PARTITIONS 16 STORED AS KUDU;

-- 2019-04-18 06:22:29,581 INFO     MainThread: Started query 51422d69568f49f6:4dfd48f400000000
-- executing against localhost:21000

INSERT INTO impala_2635_t1 VALUES (0, &apos;Foo&apos;);

-- 2019-04-18 06:22:29,756 INFO     MainThread: Started query 5241ef37561111eb:53821b2f00000000
-- executing against localhost:21000

INSERT INTO impala_2635_t2 VALUES (1, &apos;Blah&apos;);

-- 2019-04-18 06:22:30,007 INFO     MainThread: Started query b14340729eb2ccde:702ce10b00000000
-- executing against localhost:21000

SELECT * FROM impala_2635_t1 UNION ALL SELECT * FROM impala_2635_t2;

-- 2019-04-18 06:22:30,138 INFO     MainThread: Started query d44637b6ae3fbc58:6e52199400000000
-- executing against localhost:21000
select count(int_col) from functional_kudu.tinyinttable;

-- 2019-04-18 06:22:30,982 INFO     MainThread: Started query bc4efd7127780cab:0963faae00000000
-- executing against localhost:21000
select count(*) from functional_kudu.alltypesagg where id &lt; 10 and float_col is null;

-- 2019-04-18 06:22:31,536 INFO     MainThread: Started query af405510daa0cd5a:e70d140500000000
-- executing against localhost:21000
select count(*) from functional_kudu.alltypesagg where id &lt; 10 and float_col is not null;

-- 2019-04-18 06:22:32,127 INFO     MainThread: Started query 1548e3db21d985e6:775076cf00000000
-- executing against localhost:21000
select count(*) from functional_kudu.alltypes where id is not null;

-- 2019-04-18 06:22:32,892 INFO     MainThread: Started query 7940913030b333a7:070c9d6800000000
-- executing against localhost:21000
select count(*) from functional_kudu.alltypes where id is null;

-- 2019-04-18 06:22:33,022 INFO     MainThread: Started query 8f4e1587ed10caa1:1a397b8100000000
-- executing against localhost:21000
select id, timestamp_col from functional_kudu.alltypes where
timestamp_col &lt;= cast(&apos;2009-01-01 00:08:00.28&apos; as timestamp) and
timestamp_col &gt;= cast(&apos;2009-01-01 00:04:00.6&apos; as timestamp)
order by id;

-- 2019-04-18 06:22:33,101 INFO     MainThread: Started query 8d4b6a239a9c11ea:fb2beaa000000000
-- executing against localhost:21000
select id, timestamp_col from functional_kudu.alltypes where
timestamp_col &gt; cast(&apos;1000-01-01 00:00:00.00&apos; as timestamp);

-- 2019-04-18 06:22:33,333 INFO     MainThread: Started query 7e4a466f9163690d:6b0dcf7300000000
-- executing against localhost:21000
select id, timestamp_col from functional_kudu.alltypes where
timestamp_col &lt; cast(&apos;2009-01-01 00:08:00.28&apos; as timestamp) and
timestamp_col &gt; cast(&apos;2009-01-01 00:04:00.6&apos; as timestamp)
order by id;

-- 2019-04-18 06:22:33,865 INFO     MainThread: Started query cd4d53cb1ccf9d11:1898859100000000
-- executing against localhost:21000
select id, timestamp_col from functional_kudu.alltypes where
timestamp_col = cast(&apos;2009-01-01 00:08:00.28&apos; as timestamp);

-- 2019-04-18 06:22:34,347 INFO     MainThread: Started query 534a82054fa64e08:521459d200000000
-- executing against localhost:21000
select id, timestamp_col from functional_kudu.alltypes where
timestamp_col in (cast(&apos;2010-03-01 00:00:00&apos; as timestamp),
                  cast(&apos;2010-03-01 00:01:00&apos; as timestamp))
order by id;

-- 2019-04-18 06:22:34,839 INFO     MainThread: Started query eb4268f65722278f:2e43383900000000
-- executing against localhost:21000
select count(*) from functional_kudu.alltypes where rand() + id &lt; 0.0;

-- 2019-04-18 06:22:34,919 INFO     MainThread: Started query 4a45baba5c1ec519:a9e76e5b00000000
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_local_tz_conversion_ops[protocol:beeswax|exec_option:{&apos;kudu_read_mode&apos;:&apos;READ_AT_SNAPSHOT&apos;;&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
-- executing against localhost:21000
use test_local_tz_conversion_ops_e47c4913;

-- 2019-04-18 06:22:35,294 INFO     MainThread: Started query 98469439e43c86b5:d4b6affa00000000
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_local_tz_conversion_ops[protocol:beeswax|exec_option:{&apos;kudu_read_mode&apos;:&apos;READ_AT_SNAPSHOT&apos;;&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;;
SET kudu_read_mode=READ_AT_SNAPSHOT;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table tdata
  (id int primary key, valf float null, vali bigint null, valv string null,
   valb boolean null, valt tinyint null, vals smallint null, vald double null,
   ts timestamp, decimal4 decimal(9,9) null, decimal8 decimal(18,2) null,
   decimal16 decimal(38, 0) null)
  PARTITION BY RANGE (PARTITION VALUES &lt; 10, PARTITION 10 &lt;= VALUES &lt; 30,
  PARTITION 30 &lt;= VALUES) STORED AS KUDU;

-- 2019-04-18 06:22:36,081 INFO     MainThread: Started query 8a4099a8c315b3fa:277470c600000000
-- executing against localhost:21000
insert into tdata values (1, 1, 1, &apos;one&apos;, true, 1, 1, 1,
  cast(&apos;1987-05-19 00:00:00&apos; as timestamp), 0.000000001, 1.00, 1);

-- 2019-04-18 06:22:36,226 INFO     MainThread: Started query bb421133250b932a:f78aa23600000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:36,403 INFO     MainThread: Started query ec465de21032fa81:566c7fb000000000
-- executing against localhost:21000
insert into tdata values (2, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

-- 2019-04-18 06:22:36,852 INFO     MainThread: Started query e346c775f9f12e4b:ef4ff5e700000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:36,973 INFO     MainThread: Started query 2b4cb29b08a735f6:7e99a48700000000
-- executing against localhost:21000
insert into tdata values
(3, cast(&apos;nan&apos; as float), max_bigint(), &apos;&apos;, true, min_tinyint(), max_smallint(),
  cast(&apos;-inf&apos; as double),
  nanoseconds_add(cast(&apos;9999-12-31 23:59:59&apos; as timestamp), 999999999),
  0.999999999, 9999999999999999.99, 99999999999999999999999999999999999999);

-- 2019-04-18 06:22:37,510 INFO     MainThread: Started query 93453b270d79496b:f4e68f0a00000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:37,684 INFO     MainThread: Started query c44929f8d2ab5583:12437d9600000000
-- executing against localhost:21000
insert into tdata (valb, vald, id) values (true, 0, 4);

-- 2019-04-18 06:22:38,215 INFO     MainThread: Started query 0d49f03b30bf15c4:85301fce00000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:38,337 INFO     MainThread: Started query 7c421ca7f49176ce:023ae98400000000
-- executing against localhost:21000
insert into tdata values
(5, 5.0, 5, &apos;five&apos;, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
(6, 16, 60, &apos;&apos;, true, 0, -1, -6, cast(&apos;2010-12-31 23:59:59&apos; as timestamp), -0.000000001, -1.00, -1),
(7, NULL, 10, NULL, false, max_tinyint(), -7, 2, cast(&apos;1400-01-01 00:00:00&apos; as timestamp), 0.000000000, 0.00, 0);

-- 2019-04-18 06:22:38,825 INFO     MainThread: Started query 1d45ffae42b7a994:5e61bdef00000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:38,998 INFO     MainThread: Started query 4c4e8582abc8961e:7fad9cab00000000
-- executing against localhost:21000
insert into tdata (valv, valf, vali, id) values
(&apos;eight&apos;, 88, 888, 8),
(NULL, -9, -99, 9);

-- 2019-04-18 06:22:39,479 INFO     MainThread: Started query 20477040f0c94505:4e34aa5b00000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:39,600 INFO     MainThread: Started query 2e41a35e63c6d0f3:b5865d1000000000
-- executing against localhost:21000
insert into tdata
select id, float_col, bigint_col, string_col, bool_col, tinyint_col, smallint_col,
double_col, timestamp_col, NULL, NULL, NULL
from functional.alltypes where id = 10;

-- 2019-04-18 06:22:40,536 INFO     MainThread: Started query 6648c0da0d57d736:af7d193c00000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:41,120 INFO     MainThread: Started query d6421f666e58dc76:ae02de8100000000
-- executing against localhost:21000
insert into tdata (id, vald, valb, vali, ts)
select id, double_col, bool_col, bigint_col, timestamp_col
from functional.alltypes where id = 11;

-- 2019-04-18 06:22:41,551 INFO     MainThread: Started query 9244645c94393e7b:962487b100000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:41,830 INFO     MainThread: Started query 51459795add52183:a925481300000000
-- executing against localhost:21000
delete tdata;

-- 2019-04-18 06:22:42,314 INFO     MainThread: Started query a44158575e959526:3cc9cfed00000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:42,889 INFO     MainThread: Started query cb463a7f4eee447d:63c7b03800000000
-- executing against localhost:21000
insert into tdata
select id, float_col, bigint_col, string_col, bool_col, tinyint_col, smallint_col,
double_col, timestamp_col, NULL, NULL, NULL
from functional.alltypes where id &lt; 2;

-- 2019-04-18 06:22:43,227 INFO     MainThread: Started query 9c4105a4789be84b:9596982b00000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:43,657 INFO     MainThread: Started query b944c5e30774f4e7:20ab03c600000000
-- executing against localhost:21000
insert into tdata (vals, id, valt, vald, ts)
select smallint_col, id, tinyint_col, double_col, timestamp_col
from functional.alltypes where id &gt; 2 and id &lt; 6;

-- 2019-04-18 06:22:44,243 INFO     MainThread: Started query 7843958abc767954:bd1e63c900000000
-- executing against localhost:21000
select * from tdata limit 1000;

-- 2019-04-18 06:22:44,572 INFO     MainThread: Started query e94797b5c963bc7d:d41ca4e700000000
-- executing against localhost:21000
insert into tdata values (320, 2.0, 932, cast(&apos;&apos; as string), false, 0, 0, 0, NULL, NULL, NULL, NULL);

-- 2019-04-18 06:22:44,986 INFO     MainThread: Started query 6146565eab611de4:9c6b32ec00000000
-- executing against localhost:21000
select id, valv, valb from tdata where id = 320;

-- 2019-04-18 06:22:45,106 INFO     MainThread: Started query 8f4e221297a466cc:1821a41d00000000
-- executing against localhost:21000
insert into tdata values
(666, cast(1.2 as float), 43, cast(&apos;z&apos; as string), true, 0, 0, 0, NULL, NULL, NULL, NULL);

-- 2019-04-18 06:22:45,732 INFO     MainThread: Started query 4b4c7c2fb074bb0f:dcd19bb200000000
-- executing against localhost:21000
insert into tdata values
(666, cast(1.2 as float), 43, cast(&apos;z&apos; as VARCHAR(20)), true, 0, 0, 0, NULL, NULL, NULL, NULL);

-- 2019-04-18 06:22:45,853 INFO     MainThread: Started query f542d1207371ad73:e3b9210400000000
-- executing against localhost:21000
create table kudu_test_tbl primary key(id)
partition by range(id) (partition values &lt; 100, partition 100 &lt;= values &lt;= 10000)
stored as kudu as
select * from functional_kudu.alltypes where id &lt; 100;

-- 2019-04-18 06:22:46,582 INFO     MainThread: Started query 3e43f71c217287fa:f7dc8c5600000000
-- executing against localhost:21000
insert into kudu_test_tbl
select * from functional_kudu.alltypes where id &lt; 100;

-- 2019-04-18 06:22:47,249 INFO     MainThread: Started query f5468668b540d819:92c149fa00000000
-- executing against localhost:21000
insert into kudu_test_tbl
select * from functional_kudu.alltypes;

-- 2019-04-18 06:22:47,593 INFO     MainThread: Started query 94497cb9fde296a6:ba1be5a900000000
-- executing against localhost:21000
insert into kudu_test_tbl SELECT cast(id + 10000 as int), bool_col, tinyint_col,
  smallint_col, int_col, bigint_col, float_col, double_col, date_string_col, string_col,
  timestamp_col, year, month
from functional_kudu.alltypes;

-- 2019-04-18 06:22:48,377 INFO     MainThread: Started query e44eab04da9d663c:ce90cbba00000000
-- executing against localhost:21000
create table allkeytypes (i1 tinyint, i2 smallint, i3 int, i4 bigint, name string,
  valt timestamp, valf float, vald double, primary key (i1, i2, i3, i4, name, valt))
  partition by hash partitions 3, range
  (partition value = (1,1,1,1,&apos;1&apos;,&apos;2009-01-01 00:01:00&apos;),
  partition value = (2,2,2,2,&apos;2&apos;,&apos;2009-01-01 00:02:00.100000000&apos;),
  partition value = (3,3,3,3,&apos;3&apos;,&apos;2009-01-01 00:03:00.300000000&apos;)) stored as kudu;

-- 2019-04-18 06:22:50,081 INFO     MainThread: Started query 79428e48c220a0fa:50dba01300000000
-- executing against localhost:21000
insert into allkeytypes select cast(id as tinyint), smallint_col, int_col,
  cast (bigint_col/10 as bigint), string_col, timestamp_col, float_col, double_col
  from functional.alltypes where id &gt; 1 and id &lt; 10;

-- 2019-04-18 06:22:50,177 INFO     MainThread: Started query 4745fcb37a34ad2b:de0d94fa00000000
-- executing against localhost:21000
insert into allkeytypes values (1,1,1,1,&apos;1&apos;,&apos;2009-01-01 00:01:00&apos;,null,null);

-- 2019-04-18 06:22:50,607 INFO     MainThread: Started query 2344b9cbb26a8cba:4e0b42e400000000
-- executing against localhost:21000
create table tbl_with_defaults (a int primary key, b int null default 10,
  c int not null default 100, d int default 1000, e int null, f int not null,
  g string default &apos;test&apos;, h boolean default true,
  i decimal(9, 2) default 1111.11) partition by hash (a)
  partitions 3 stored as kudu;

-- 2019-04-18 06:22:51,080 INFO     MainThread: Started query e24c53da9c472648:2655a94c00000000
-- executing against localhost:21000
insert into tbl_with_defaults (a, f) values (1, 1), (2, 2), (3, 3), (4, 4);

-- 2019-04-18 06:22:51,179 INFO     MainThread: Started query d54ebf5be0a1d273:ea96c93800000000
-- executing against localhost:21000
select * from tbl_with_defaults limit 1000;

-- 2019-04-18 06:22:51,300 INFO     MainThread: Started query 474dc16da9fdd515:65bcc65b00000000
-- executing against localhost:21000
insert into tbl_with_defaults values (5, 5, 5, 5, 5, 5, &apos;row&apos;, false, 55555.55);

-- 2019-04-18 06:22:51,679 INFO     MainThread: Started query b14ee010577798fc:8438786e00000000
-- executing against localhost:21000
select * from tbl_with_defaults limit 1000;

-- 2019-04-18 06:22:51,849 INFO     MainThread: Started query b046584631c0e286:5915bf5900000000
-- executing against localhost:21000
alter table tbl_with_defaults add columns (j int null, k int not null default 10000);

-- 2019-04-18 06:22:52,498 INFO     MainThread: Started query 55408964513a6d07:4b33598700000000
-- executing against localhost:21000
select * from tbl_with_defaults;

-- 2019-04-18 06:22:52,510 INFO     MainThread: Started query 994064336fade065:a377d73300000000
-- executing against localhost:21000
insert into tbl_with_defaults values (6,6,6,6,6,6,&apos;another row&apos;,false,66666.66,6,6);

-- 2019-04-18 06:22:52,981 INFO     MainThread: Started query 774c2b3ac47b5907:7d19557500000000
-- executing against localhost:21000
select * from tbl_with_defaults limit 1000;

-- 2019-04-18 06:22:53,152 INFO     MainThread: Started query 3642afecb6dd65d2:b0cdfff300000000
-- executing against localhost:21000
insert into tbl_with_defaults (a, c, f) values (0, null, 1);

-- 2019-04-18 06:22:53,538 INFO     MainThread: Started query 9b47bf2627124b7a:445107fc00000000
-- executing against localhost:21000
insert into tbl_with_defaults (a, b, d, f) values (0, 0, null, 0);

-- 2019-04-18 06:22:53,655 INFO     MainThread: Started query 72484f310b16c8d6:0d07290200000000
-- executing against localhost:21000
select * from tbl_with_defaults limit 1000;

-- 2019-04-18 06:22:53,774 INFO     MainThread: Started query e84e880914747305:9a7f316a00000000
-- executing against localhost:21000
create table multiple_partition_cols (x bigint, y bigint, z string, primary key(x, y))
partition by hash(x, y) partitions 8 stored as kudu;

-- 2019-04-18 06:22:55,081 INFO     MainThread: Started query 304ccc91fd042e91:f8fa65a600000000
-- executing against localhost:21000
insert into multiple_partition_cols select 0, bigint_col, string_col
  from functional.alltypes where id = 0;

-- 2019-04-18 06:22:55,219 INFO     MainThread: Started query bc4fa3239b47e34e:f2d275bf00000000
-- executing against localhost:21000
select * from multiple_partition_cols limit 1000;

-- 2019-04-18 06:22:55,398 INFO     MainThread: Started query b140b0e345489010:75c2a7e900000000
-- executing against localhost:21000
insert into multiple_partition_cols select bigint_col, null, string_col
  from functional.alltypes where id = 1;

-- 2019-04-18 06:22:56,027 INFO     MainThread: Started query 8746794deab49952:f448894c00000000
</system-err></testcase><testcase classname="custom_cluster.test_kudu.TestKuduOperations" file="custom_cluster/test_kudu.py" line="53" name="test_kudu_master_hosts" time="11.9577691555"><system-err>-- 2019-04-18 06:22:56,632 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-kudu_master_hosts= &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:22:57 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:22:58 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:22:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:22:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:22:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:23:02 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:23:02 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:02 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:23:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:03 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:23:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:04 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:23:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:05 MainThread: num_known_live_backends has reached value: 3
06:23:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:23:05 MainThread: num_known_live_backends has reached value: 3
06:23:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:23:06 MainThread: num_known_live_backends has reached value: 3
06:23:06 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:23:06,825 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:23:06,825 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:23:06,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:06,828 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:23:06,828 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:23:06,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:06,830 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:23:06,830 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:23:06,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:06,832 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:23:06,832 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:23:06,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:06,833 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_kudu_master_hosts;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6cbb7d0&gt;
-- 2019-04-18 06:23:06,951 INFO     MainThread: Closing active operation
-- 2019-04-18 06:23:07,096 INFO     MainThread: Closing active operation
-- 2019-04-18 06:23:07,098 INFO     MainThread: Using database testkuduoperations_40585_y51q3d as default
W0418 06:23:07.105113 40585 openssl_util.cc:156] It appears that OpenSSL has been previously initialized by code outside of Kudu. Please first properly initialize OpenSSL for multi-threaded usage (setting thread callback functions for OpenSSL of versions earlier than 1.1.0) and then call kudu::client::DisableOpenSSLInitialization() to avoid potential crashes due to conflicting initialization.
</system-err></testcase><testcase classname="custom_cluster.test_kudu.TestKuduOperations" file="custom_cluster/test_kudu.py" line="74" name="test_error_buffer_size" time="12.9952032566"><system-err>-- 2019-04-18 06:23:08,591 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-kudu_error_buffer_size=1024 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:23:09 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:23:10 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:23:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:23:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:23:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:23:14 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:23:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:14 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:23:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:15 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:23:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:16 MainThread: num_known_live_backends has reached value: 3
06:23:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:23:16 MainThread: num_known_live_backends has reached value: 3
06:23:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:23:17 MainThread: num_known_live_backends has reached value: 3
06:23:17 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:23:17,817 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:23:17,818 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:23:17,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:17,821 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:23:17,821 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:23:17,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:17,822 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:23:17,823 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:23:17,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:17,824 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:23:17,825 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:23:17,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:17,827 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_error_buffer_size;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6cc5110&gt;
-- 2019-04-18 06:23:17,946 INFO     MainThread: Closing active operation
-- 2019-04-18 06:23:17,948 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 175, in OpenSession
    return self.recv_OpenSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 186, in recv_OpenSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
-- 2019-04-18 06:23:17,948 INFO     MainThread: Using database testkuduoperations_40585_y51q3d as default
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_error_buffer_size;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_error_buffer_size_292ba7c6` CASCADE;

-- 2019-04-18 06:23:18,059 INFO     MainThread: Started query 89480eeed967f315:3a63722200000000
SET client_identifier=custom_cluster/test_kudu.py::TestKuduOperations::()::test_error_buffer_size;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_error_buffer_size_292ba7c6`;

-- 2019-04-18 06:23:18,583 INFO     MainThread: Started query 2a4f65a60df9aa2c:39b63d0700000000
-- 2019-04-18 06:23:18,585 INFO     MainThread: Created database &quot;test_error_buffer_size_292ba7c6&quot; for test ID &quot;custom_cluster/test_kudu.py::TestKuduOperations::()::test_error_buffer_size&quot;
</system-err></testcase><testcase classname="custom_cluster.test_kudu.TestKuduClientTimeout" file="custom_cluster/test_kudu.py" line="104" name="test_impalad_timeout[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="11.4777853489"><system-err>-- 2019-04-18 06:23:21,588 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-kudu_operation_timeout_ms=1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:23:22 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:23:23 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:23:24 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:23:24 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:23:24 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:23:27 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:23:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:27 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:23:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:28 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:23:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:29 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:23:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:30 MainThread: num_known_live_backends has reached value: 3
06:23:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:23:30 MainThread: num_known_live_backends has reached value: 3
06:23:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:23:31 MainThread: num_known_live_backends has reached value: 3
06:23:31 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:23:31,806 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:23:31,806 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:23:31,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:31,809 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:23:31,809 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:23:31,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:31,811 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:23:31,811 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:23:31,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:31,813 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:23:31,813 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:23:31,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:31,815 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_kudu.py::TestKuduClientTimeout::()::test_impalad_timeout[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|tabl;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6cc57d0&gt;
-- 2019-04-18 06:23:31,933 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_kudu.py::TestKuduClientTimeout::()::test_impalad_timeout[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|tabl;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:23:31,956 INFO     MainThread: Started query 8745f87ac80ee196:45dbedf400000000
SET client_identifier=custom_cluster/test_kudu.py::TestKuduClientTimeout::()::test_impalad_timeout[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|tabl;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select * from functional_kudu.alltypes;

</system-err></testcase><testcase classname="custom_cluster.test_kudu_not_available.TestKuduNotAvailable" file="custom_cluster/test_kudu_not_available.py" line="30" name="test_kudu_not_available" time="10.3329589367"><system-err>-- 2019-04-18 06:23:33,068 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--disable_kudu=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 --disable_kudu=true &apos; &apos;--catalogd_args=--disable_kudu=true &apos; --impalad_args=--default_query_options=
06:23:33 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:23:34 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:23:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:23:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:23:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:23:38 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:23:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:38 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:23:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:39 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:23:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:40 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:23:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:41 MainThread: num_known_live_backends has reached value: 3
06:23:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:23:42 MainThread: num_known_live_backends has reached value: 3
06:23:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:23:42 MainThread: num_known_live_backends has reached value: 3
06:23:43 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:23:43,248 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:23:43,248 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:23:43,250 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:43,251 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:23:43,251 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:23:43,252 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:43,253 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:23:43,253 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:23:43,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:43,256 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:23:43,256 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:23:43,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:43,258 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_kudu_not_available.py::TestKuduNotAvailable::()::test_kudu_not_available;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c7be50&gt;
-- 2019-04-18 06:23:43,375 INFO     MainThread: Closing active operation
-- 2019-04-18 06:23:43,399 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="custom_cluster.test_lineage.TestLineage" file="custom_cluster/test_lineage.py" line="50" name="test_start_end_timestamp[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="14.6719918251"><system-err>-- 2019-04-18 06:23:43,402 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--lineage_event_log_dir=/tmp/tmpe7m7D2 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:23:43 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:23:44 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:23:45 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:23:45 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:23:45 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:23:48 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:23:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:49 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:23:50 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:50 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:23:51 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:23:51 MainThread: num_known_live_backends has reached value: 3
06:23:51 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:23:51 MainThread: num_known_live_backends has reached value: 3
06:23:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:23:52 MainThread: num_known_live_backends has reached value: 3
06:23:52 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:23:52,577 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:23:52,577 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:23:52,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:52,580 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:23:52,581 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:23:52,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:52,582 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:23:52,582 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:23:52,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:52,584 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:23:52,584 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:23:52,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:23:52,586 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_lineage.py::TestLineage::()::test_start_end_timestamp[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c77910&gt;
-- 2019-04-18 06:23:52,702 INFO     MainThread: Closing active operation
-- 2019-04-18 06:23:52,704 INFO     MainThread: lineage_event_log_dir is /tmp/tmpe7m7D2
-- executing against localhost:21000

      select count(*) from functional.alltypes
      ;

-- 2019-04-18 06:23:53,545 INFO     MainThread: Started query f640d71e9fde9a12:a0080e5700000000
-- 2019-04-18 06:23:53,713 INFO     MainThread: before_time 1555568632 after_time 1555568633
-- 2019-04-18 06:23:58,072 INFO     MainThread: empty file: /tmp/tmpe7m7D2/impala_lineage_log_1.0-1555568628901
-- 2019-04-18 06:23:58,073 INFO     MainThread: empty file: /tmp/tmpe7m7D2/impala_lineage_log_1.0-1555568628931
-- 2019-04-18 06:23:58,073 INFO     MainThread: examining file: /tmp/tmpe7m7D2/impala_lineage_log_1.0-1555568628951
</system-err></testcase><testcase classname="custom_cluster.test_local_catalog.TestCompactCatalogUpdates" file="custom_cluster/test_local_catalog.py" line="31" name="test_minimal_topic_updates_sync_ddl" time="12.0184729099"><system-err>-- 2019-04-18 06:23:58,076 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_catalog=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--catalog_topic_mode=minimal &apos; --impalad_args=--default_query_options=
06:23:58 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:23:59 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:24:00 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:24:00 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:24:00 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:24:03 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:24:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:03 MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
06:24:05 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:24:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:06 MainThread: num_known_live_backends has reached value: 3
06:24:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:24:07 MainThread: num_known_live_backends has reached value: 3
06:24:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:24:07 MainThread: num_known_live_backends has reached value: 3
06:24:08 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:24:08,228 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:24:08,228 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:24:08,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:08,231 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:24:08,231 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:24:08,232 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:08,233 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:24:08,233 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:24:08,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:08,234 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:24:08,235 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:24:08,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:08,236 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_minimal_topic_updates_sync_ddl;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c675d0&gt;
-- 2019-04-18 06:24:08,351 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_minimal_topic_updates_sync_ddl;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_minimal_topic_updates_sync_ddl_30d2f45` CASCADE;

-- 2019-04-18 06:24:08,456 INFO     MainThread: Started query 224573b12c57fcf1:f206882b00000000
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_minimal_topic_updates_sync_ddl;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_minimal_topic_updates_sync_ddl_30d2f45`;

-- 2019-04-18 06:24:08,584 INFO     MainThread: Started query 3d4fc987529bf5eb:7091d93200000000
-- 2019-04-18 06:24:08,587 INFO     MainThread: Created database &quot;test_minimal_topic_updates_sync_ddl_30d2f45&quot; for test ID &quot;custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_minimal_topic_updates_sync_ddl&quot;
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_minimal_topic_updates_sync_ddl;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_minimal_topic_updates_sync_ddl;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
describe test_minimal_topic_updates_sync_ddl_30d2f45.my_view;

SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_minimal_topic_updates_sync_ddl;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
create view test_minimal_topic_updates_sync_ddl_30d2f45.my_view as select 1;

-- 2019-04-18 06:24:09,212 INFO     MainThread: Started query 4341a55d3a53787c:c98f70b300000000
-- executing against ip-172-31-13-181:21001
describe test_minimal_topic_updates_sync_ddl_30d2f45.my_view;

-- 2019-04-18 06:24:09,429 INFO     MainThread: Started query e64ab375d4d65d7a:ce39477c00000000
-- closing connection to: ip-172-31-13-181:21000
-- closing connection to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_minimal_topic_updates_sync_ddl;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
INVALIDATE METADATA;

-- closing connection to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_minimal_topic_updates_sync_ddl;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
INVALIDATE METADATA;

-- closing connection to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_minimal_topic_updates_sync_ddl;
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21002
INVALIDATE METADATA;

-- closing connection to: ip-172-31-13-181:21002
</system-err></testcase><testcase classname="custom_cluster.test_local_catalog.TestCompactCatalogUpdates" file="custom_cluster/test_local_catalog.py" line="48" name="test_mixed_topic_updates_sync_ddl" time="12.4984240532"><system-err>-- 2019-04-18 06:24:10,095 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--catalog_topic_mode=mixed &apos; &apos;--per_impalad_args=--use_local_catalog=true;--use_local_catalog=false&apos; --impalad_args=--default_query_options=
06:24:10 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:24:11 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:24:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:24:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:24:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:24:15 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:24:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:15 MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
06:24:17 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:24:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:18 MainThread: num_known_live_backends has reached value: 3
06:24:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:24:19 MainThread: num_known_live_backends has reached value: 3
06:24:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:24:19 MainThread: num_known_live_backends has reached value: 3
06:24:20 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:24:20,286 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:24:20,286 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:24:20,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:20,289 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:24:20,289 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:24:20,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:20,291 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:24:20,291 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:24:20,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:20,293 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:24:20,293 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:24:20,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:20,296 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c62c50&gt;
-- 2019-04-18 06:24:20,412 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_mixed_topic_updates_sync_ddl_4140af1c` CASCADE;

-- 2019-04-18 06:24:20,522 INFO     MainThread: Started query 1c4b3ae66a4991ba:4462555d00000000
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_mixed_topic_updates_sync_ddl_4140af1c`;

-- 2019-04-18 06:24:20,584 INFO     MainThread: Started query cd4a50baeec5f0cb:ac0425c700000000
-- 2019-04-18 06:24:20,586 INFO     MainThread: Created database &quot;test_mixed_topic_updates_sync_ddl_4140af1c&quot; for test ID &quot;custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl&quot;
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
describe test_mixed_topic_updates_sync_ddl_4140af1c.my_view;

SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
create view test_mixed_topic_updates_sync_ddl_4140af1c.my_view as select 1;

-- 2019-04-18 06:24:21,229 INFO     MainThread: Started query 3f441aedf08ee39b:a1e8e6e100000000
-- executing against ip-172-31-13-181:21001
describe test_mixed_topic_updates_sync_ddl_4140af1c.my_view;

-- 2019-04-18 06:24:21,527 INFO     MainThread: Started query eb484db0a7cbf335:7d27a49600000000
-- closing connection to: ip-172-31-13-181:21000
-- closing connection to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
INVALIDATE METADATA;

-- closing connection to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
INVALIDATE METADATA;

-- 2019-04-18 06:24:21,959 INFO     MainThread: Started query ad41ffd784b562a5:d5ada10500000000
-- closing connection to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl;
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21002
INVALIDATE METADATA;

-- 2019-04-18 06:24:22,320 INFO     MainThread: Started query 7b4998f3c4f3a7c6:a141febd00000000
-- closing connection to: ip-172-31-13-181:21002
</system-err></testcase><testcase classname="custom_cluster.test_local_catalog.TestCompactCatalogUpdates" file="custom_cluster/test_local_catalog.py" line="59" name="test_mixed_topic_updates_sync_ddl_2" time="12.4979889393"><system-err>-- 2019-04-18 06:24:22,596 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--catalog_topic_mode=mixed &apos; &apos;--per_impalad_args=--use_local_catalog=false;--use_local_catalog=true&apos; --impalad_args=--default_query_options=
06:24:23 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:24:24 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:24:25 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:24:25 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:24:25 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:24:28 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:24:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:28 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:24:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:29 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:24:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:30 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:24:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:31 MainThread: num_known_live_backends has reached value: 3
06:24:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:24:31 MainThread: num_known_live_backends has reached value: 3
06:24:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:24:32 MainThread: num_known_live_backends has reached value: 3
06:24:32 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:24:32,769 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:24:32,769 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:24:32,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:32,772 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:24:32,772 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:24:32,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:32,774 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:24:32,774 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:24:32,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:32,776 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:24:32,776 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:24:32,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:32,778 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl_2;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c62b50&gt;
-- 2019-04-18 06:24:32,899 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl_2;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_mixed_topic_updates_sync_ddl_2_1433a080` CASCADE;

-- 2019-04-18 06:24:33,002 INFO     MainThread: Started query d845ace489312d80:5af60b3800000000
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl_2;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_mixed_topic_updates_sync_ddl_2_1433a080`;

-- 2019-04-18 06:24:33,082 INFO     MainThread: Started query 6d4ebdb2398d9b4d:d8be6df200000000
-- 2019-04-18 06:24:33,084 INFO     MainThread: Created database &quot;test_mixed_topic_updates_sync_ddl_2_1433a080&quot; for test ID &quot;custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl_2&quot;
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl_2;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl_2;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
describe test_mixed_topic_updates_sync_ddl_2_1433a080.my_view;

SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl_2;
SET sync_ddl=1;
-- executing against ip-172-31-13-181:21000
create view test_mixed_topic_updates_sync_ddl_2_1433a080.my_view as select 1;

-- 2019-04-18 06:24:33,739 INFO     MainThread: Started query 5e4f9e79aff6a978:83bc926800000000
-- executing against ip-172-31-13-181:21001
describe test_mixed_topic_updates_sync_ddl_2_1433a080.my_view;

-- 2019-04-18 06:24:33,958 INFO     MainThread: Started query 924c1eceaf6a4e9b:403c54c300000000
-- closing connection to: ip-172-31-13-181:21000
-- closing connection to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl_2;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
INVALIDATE METADATA;

-- 2019-04-18 06:24:34,297 INFO     MainThread: Started query 3342412637f76ed5:f8f7cedb00000000
-- closing connection to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl_2;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
INVALIDATE METADATA;

-- closing connection to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_mixed_topic_updates_sync_ddl_2;
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21002
INVALIDATE METADATA;

-- 2019-04-18 06:24:34,785 INFO     MainThread: Started query d74a693af1797dd8:5006239d00000000
-- closing connection to: ip-172-31-13-181:21002
</system-err></testcase><testcase classname="custom_cluster.test_local_catalog.TestCompactCatalogUpdates" file="custom_cluster/test_local_catalog.py" line="111" name="test_restart_catalogd" time="15.0063760281"><system-out>Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
</system-out><system-err>-- 2019-04-18 06:24:35,095 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_catalog=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--catalog_topic_mode=minimal &apos; --impalad_args=--default_query_options=
06:24:35 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:24:36 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:24:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:24:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:24:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:24:40 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:24:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:40 MainThread: &apos;backends&apos;
06:24:40 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:24:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:41 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:24:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:42 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:24:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:43 MainThread: num_known_live_backends has reached value: 3
06:24:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:24:44 MainThread: num_known_live_backends has reached value: 3
06:24:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:24:44 MainThread: num_known_live_backends has reached value: 3
06:24:45 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:24:45,286 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:24:45,286 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:24:45,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:45,289 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:24:45,289 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:24:45,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:45,291 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:24:45,291 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:24:45,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:45,293 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:24:45,293 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:24:45,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:45,295 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_restart_catalogd;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c62990&gt;
-- 2019-04-18 06:24:45,408 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_restart_catalogd;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_restart_catalogd_7243e945` CASCADE;

-- 2019-04-18 06:24:45,510 INFO     MainThread: Started query e64f123097458916:003dc02900000000
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_restart_catalogd;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_restart_catalogd_7243e945`;

-- 2019-04-18 06:24:45,584 INFO     MainThread: Started query fa488faeae60ff83:0c17de7b00000000
-- 2019-04-18 06:24:45,586 INFO     MainThread: Created database &quot;test_restart_catalogd_7243e945&quot; for test ID &quot;custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_restart_catalogd&quot;
SET client_identifier=custom_cluster/test_local_catalog.py::TestCompactCatalogUpdates::()::test_restart_catalogd;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
create view test_restart_catalogd_7243e945.my_view as select 1;

-- 2019-04-18 06:24:46,082 INFO     MainThread: Started query 9f43761605b4a114:7deee36200000000
-- executing against ip-172-31-13-181:21000
select * from test_restart_catalogd_7243e945.my_view;

-- 2019-04-18 06:24:46,369 INFO     MainThread: Started query f24b5541385d2c0d:cdfeb6ac00000000
-- 2019-04-18 06:24:46,450 INFO     MainThread: Killing &lt;CatalogdProcess PID: 33352 (/home/ubuntu/Impala/be/build/latest/service/catalogd -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=catalogd -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -kudu_master_hosts localhost --catalog_topic_mode=minimal)&gt; with signal 9
-- 2019-04-18 06:24:46,584 INFO     MainThread: Starting Catalogd process: [&apos;-logbufsecs=5&apos;, &apos;-v=1&apos;, &apos;-max_log_files=0&apos;, &apos;-log_filename=catalogd&apos;, &apos;-log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests&apos;, &apos;-kudu_master_hosts&apos;, &apos;localhost&apos;, &apos;--catalog_topic_mode=minimal&apos;]
-- 2019-04-18 06:24:46,590 INFO     MainThread: Getting metric: statestore-subscriber.connected from ip-172-31-13-181:25020
-- 2019-04-18 06:24:46,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:46,592 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.ERROR
-- 2019-04-18 06:24:47,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:47,595 INFO     MainThread: Waiting for metric value &apos;statestore-subscriber.connected&apos;=1. Current value: None
-- 2019-04-18 06:24:47,595 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:24:48,597 INFO     MainThread: Getting metric: statestore-subscriber.connected from ip-172-31-13-181:25020
-- 2019-04-18 06:24:48,598 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:48,600 INFO     MainThread: Waiting for metric value &apos;statestore-subscriber.connected&apos;=1. Current value: None
-- 2019-04-18 06:24:48,600 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:24:49,601 INFO     MainThread: Getting metric: statestore-subscriber.connected from ip-172-31-13-181:25020
-- 2019-04-18 06:24:49,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:24:49,604 INFO     MainThread: Metric &apos;statestore-subscriber.connected&apos; has reached desired value: True
-- executing against ip-172-31-13-181:21000
select * from test_restart_catalogd_7243e945.my_view;

-- closing connection to: ip-172-31-13-181:21000
</system-err></testcase><testcase classname="custom_cluster.test_local_catalog.TestLocalCatalogRetries" file="custom_cluster/test_local_catalog.py" line="204" name="test_fetch_metadata_retry" time="14.9491832256"><system-err>-- 2019-04-18 06:24:50,103 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_catalog=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--catalog_topic_mode=minimal &apos; --impalad_args=--default_query_options=
06:24:50 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:24:51 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:24:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:24:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:24:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:24:55 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:24:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:55 MainThread: &apos;backends&apos;
06:24:55 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:24:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:56 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:24:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:57 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:24:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:24:58 MainThread: num_known_live_backends has reached value: 3
06:24:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:24:59 MainThread: num_known_live_backends has reached value: 3
06:24:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:24:59 MainThread: num_known_live_backends has reached value: 3
06:25:00 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:25:00,298 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:25:00,298 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:25:00,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:00,301 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:25:00,301 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:25:00,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:00,303 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:25:00,303 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:25:00,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:00,305 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:25:00,305 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:25:00,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:00,307 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_fetch_metadata_retry;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c7ed50&gt;
-- 2019-04-18 06:25:00,420 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_fetch_metadata_retry;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_fetch_metadata_retry;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:00,913 INFO     Thread-93: Started query c444492782f49a03:1f8ac60500000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:01,038 INFO     Thread-94: Started query 75433614c5f6dc09:b36a902100000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,057 INFO     Thread-94: Started query 0e4cf4325aba9f7a:fba4606700000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,073 INFO     Thread-94: Started query a94c94a225e63f8e:788fbc0700000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,087 INFO     Thread-94: Started query 35428cf7c11d371b:f7fe605c00000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:01,101 INFO     Thread-93: Started query 0f4b61601f323d2c:596f9d9700000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:01,129 INFO     Thread-93: Started query 3a4727dba77ab077:1e9ab59600000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,143 INFO     Thread-93: Started query 47451e747b9a07d2:29be8dbd00000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:01,152 INFO     Thread-94: Started query 384d0619b76fc027:986b342100000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,163 INFO     Thread-94: Started query eb47a9861a137242:540f2cf800000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:01,176 INFO     Thread-94: Started query 454b4287f5930bdd:b323459800000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:01,193 INFO     Thread-94: Started query 39440fdfca362325:7099b63100000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,205 INFO     Thread-94: Started query 1d4000880d4feb8a:0178df9e00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:01,229 INFO     Thread-93: Started query 9d4ddbc678e42917:442a7ec400000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:01,237 INFO     Thread-94: Started query fc48726f39a111b9:390f3b0000000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:01,242 INFO     Thread-93: Started query 764ddf072a66aa32:e58cbcef00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:01,249 INFO     Thread-94: Started query 13418d78a43b42be:6bf95ab700000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,267 INFO     Thread-94: Started query 2e4a62a5f5c87fda:f4ec72eb00000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,278 INFO     Thread-94: Started query 8c45dabdbb9cffb0:2a287e8f00000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,284 INFO     Thread-93: Started query 9e43f882e8b29c71:4df0978e00000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:01,290 INFO     Thread-94: Started query 3c4a863af65559f6:16e08d8000000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:01,363 INFO     Thread-93: Started query 484b212b03c62458:e882fd1b00000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:01,391 INFO     Thread-94: Started query a24d536b07ac246a:0e35dec800000000
-- 2019-04-18 06:25:01,393 INFO     Thread-93: Started query 854856e4bfc0985a:e0a67bdb00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:01,463 INFO     Thread-93: Started query f743a14fe225b354:3963f0fd00000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:01,551 INFO     Thread-94: Started query 83424cbb3180ae1e:bfa68edf00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:01,593 INFO     Thread-93: Started query a14a2258ce48c9e1:b8c9f2a600000000
-- 2019-04-18 06:25:01,595 INFO     Thread-94: Started query c844a7eb5722c1c5:22c6361c00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:01,608 INFO     Thread-94: Started query 4f4e8be2ff6dcf8f:e1a00b5100000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,612 INFO     Thread-93: Started query cd452a3a1db64d25:868cdaee00000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:01,616 INFO     Thread-94: Started query d44e71aa1ba6c78d:b1e55c0a00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:01,681 INFO     Thread-94: Started query f74a3e7ccc871392:7a25bd9d00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:01,694 INFO     Thread-94: Started query c346d30084a994a6:9f5ad88a00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:01,701 INFO     Thread-93: Started query 7b438dcf4156bb45:1ce6eb0600000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:01,713 INFO     Thread-93: Started query e042c28591d0b24b:878afacf00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:01,719 INFO     Thread-93: Started query 824c5ed0ef760774:559824eb00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:01,725 INFO     Thread-93: Started query c34a68e7276e2ef6:26f85e7c00000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:01,742 INFO     Thread-93: Started query ac4eefadc959b659:efb47ba100000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:01,752 INFO     Thread-93: Started query 2e4245d950d67227:6266ab3800000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:01,765 INFO     Thread-94: Started query 9c45cbf9675529e3:3cd106fc00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:01,828 INFO     Thread-93: Started query db4962597fbfadb5:d29c90c100000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:01,865 INFO     Thread-94: Started query 9f431ade5445c7c4:d1e1973c00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:01,897 INFO     Thread-93: Started query a04e7958a532646f:82f741bb00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:01,909 INFO     Thread-94: Started query e74235da6ed6ae2d:60444cb100000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:01,912 INFO     Thread-93: Started query f64411475533f58a:fcc4192400000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,921 INFO     Thread-93: Started query 8b43bec1c2c9d7aa:78e2bbe800000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:01,923 INFO     Thread-94: Started query 154840a348ed7e7f:69bb78fe00000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:01,929 INFO     Thread-94: Started query f6434c8963e8230a:7fa7920200000000
-- 2019-04-18 06:25:01,930 INFO     Thread-93: Started query a54d8cf3588deb09:4665ffc600000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:01,937 INFO     Thread-94: Started query 4b4fe4f18d2c60da:6afb522200000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:01,939 INFO     Thread-93: Started query eb440b2eeeabe684:eccec90900000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:01,943 INFO     Thread-94: Started query b44f5d739384cbaf:0932560300000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:01,953 INFO     Thread-94: Started query f142ea2acd63befa:63b8b2df00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:01,960 INFO     Thread-93: Started query 3048175a23209505:5f24489f00000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:01,965 INFO     Thread-94: Started query 254552ccaa4d472e:fc9fcec600000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:01,979 INFO     Thread-93: Started query 6f436da74464c110:9fe0f94400000000
-- 2019-04-18 06:25:01,979 INFO     Thread-94: Started query 3543cc842c891f33:be7e09ea00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:01,989 INFO     Thread-93: Started query a94a3ab55593afa4:64186d4000000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:01,992 INFO     Thread-94: Started query 4b4cbfb5826d5c95:5f5127f500000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:02,000 INFO     Thread-93: Started query 9e41d451b09ef2c9:781f93e200000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,009 INFO     Thread-93: Started query bc482144df19d20f:002f64f100000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:02,019 INFO     Thread-93: Started query 184cd2b97679fa69:6210b4ac00000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,028 INFO     Thread-93: Started query 16461c77ee9e3240:306fad5b00000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,033 INFO     Thread-94: Started query 4545c6a6f68ed878:cf9af26700000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,045 INFO     Thread-93: Started query 5b4c8cfb93b0cf9a:5f24f32e00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,052 INFO     Thread-93: Started query 4a47211c846a98ff:d893d3c900000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,058 INFO     Thread-93: Started query c64f7615782e5ddf:a2367f3500000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:02,062 INFO     Thread-94: Started query 0f44746fd59274b7:dd29897f00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,067 INFO     Thread-93: Started query 7f4a030b8e5714fc:0567b81700000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,074 INFO     Thread-94: Started query 6b43f1bdcace0758:6a37ccfb00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,079 INFO     Thread-93: Started query 7f424d7b4a076ac9:06a7647c00000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:02,086 INFO     Thread-94: Started query 8845a607fd5da828:a508eaf700000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,089 INFO     Thread-93: Started query f44eaaf0781a2444:116eedfa00000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:02,105 INFO     Thread-94: Started query c94c75654c7e7ded:5b2ede0a00000000
-- 2019-04-18 06:25:02,109 INFO     Thread-93: Started query 584406fec895d461:ccb9af2c00000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,115 INFO     Thread-93: Started query be4e901595d1cc57:2a53e68100000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,118 INFO     Thread-94: Started query 584d9ba7d6be43ea:f4c5819b00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:02,125 INFO     Thread-93: Started query d641bd29696a974e:5476969200000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,137 INFO     Thread-93: Started query d54d441daa5da8d0:dc0cc9eb00000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,146 INFO     Thread-93: Started query d740e42730eb8f38:b06da3cb00000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,155 INFO     Thread-93: Started query 2547da941c5017f8:66067ef600000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,161 INFO     Thread-94: Started query 3845803d344e23fe:8723788300000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,164 INFO     Thread-93: Started query 154bced1840549a4:79644b7600000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,177 INFO     Thread-93: Started query 394dd36288a16fd1:2acbba4600000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,184 INFO     Thread-94: Started query 20469e9efb5a91c7:f576d59400000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,190 INFO     Thread-93: Started query c249a0ba77df91f1:58aa920800000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,194 INFO     Thread-94: Started query f14e06b1cd61be16:b47a966600000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,202 INFO     Thread-93: Started query 1e47124876e2675a:355922e400000000
-- 2019-04-18 06:25:02,204 INFO     Thread-94: Started query 514e11a2e275bda6:82844b9f00000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,214 INFO     Thread-94: Started query 8c4e62e2ff9d9ae7:c956ead800000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,221 INFO     Thread-94: Started query 8a4de60537e35b23:c4b33f6f00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,244 INFO     Thread-93: Started query 644c90428f49b967:9a49ff4000000000
-- 2019-04-18 06:25:02,245 INFO     Thread-94: Started query ce42f75b2d5e5115:456bc70500000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,251 INFO     Thread-93: Started query c348f2c72b4ba595:98f007b700000000
-- 2019-04-18 06:25:02,252 INFO     Thread-94: Started query 6048953b0e14cf4f:7d5b29a800000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,259 INFO     Thread-94: Started query 02494ba9e582bba6:5df1e5b400000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,264 INFO     Thread-93: Started query 504a131be5ebfad4:b2e45bf000000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,274 INFO     Thread-93: Started query 534602632fd3414b:b064d79500000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,279 INFO     Thread-94: Started query 73489edbf92fc5cc:a9e057a600000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,285 INFO     Thread-93: Started query 384c176e56cae72a:540f16ec00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,291 INFO     Thread-94: Started query 6c4a99532bfc5ead:60cb63a100000000
-- 2019-04-18 06:25:02,293 INFO     Thread-93: Started query 75424ddcb7363d24:d9ad316c00000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:02,312 INFO     Thread-94: Started query d64c70595347d7d9:4e833e0600000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,327 INFO     Thread-94: Started query 114e0251fc738d24:fddd067900000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:02,342 INFO     Thread-93: Started query 754bff85c8c90c93:852e3ef100000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,382 INFO     Thread-94: Started query df4701da2d670ecd:67cc490700000000
-- 2019-04-18 06:25:02,383 INFO     Thread-93: Started query 3a46fe15cbc30aa6:94d944f000000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,393 INFO     Thread-94: Started query 7c4e79839b1334f6:999a83a100000000
-- 2019-04-18 06:25:02,395 INFO     Thread-93: Started query 9c407d6b10bdb75d:400e57b100000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,403 INFO     Thread-93: Started query 5448a487bb408e20:f809326f00000000
-- 2019-04-18 06:25:02,405 INFO     Thread-94: Started query 1143f649e368efb8:37ee677500000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,412 INFO     Thread-94: Started query f148aac261e53aac:5e4e415700000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,428 INFO     Thread-94: Started query 674789d728dbb937:d4d961d200000000
-- 2019-04-18 06:25:02,428 INFO     Thread-93: Started query 954ef46c8655aedb:220ff58700000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,437 INFO     Thread-93: Started query f74277e21e6991fb:d3eb891c00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,441 INFO     Thread-94: Started query 5a4bba65b420935f:b54ae65400000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,443 INFO     Thread-93: Started query d046f713e0293cc3:c4505d5200000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:02,447 INFO     Thread-94: Started query c5423420cb3b3722:2494f3ba00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,454 INFO     Thread-93: Started query ea46c55a3e86c6e5:9d1050b500000000
-- 2019-04-18 06:25:02,456 INFO     Thread-94: Started query 464237ad6a190afd:416f9cae00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,462 INFO     Thread-93: Started query d4435d265d82b771:a8441e7700000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,466 INFO     Thread-94: Started query df4484e5b71120f4:2f7a1af400000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,472 INFO     Thread-93: Started query ff484b3d016c9f2b:1b3748f100000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:02,476 INFO     Thread-94: Started query c64f229d2cb9c053:a3d8633400000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,481 INFO     Thread-93: Started query 7f4801d7c672482c:aa1212c800000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,484 INFO     Thread-94: Started query 854467c484d72c49:f16799d400000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,489 INFO     Thread-93: Started query 544b2d1873d96ba7:10c8025a00000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:02,496 INFO     Thread-94: Started query db4580de91f701c8:6bbf8c5a00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,504 INFO     Thread-94: Started query c74478a913e7ded8:1049dbdc00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:02,530 INFO     Thread-93: Started query b5492a2570065392:84a36b7d00000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,574 INFO     Thread-94: Started query 3a432cd177b3c370:4ad8a1dd00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,584 INFO     Thread-93: Started query a240a15f0d2dfd10:c878a1a000000000
-- 2019-04-18 06:25:02,585 INFO     Thread-94: Started query ca4c2a7649e0a8a8:2d817fdb00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,593 INFO     Thread-94: Started query cd4fa99ae3c59141:54f3ec9c00000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,596 INFO     Thread-93: Started query 9a4f7c3342f640a8:75fa863100000000
-- 2019-04-18 06:25:02,598 INFO     Thread-94: Started query 19404969cd922f22:8827138100000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,605 INFO     Thread-94: Started query bf4ccfff36d17afe:36f2391c00000000
-- 2019-04-18 06:25:02,607 INFO     Thread-93: Started query c1450a83ad03e620:698643c300000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,614 INFO     Thread-93: Started query 1c4142c5b30275fa:6b5b839700000000
-- 2019-04-18 06:25:02,615 INFO     Thread-94: Started query 7d4a23b3878a2253:ef29b8d900000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,623 INFO     Thread-93: Started query 1d4890af154eab2c:74ef46d400000000
-- 2019-04-18 06:25:02,624 INFO     Thread-94: Started query 5645a06b9801b690:8cd2b0d400000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,633 INFO     Thread-93: Started query 3f4ce828f224bfd9:a5592f9c00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,639 INFO     Thread-93: Started query 214fc124aa417ff4:a1bbe12300000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:02,643 INFO     Thread-94: Started query b849adecb44b95b8:fdc5808800000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,653 INFO     Thread-94: Started query 4943a8f8442ac03f:e76c274b00000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,661 INFO     Thread-94: Started query 444b49f5577130a6:a153c84600000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,681 INFO     Thread-93: Started query 6f4bfba8ce6d7903:d92ba36f00000000
-- 2019-04-18 06:25:02,682 INFO     Thread-94: Started query b946863f925c43f2:66d9199400000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,695 INFO     Thread-94: Started query db4687569afd9931:d7c20abd00000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,702 INFO     Thread-94: Started query 7e424fe95ddbe25b:670a4ec600000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,707 INFO     Thread-93: Started query 624c4b995d5704ec:9c06f12400000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:02,711 INFO     Thread-94: Started query 534795f591e70586:d213c32e00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,720 INFO     Thread-94: Started query 804f2aba7a87d2a5:047df5e300000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,728 INFO     Thread-94: Started query 264f834c0f4ae211:19fb9d5f00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:02,744 INFO     Thread-93: Started query 2b49d991983f22cb:4a47e95d00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,751 INFO     Thread-93: Started query 184ab4c641a46caa:4eb8d83e00000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,777 INFO     Thread-94: Started query c54b9533c98447d3:b786646c00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,791 INFO     Thread-93: Started query dd4f51147e2e3b8f:84d8239800000000
-- 2019-04-18 06:25:02,791 INFO     Thread-94: Started query 3941f6615a651e3a:5520479f00000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:02,830 INFO     Thread-93: Started query 4b472724e2c98a76:b4af54c000000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,836 INFO     Thread-93: Started query a540ce27c77b294a:9ed161e300000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:02,845 INFO     Thread-94: Started query 504f52ea53dfdebd:5774d1a200000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,851 INFO     Thread-93: Started query e246a27a12ecfa49:8b6ec13800000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,857 INFO     Thread-94: Started query 6f495cb25c7e854c:c152486800000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:02,869 INFO     Thread-94: Started query 244b723440ab945e:57e1eaa500000000
-- 2019-04-18 06:25:02,869 INFO     Thread-93: Started query 3e4c7662a0c3a24c:c360dc1300000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:02,878 INFO     Thread-94: Started query f5478869d03a700d:ea2f3a8f00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:02,907 INFO     Thread-93: Started query a64aee3dfef01a4e:f089e6ee00000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:02,932 INFO     Thread-94: Started query 684f2e43b7d516b8:cd59d2f700000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,938 INFO     Thread-94: Started query fb43c681ea8bcb2b:5a28168c00000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,959 INFO     Thread-93: Started query 274f946e83ed259e:cbcdd24100000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,965 INFO     Thread-93: Started query 5c4e16a3069e3de0:01e2386300000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,968 INFO     Thread-94: Started query 734760fb81b02fb3:0e51179600000000
-- 2019-04-18 06:25:02,970 INFO     Thread-93: Started query a647ea3bbc1bf2ad:f405355a00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:02,977 INFO     Thread-94: Started query 8047bab38557f62f:5190df5600000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:02,985 INFO     Thread-94: Started query ce4b6356fd752f49:6f0d2a4000000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:02,991 INFO     Thread-94: Started query 37462bca683ccb65:a4cf714a00000000
-- 2019-04-18 06:25:02,992 INFO     Thread-93: Started query 2c466708206d71a5:e21bfb2700000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:02,996 INFO     Thread-94: Started query 9643b234ca102c63:2cbe036900000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:03,000 INFO     Thread-93: Started query 03437eb4749d06d2:5a9629b400000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,006 INFO     Thread-93: Started query a2494a7f2ce65431:f926eb7000000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,011 INFO     Thread-93: Started query ed45b189f2167ed8:4fd98ccb00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,016 INFO     Thread-93: Started query 3a404f24ecdbce2f:18592a9e00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,021 INFO     Thread-93: Started query d5419e2e617f4268:6edef06600000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,032 INFO     Thread-94: Started query dd4e3c4c6498fb29:2f4f438e00000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:03,066 INFO     Thread-93: Started query e745bf2adaad5008:ce6b06ad00000000
-- 2019-04-18 06:25:03,067 INFO     Thread-94: Started query 4e461e1573ed2cd6:e60e0f0900000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:03,101 INFO     Thread-94: Started query c14cc7d0e20d3096:673c76f700000000
-- 2019-04-18 06:25:03,102 INFO     Thread-93: Started query c44ec243a7b28c68:27180d7d00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,134 INFO     Thread-93: Started query 8043fbe50f72d24e:caeb3da300000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,137 INFO     Thread-94: Started query 1d452fdd359795c8:2f85438400000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,140 INFO     Thread-93: Started query c74e063cdebcbe68:22af2a4a00000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,143 INFO     Thread-94: Started query 6d47e5a034e7a931:a8ae19a700000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:03,174 INFO     Thread-93: Started query 97445446264fc56a:0d89ded400000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,180 INFO     Thread-93: Started query 5b4c6cdee1c11fdd:7c4c345e00000000
-- 2019-04-18 06:25:03,181 INFO     Thread-94: Started query 0f4693ded16d9644:aa378db600000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:03,213 INFO     Thread-93: Started query f64150faa721ae90:e6fef59100000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:03,243 INFO     Thread-94: Started query ec421177a4c50956:94e92e7100000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:03,252 INFO     Thread-93: Started query b24c42b0a512c2b7:a5cab2eb00000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,263 INFO     Thread-93: Started query 0a451fbb02aaf8c3:c1bede0a00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,269 INFO     Thread-93: Started query da4d200e369a1af1:ebab333b00000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:03,276 INFO     Thread-93: Started query fb41cea0a8663c97:ffe4406300000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,279 INFO     Thread-94: Started query 8442832060e13ce2:888670cd00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:03,294 INFO     Thread-93: Started query 5e413ecc743b93f2:bc4218ce00000000
-- 2019-04-18 06:25:03,294 INFO     Thread-94: Started query f54b626b36e8a9d0:122c64d300000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:03,304 INFO     Thread-93: Started query 414797c04c2b168d:c427543000000000
-- 2019-04-18 06:25:03,304 INFO     Thread-94: Started query 9c40f79e9489dc7a:6b25d65700000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:03,310 INFO     Thread-93: Started query 14488640e6210ed5:a775bb8900000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,315 INFO     Thread-93: Started query 0c418c77860d9a3f:279d97c700000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,338 INFO     Thread-94: Started query 9a40ee3bfcf4d633:c99b6d7e00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,368 INFO     Thread-93: Started query a34f138e56282fcb:b00bbf6600000000
-- 2019-04-18 06:25:03,369 INFO     Thread-94: Started query 324975569f19ae9a:f87110f600000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,378 INFO     Thread-94: Started query 3f4b9c169590aa29:280117f800000000
-- 2019-04-18 06:25:03,379 INFO     Thread-93: Started query cf4081d971b402cb:79ce35c500000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,385 INFO     Thread-94: Started query 71409dadf2292415:804f52c100000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:03,412 INFO     Thread-93: Started query e84b056348dfcecf:b2f1a5a300000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,418 INFO     Thread-93: Started query 9a46a4cd0556db91:e79e30f500000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,421 INFO     Thread-94: Started query 2146ee247eccdab8:a8b0a3e700000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,427 INFO     Thread-93: Started query 9c4b9e2fcfd82bb8:0d6202c100000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,433 INFO     Thread-94: Started query c1484539cf236b93:6697017e00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,436 INFO     Thread-93: Started query 084b3a1053144fbb:11d6c23200000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:03,443 INFO     Thread-94: Started query 6748f56eec3e4496:bcbf4ea000000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,449 INFO     Thread-94: Started query 6747cf9c858cfb1d:e54c637600000000
-- 2019-04-18 06:25:03,450 INFO     Thread-93: Started query 22427a8faed9b649:c7ada7cf00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,457 INFO     Thread-93: Started query 194df92d32779619:bee62d1400000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,482 INFO     Thread-94: Started query e54b609e1393e25d:2a0a422900000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,508 INFO     Thread-93: Started query 5347d0b995ac50e4:e170be6700000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,510 INFO     Thread-94: Started query f94070eff8f25064:8dc024d400000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,518 INFO     Thread-93: Started query ba4bbc58b3e4eab3:4b96302900000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,527 INFO     Thread-94: Started query 2f46f17f6295c3cb:0600929e00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,535 INFO     Thread-94: Started query 5141417c75c5f959:e20a43da00000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,540 INFO     Thread-94: Started query 134d566c56f685fb:c631047f00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:03,551 INFO     Thread-93: Started query 8640f19aba0d9936:7183791700000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,584 INFO     Thread-94: Started query c34f707bb62f0daf:8b5d178300000000
-- 2019-04-18 06:25:03,586 INFO     Thread-93: Started query d945952d182af8c9:822e690500000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,591 INFO     Thread-94: Started query e64d717a1da0a976:b4f2d1a900000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,622 INFO     Thread-93: Started query a84a6729a03048d2:af81d53d00000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,632 INFO     Thread-94: Started query 0141903ba40575ee:8ef032e300000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:03,640 INFO     Thread-93: Started query eb4c88cd8600e12e:6d0efcf700000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:03,665 INFO     Thread-94: Started query 0b4aa3ec6ac06e43:6226ddf900000000
-- 2019-04-18 06:25:03,665 INFO     Thread-93: Started query 9a4f8376ef560cf1:fa344e3d00000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:03,671 INFO     Thread-94: Started query d0425e83780885d7:b8b101c300000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,676 INFO     Thread-94: Started query ca446085e692a427:86583be200000000
-- 2019-04-18 06:25:03,678 INFO     Thread-93: Started query 8442f56b4e1e9e93:061b244800000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,708 INFO     Thread-94: Started query 31429ee0b02ab315:1e1a660a00000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:03,731 INFO     Thread-93: Started query a64dfad3dbeff906:bcf32faf00000000
-- 2019-04-18 06:25:03,731 INFO     Thread-94: Started query 3b48a38eaf5c02f5:1a7290f300000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,743 INFO     Thread-93: Started query 3a48d3159903a609:c79056b900000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,750 INFO     Thread-94: Started query 87430d50b569a4df:441eae6100000000
-- 2019-04-18 06:25:03,752 INFO     Thread-93: Started query ef415cc32993f41a:39898a3e00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,760 INFO     Thread-94: Started query 65457ffc174b9585:9681088000000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,767 INFO     Thread-94: Started query be4ccef247165d7d:ce4c957000000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:03,777 INFO     Thread-94: Started query 654bd5c8f7842853:f1b8d9b300000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,786 INFO     Thread-94: Started query 804ecd797ffb327c:0d9e00e100000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,796 INFO     Thread-94: Started query a643d08f8fe5c805:782c4d7100000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,810 INFO     Thread-94: Started query 6a454aae018ba0bd:e8dabec300000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:03,815 INFO     Thread-93: Started query a04f3fb0e148fec5:a61799e600000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,818 INFO     Thread-94: Started query 674f7f1b090a6419:23f333ce00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:03,822 INFO     Thread-93: Started query 0e47da183d76a83e:bca4457f00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,827 INFO     Thread-94: Started query a744647807e3594a:41f3dac700000000
-- 2019-04-18 06:25:03,827 INFO     Thread-93: Started query 6a4427e56aec72c3:0c26bfd000000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,837 INFO     Thread-93: Started query 1040c8571ceeff2e:417e4f9f00000000
-- 2019-04-18 06:25:03,838 INFO     Thread-94: Started query b844400e5130cc4b:4f0f379300000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:03,849 INFO     Thread-94: Started query e94d8b4f2408739c:cdc987d900000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,880 INFO     Thread-93: Started query e54a1f9c0abb35be:770a47c100000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:03,897 INFO     Thread-93: Started query 3a403a9ede265601:0b95c66800000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,909 INFO     Thread-94: Started query 314b861a3cde5916:544ce16200000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:03,912 INFO     Thread-93: Started query df4335a196eb9ee3:1248507400000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:03,918 INFO     Thread-94: Started query a94fe1def66bbd9d:5bb391b700000000
-- 2019-04-18 06:25:03,921 INFO     Thread-93: Started query 3f4991db6a5f9d4b:cfd71e4900000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,927 INFO     Thread-94: Started query 9247134658ae3b71:0a123ac800000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:03,935 INFO     Thread-94: Started query f64b54b45644b8e7:b46783e000000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:03,954 INFO     Thread-93: Started query 004a157c1bbadeb9:dfb5031200000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:03,976 INFO     Thread-94: Started query 6b45ebc92ea99b10:dee9489500000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:03,982 INFO     Thread-94: Started query f24b25fdb9b64156:3726431800000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,006 INFO     Thread-93: Started query 5e4feb20bdadf771:d99afb6200000000
-- 2019-04-18 06:25:04,006 INFO     Thread-94: Started query 6b44f7f42a4fe68a:8acbd51400000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,015 INFO     Thread-94: Started query 5340e5c1596e8206:4906cb6d00000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,018 INFO     Thread-93: Started query d84d42e677aad411:d508fe2e00000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,025 INFO     Thread-93: Started query 7c422b7d67093483:e2d9e7d100000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,030 INFO     Thread-94: Started query 504245389e4d5c4b:b24a260d00000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:04,033 INFO     Thread-93: Started query 6041de7d75a0fdb2:9258d56f00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,037 INFO     Thread-94: Started query 55428b3bb3f6d626:7f968b7900000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,040 INFO     Thread-93: Started query 21436825cbb3d621:aedca4f500000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,047 INFO     Thread-94: Started query f8444a2e3e98230c:fca478ed00000000
-- 2019-04-18 06:25:04,048 INFO     Thread-93: Started query de49b224e9683a2e:31818ddf00000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:04,054 INFO     Thread-94: Started query 3640f19fcb353510:f165599500000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,059 INFO     Thread-94: Started query 1e490353c6e6ddfb:68f4bb8b00000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,061 INFO     Thread-93: Started query a040f338cf9b1fe1:55753c8300000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:04,069 INFO     Thread-93: Started query 8d465feeefb8d897:8a385d0300000000
-- 2019-04-18 06:25:04,071 INFO     Thread-94: Started query 334d4b6675909224:ca25d18d00000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,079 INFO     Thread-94: Started query c34500686d721ef3:acc6ede600000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,085 INFO     Thread-94: Started query 9843d6b2bc7c6f31:295c1a8d00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,093 INFO     Thread-94: Started query 064fee18aa92149a:98ce090900000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,103 INFO     Thread-94: Started query 294b0c159e18c80b:e184b96300000000
-- 2019-04-18 06:25:04,104 INFO     Thread-93: Started query 1241c3458e9ddefb:9f7cabb300000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:04,134 INFO     Thread-94: Started query a14a17df4ab46223:4563143100000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,143 INFO     Thread-93: Started query 5d47521592b02bfe:4403565700000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,150 INFO     Thread-94: Started query d640e2e66d814a19:5a15272300000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,154 INFO     Thread-93: Started query 094f0e2c6a824924:913d8af900000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,158 INFO     Thread-94: Started query bd4faddcf9fbc4a2:626842ae00000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,161 INFO     Thread-93: Started query 44472705f411c7f8:de82c2f900000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:04,168 INFO     Thread-94: Started query dd426c98efd12c7c:5874b99300000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,172 INFO     Thread-93: Started query 144bbc9b3dc92331:99df471500000000
-- 2019-04-18 06:25:04,174 INFO     Thread-94: Started query 544ca0c5e3cee34f:0f96a42b00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:04,183 INFO     Thread-93: Started query 3b4b093f2692b142:e3778d0600000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,193 INFO     Thread-93: Started query b74e8e47323c2683:7b7abcb800000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:04,208 INFO     Thread-94: Started query 404d882623347345:7de6f93800000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:04,236 INFO     Thread-93: Started query 8b4f1df6fb2a0ed3:d86d6e2d00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,265 INFO     Thread-94: Started query 3041a72bec46aaf5:7edaeca200000000
-- 2019-04-18 06:25:04,266 INFO     Thread-93: Started query 3a447e8859586c3a:b550152200000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:04,280 INFO     Thread-93: Started query c14e236e66fcb522:a4e768a100000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,283 INFO     Thread-94: Started query 4a4d71e6fbdb6fb3:4c36dcdc00000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,290 INFO     Thread-93: Started query c6462d57ddd0898c:31f6ee0a00000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,293 INFO     Thread-94: Started query 67461d2ffe75c548:a7237b5f00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:04,296 INFO     Thread-93: Started query ae43f68e072685e4:891445c500000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:04,326 INFO     Thread-94: Started query 244c83a10c1b4f0c:9c0b6b2000000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,333 INFO     Thread-94: Started query b5431839909cb998:a7d2bb1500000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,339 INFO     Thread-94: Started query 674b336e72ff452f:6090368400000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:04,362 INFO     Thread-93: Started query 93403324d1c34cc2:fb132ea000000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,393 INFO     Thread-94: Started query 27448e306bd6b626:7b01629000000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:04,403 INFO     Thread-93: Started query cc4fa7cf2803ece0:7fa33d5200000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,411 INFO     Thread-93: Started query b74b38120bad7a75:7c0583e700000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,418 INFO     Thread-93: Started query c4461579db9767dc:f8086c8200000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,431 INFO     Thread-94: Started query 7844d1cac53f9eb1:6855a79a00000000
-- 2019-04-18 06:25:04,431 INFO     Thread-93: Started query 0d47524a4ace936f:afc391d000000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,440 INFO     Thread-93: Started query 9048e8ff7b003877:64e8768300000000
-- 2019-04-18 06:25:04,440 INFO     Thread-94: Started query 694d6b8bd0186f70:c5154b9d00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,448 INFO     Thread-94: Started query c648e8ae93886687:3ca56ef000000000
-- 2019-04-18 06:25:04,449 INFO     Thread-93: Started query c74faeb23ec80f42:a518554700000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:04,462 INFO     Thread-94: Started query 834f17a071a672be:ebddb06000000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:04,469 INFO     Thread-94: Started query b94a685aad4d7501:f7f5c76100000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:04,493 INFO     Thread-93: Started query fa403695d99866f9:10795f7e00000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,498 INFO     Thread-94: Started query 92496f4b3ab4e1ca:ff25456e00000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,504 INFO     Thread-94: Started query be4e0cde00331504:06327fdf00000000
-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,510 INFO     Thread-93: Started query a64d1a4c590e28f3:6cd7d25200000000
-- 2019-04-18 06:25:04,511 INFO     Thread-94: Started query 9541638ed48fadad:ace3f55500000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:04,520 INFO     Thread-94: Started query a84d783ccb98c782:e8fdd70b00000000
-- 2019-04-18 06:25:04,521 INFO     Thread-93: Started query 2741f66f06727627:44c9cdab00000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:04,526 INFO     Thread-94: Started query e94740ce4c27a95a:dd28aff600000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,529 INFO     Thread-93: Started query 9448a1f14169c733:6fd703be00000000
-- 2019-04-18 06:25:04,531 INFO     Thread-94: Started query 034ca2bb53d31ff3:3ee4773600000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- executing against ip-172-31-13-181:21001
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,539 INFO     Thread-94: Started query f544e689d0b76d80:8f921d5600000000
-- 2019-04-18 06:25:04,540 INFO     Thread-93: Started query ec43cdd087379a38:8e496d1000000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,549 INFO     Thread-94: Started query 644c72317a3b9844:83b9697c00000000
-- 2019-04-18 06:25:04,550 INFO     Thread-93: Started query 06438f8e9c43ca9a:e761f01900000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,558 INFO     Thread-94: Started query 75471b9341332faa:862a73c000000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:04,561 INFO     Thread-93: Started query 8b4ba34525f6e3f7:0a2bd27500000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,565 INFO     Thread-94: Started query 07485ae989674126:2c48255e00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,571 INFO     Thread-93: Started query df48d682d0919f36:1e9dde3700000000
-- 2019-04-18 06:25:04,573 INFO     Thread-94: Started query 4a4a71bbfc1cb1f0:ca66b59200000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:04,581 INFO     Thread-94: Started query 58443482ddb7b58e:a339085e00000000
-- 2019-04-18 06:25:04,582 INFO     Thread-93: Started query b449748113d43222:606d705200000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,588 INFO     Thread-94: Started query 414e62742267abe7:a9561eca00000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,593 INFO     Thread-93: Started query 3b4b39e336311b4c:3ca10d7700000000
-- 2019-04-18 06:25:04,593 INFO     Thread-94: Started query b04a2030d9161496:7a525e6400000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,602 INFO     Thread-93: Started query 074af2ad684ba149:cfb98c1300000000
-- 2019-04-18 06:25:04,602 INFO     Thread-94: Started query 30473acae4e9466d:668fd4b600000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,611 INFO     Thread-94: Started query 1f4cd2cd3f089234:36c82ba600000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,614 INFO     Thread-93: Started query a04f58bc0018bff1:18f3858400000000
-- 2019-04-18 06:25:04,616 INFO     Thread-94: Started query 3f491a5f0c41977b:aad0564e00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:04,624 INFO     Thread-93: Started query 1049ae5a05cca179:5f3c021200000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:04,651 INFO     Thread-94: Started query 534f45031c70d9f1:0b2f5bb600000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:04,678 INFO     Thread-93: Started query d2453235ca90700b:94a0139900000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,681 INFO     Thread-94: Started query a24655ff08c746b8:2fe2006b00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:04,688 INFO     Thread-93: Started query 294b0a63d0ecd305:ce756fa900000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,694 INFO     Thread-93: Started query e74857ce42c88435:d488ebb000000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,699 INFO     Thread-93: Started query 334a90120d0140f4:9a7a20ab00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,707 INFO     Thread-93: Started query ff492a8363a6ff4c:03cc1a8900000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,713 INFO     Thread-93: Started query 8c4ddf892e960e60:12fe021c00000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:04,717 INFO     Thread-94: Started query 804aa4fe82603b14:03281eeb00000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,734 INFO     Thread-93: Started query d440af3a79cff767:f365d51000000000
-- 2019-04-18 06:25:04,736 INFO     Thread-94: Started query 7849e0ef98f29e6b:4fa0bbf700000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,745 INFO     Thread-93: Started query 3e42a65bdcba9b90:3e3dc66900000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,748 INFO     Thread-94: Started query 3d44388d5d4fe15c:eed73d0c00000000
-- executing against ip-172-31-13-181:21001
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,751 INFO     Thread-93: Started query fb448f88280df47d:db79740700000000
-- executing against ip-172-31-13-181:21000
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,756 INFO     Thread-94: Started query 5e4f1cf366855e89:edb6d54400000000
-- 2019-04-18 06:25:04,756 INFO     Thread-93: Started query 0c403f2e719a91fb:95d0896500000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,767 INFO     Thread-94: Started query 674a57b0fe08fb1e:f8d2b44f00000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:04,793 INFO     Thread-93: Started query bc4be0d67b7297b6:85725a0200000000
-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,833 INFO     Thread-94: Started query da4337a8114b72a4:216aa07200000000
-- 2019-04-18 06:25:04,833 INFO     Thread-93: Started query a0406f980f7f50bf:0dcab06a00000000
-- executing against ip-172-31-13-181:21001
show table stats functional.alltypes;

-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,850 INFO     Thread-94: Started query 4f4ba5d2c0781993:621ec94d00000000
-- 2019-04-18 06:25:04,852 INFO     Thread-93: Started query c64179b2ff459964:cfaa38c300000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- executing against ip-172-31-13-181:21000
show column stats functional.alltypes;

-- 2019-04-18 06:25:04,857 INFO     Thread-94: Started query fe4bcf67459caca1:e09d620e00000000
-- executing against ip-172-31-13-181:21001
show tables in functional like &apos;all*&apos;;

-- 2019-04-18 06:25:04,860 INFO     Thread-93: Started query f141beb0fa61cfe4:f22ec9a400000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:04,863 INFO     Thread-94: Started query 5f4143e77f3b0fc0:b038957200000000
-- executing against ip-172-31-13-181:21001
show files in functional.alltypes;

-- 2019-04-18 06:25:04,868 INFO     Thread-93: Started query c845fe9bc3dfae96:496af60e00000000
-- 2019-04-18 06:25:04,870 INFO     Thread-94: Started query d74d7105de431969:54df0ca600000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:04,903 INFO     Thread-93: Started query 5340a1aa995d03a8:b0acfac000000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,918 INFO     Thread-93: Started query 7049b136aaa8548f:445462e600000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes;

-- 2019-04-18 06:25:04,950 INFO     Thread-93: Started query 6048f900c2b917a4:56f2eba200000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,965 INFO     Thread-93: Started query b646043d11c6fd1e:96bbcf7900000000
-- executing against ip-172-31-13-181:21000
show files in functional.alltypes;

-- 2019-04-18 06:25:04,973 INFO     Thread-93: Started query 734aeb4d7bf434d8:d1c1047900000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,981 INFO     Thread-93: Started query 7145049ecbae9017:c7832feb00000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:04,990 INFO     Thread-93: Started query 6c4b2be2c7505aa1:1467282600000000
-- executing against ip-172-31-13-181:21000
show table stats functional.alltypes;

-- 2019-04-18 06:25:04,999 INFO     Thread-93: Started query 30482005b2a9b6b8:856b0f7600000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:05,006 INFO     Thread-93: Started query 0648bc1d582ecce6:a64a50e300000000
-- executing against ip-172-31-13-181:21000
describe extended functional.alltypes;

-- 2019-04-18 06:25:05,014 INFO     Thread-93: Started query 4043dd353643061d:9efd822e00000000
-- closing connection to: ip-172-31-13-181:21000
-- closing connection to: ip-172-31-13-181:21001
</system-err></testcase><testcase classname="custom_cluster.test_local_catalog.TestLocalCatalogRetries" file="custom_cluster/test_local_catalog.py" line="223" name="test_replan_limit" time="11.8452022076"><system-err>-- 2019-04-18 06:25:05,055 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_catalog=true --local_catalog_max_fetch_retries=0 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--catalog_topic_mode=minimal &apos; --impalad_args=--default_query_options=
06:25:05 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:25:06 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:25:07 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:25:07 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:25:07 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:25:10 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:25:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:25:10 MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
06:25:12 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:25:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:25:13 MainThread: num_known_live_backends has reached value: 3
06:25:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:25:14 MainThread: num_known_live_backends has reached value: 3
06:25:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:25:14 MainThread: num_known_live_backends has reached value: 3
06:25:15 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:25:15,241 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:25:15,241 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:25:15,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:15,244 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:25:15,244 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:25:15,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:15,246 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:25:15,246 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:25:15,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:15,248 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:25:15,248 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:25:15,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:15,250 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_replan_limit;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c8d590&gt;
-- 2019-04-18 06:25:15,365 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_replan_limit;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_replan_limit;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes partition (year=2009, month=4);

-- executing against ip-172-31-13-181:21001
refresh functional.alltypes partition (year=2009, month=4);

-- 2019-04-18 06:25:16,052 INFO     Thread-95: Started query 0e4ee5404e18c9a7:3fa1fbfa00000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes partition (year=2009, month=4);

-- 2019-04-18 06:25:16,102 INFO     Thread-96: Started query 424ca17b7740e8d2:c12270a100000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes partition (year=2009, month=4);

-- 2019-04-18 06:25:16,135 INFO     Thread-95: Started query 824a0f5a68cbcc6c:5c790bbb00000000
-- executing against ip-172-31-13-181:21000
refresh functional.alltypes partition (year=2009, month=4);

-- 2019-04-18 06:25:16,196 INFO     Thread-96: Started query 094384bb58189e55:8f5a71d100000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes partition (year=2009, month=4);

-- 2019-04-18 06:25:16,250 INFO     Thread-95: Started query 484f349beb014e5d:171f9d3600000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where month=4;

-- 2019-04-18 06:25:16,307 INFO     Thread-96: Started query 33400e3cab878d5d:5a869c9600000000
-- executing against ip-172-31-13-181:21001
refresh functional.alltypes;

-- 2019-04-18 06:25:16,378 INFO     Thread-96: Started query 44459e02493814f5:0c06374500000000
-- executing against ip-172-31-13-181:21001
select count(*) from functional.alltypes where month=4;

-- 2019-04-18 06:25:16,676 INFO     Thread-96: Started query 254d13fbaec503d5:e0070c5c00000000
-- closing connection to: ip-172-31-13-181:21000
-- closing connection to: ip-172-31-13-181:21001
</system-err></testcase><testcase classname="custom_cluster.test_local_catalog.TestLocalCatalogRetries" file="custom_cluster/test_local_catalog.py" line="242" name="test_replan_on_stale_metadata" time="13.6855950356"><system-err>-- 2019-04-18 06:25:16,902 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_catalog=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--catalog_topic_mode=minimal &apos; --impalad_args=--default_query_options=
06:25:17 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:25:18 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:25:19 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:25:19 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:25:19 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:25:22 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:25:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:25:22 MainThread: &apos;backends&apos;
06:25:22 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:25:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:25:23 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:25:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:25:24 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:25:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:25:25 MainThread: num_known_live_backends has reached value: 3
06:25:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:25:26 MainThread: num_known_live_backends has reached value: 3
06:25:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:25:26 MainThread: num_known_live_backends has reached value: 3
06:25:27 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:25:27,132 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:25:27,132 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:25:27,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:27,135 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:25:27,135 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:25:27,136 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:27,137 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:25:27,137 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:25:27,138 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:27,139 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:25:27,139 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:25:27,140 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:27,141 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_replan_on_stale_metadata;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c7dd50&gt;
-- 2019-04-18 06:25:27,254 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_replan_on_stale_metadata;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_replan_on_stale_metadata_e6c28508` CASCADE;

-- 2019-04-18 06:25:27,370 INFO     MainThread: Started query 834da2a3e4249799:7509b08200000000
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_replan_on_stale_metadata;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_replan_on_stale_metadata_e6c28508`;

-- 2019-04-18 06:25:27,586 INFO     MainThread: Started query ae4785b18f68e101:2c8bf17e00000000
-- 2019-04-18 06:25:27,589 INFO     MainThread: Created database &quot;test_replan_on_stale_metadata_e6c28508&quot; for test ID &quot;custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_replan_on_stale_metadata&quot;
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_replan_on_stale_metadata;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_local_catalog.py::TestLocalCatalogRetries::()::test_replan_on_stale_metadata;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21000
create view test_replan_on_stale_metadata_e6c28508.my_view as select 1;

-- 2019-04-18 06:25:28,083 INFO     MainThread: Started query 1645f7fe963d8e35:8e26d9fe00000000
-- executing against ip-172-31-13-181:21001
show tables;

-- 2019-04-18 06:25:28,215 INFO     MainThread: Started query f3447333b0da9e44:aba4137500000000
-- executing against ip-172-31-13-181:21000
drop view test_replan_on_stale_metadata_e6c28508.my_view;

-- 2019-04-18 06:25:28,586 INFO     MainThread: Started query 61442461fb34a433:bafa954c00000000
-- executing against ip-172-31-13-181:21001
describe test_replan_on_stale_metadata_e6c28508.my_view;

-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where month=4;

-- executing against ip-172-31-13-181:21001
invalidate metadata functional.alltypes;

-- 2019-04-18 06:25:28,739 INFO     Thread-98: Started query 8e44b4df11f404f0:df6aa53100000000
-- executing against ip-172-31-13-181:21001
select count(*) from functional.alltypes where month=4;

-- 2019-04-18 06:25:29,373 INFO     Thread-97: Started query c84d4c0d6e31b8f4:b166db3a00000000
-- 2019-04-18 06:25:29,443 INFO     Thread-98: Started query 594972712ecdd182:7e0bf74800000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where month=5;

-- executing against ip-172-31-13-181:21001
select count(*) from functional.alltypes where month=5;

-- 2019-04-18 06:25:29,562 INFO     Thread-97: Started query d2428ae1aaf6a251:459d0e9500000000
-- 2019-04-18 06:25:29,582 INFO     Thread-98: Started query f64e5ad3ef565709:ed1e1d2100000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where month=4;

-- 2019-04-18 06:25:29,644 INFO     Thread-97: Started query ce406da8c3093ad0:a647e09500000000
-- executing against ip-172-31-13-181:21001
select count(*) from functional.alltypes where month=4;

-- 2019-04-18 06:25:29,666 INFO     Thread-98: Started query 7046b4e8a3f4275a:d9ab6df200000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where month=5;

-- 2019-04-18 06:25:29,729 INFO     Thread-97: Started query a94ee248dd2f2b9a:640dcecf00000000
-- executing against ip-172-31-13-181:21001
invalidate metadata functional.alltypes;

-- 2019-04-18 06:25:29,784 INFO     Thread-98: Started query 854982df285f3562:57e191f000000000
-- executing against ip-172-31-13-181:21001
select count(*) from functional.alltypes where month=5;

-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where month=4;

-- 2019-04-18 06:25:29,812 INFO     Thread-97: Started query 034e78a6797f12a2:c558662b00000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where month=5;

-- 2019-04-18 06:25:29,908 INFO     Thread-97: Started query 734e1139a68b8f79:33deb45d00000000
-- 2019-04-18 06:25:29,913 INFO     Thread-98: Started query 564f690b1ac95825:8c8e206300000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where month=4;

-- executing against ip-172-31-13-181:21001
select count(*) from functional.alltypes where month=5;

-- 2019-04-18 06:25:29,994 INFO     Thread-97: Started query 0648d7192be87279:e639fa0f00000000
-- 2019-04-18 06:25:29,995 INFO     Thread-98: Started query 1646c3dfba3916e7:88ff87ba00000000
-- executing against ip-172-31-13-181:21001
select count(*) from functional.alltypes where month=4;

-- executing against ip-172-31-13-181:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:25:30,079 INFO     Thread-98: Started query 164e5358cf459c2f:a1d039c800000000
-- 2019-04-18 06:25:30,080 INFO     Thread-97: Started query 72499b08c868345a:85eb084900000000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes where month=5;

-- executing against ip-172-31-13-181:21001
invalidate metadata functional.alltypes;

-- 2019-04-18 06:25:30,158 INFO     Thread-98: Started query cf41d6e77e0f31dd:229a253900000000
-- executing against ip-172-31-13-181:21001
select count(*) from functional.alltypes where month=5;

-- 2019-04-18 06:25:30,234 INFO     Thread-98: Started query c44695dd150fc3f8:64b0e14600000000
-- 2019-04-18 06:25:30,237 INFO     Thread-97: Started query d446f540f46da499:289c8a1500000000
-- executing against ip-172-31-13-181:21001
select count(*) from functional.alltypes where month=5;

-- 2019-04-18 06:25:30,312 INFO     Thread-98: Started query 7143e79000e27eb9:3afeb42a00000000
-- closing connection to: ip-172-31-13-181:21000
-- closing connection to: ip-172-31-13-181:21001
</system-err></testcase><testcase classname="custom_cluster.test_local_catalog.TestObservability" file="custom_cluster/test_local_catalog.py" line="333" name="test_cache_metrics" time="21.998344183"><system-err>-- 2019-04-18 06:25:30,589 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_catalog=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--catalog_topic_mode=minimal &apos; --impalad_args=--default_query_options=
06:25:31 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:25:32 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:25:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:25:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:25:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:25:36 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:25:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:25:36 MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
06:25:38 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:25:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:25:39 MainThread: num_known_live_backends has reached value: 3
06:25:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:25:39 MainThread: num_known_live_backends has reached value: 3
06:25:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:25:40 MainThread: num_known_live_backends has reached value: 3
06:25:40 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:25:40,779 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:25:40,779 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:25:40,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:40,782 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:25:40,782 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:25:40,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:40,784 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:25:40,784 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:25:40,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:40,786 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:25:40,786 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:25:40,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:25:40,788 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_catalog.py::TestObservability::()::test_cache_metrics;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c90ed0&gt;
-- 2019-04-18 06:25:40,899 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_catalog.py::TestObservability::()::test_cache_metrics;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_cache_metrics_830365c4` CASCADE;

-- 2019-04-18 06:25:41,001 INFO     MainThread: Started query 004f91fc641cdb90:367d5c9500000000
SET client_identifier=custom_cluster/test_local_catalog.py::TestObservability::()::test_cache_metrics;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_cache_metrics_830365c4`;

-- 2019-04-18 06:25:41,084 INFO     MainThread: Started query 34409298b03e91ab:83ca5f4300000000
-- 2019-04-18 06:25:41,087 INFO     MainThread: Created database &quot;test_cache_metrics_830365c4&quot; for test ID &quot;custom_cluster/test_local_catalog.py::TestObservability::()::test_cache_metrics&quot;
-- 2019-04-18 06:25:41,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_local_catalog.py::TestObservability::()::test_cache_metrics;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:25:41,955 INFO     MainThread: Started query 3942b998d538ac41:925f9e1700000000
-- 2019-04-18 06:25:42,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes;

-- 2019-04-18 06:25:42,225 INFO     MainThread: Started query 0740c63d83357702:7ee399fe00000000
-- 2019-04-18 06:25:42,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
create table test_cache_metrics_830365c4.test_cache_metrics_test_tbl (a int);

-- 2019-04-18 06:25:42,583 INFO     MainThread: Started query c64630445b9fc745:601ba4c000000000
-- 2019-04-18 06:25:42,586 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
drop table test_cache_metrics_830365c4.test_cache_metrics_test_tbl;

-- 2019-04-18 06:25:43,087 INFO     MainThread: Started query 4b4f13111b102544:b65d4fcd00000000
-- 2019-04-18 06:25:43,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:25:43,130 INFO     MainThread: Started query 1c4407cee8703024:a7e89ca800000000
-- 2019-04-18 06:25:43,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes;

-- 2019-04-18 06:25:43,231 INFO     MainThread: Started query 8548b3992845efff:7018829a00000000
-- 2019-04-18 06:25:43,234 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
create table test_cache_metrics_830365c4.test_cache_metrics_test_tbl (a int);

-- 2019-04-18 06:25:43,582 INFO     MainThread: Started query de4be5ef14ceef30:b7132ec900000000
-- 2019-04-18 06:25:43,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
drop table test_cache_metrics_830365c4.test_cache_metrics_test_tbl;

-- 2019-04-18 06:25:44,085 INFO     MainThread: Started query 9e4f6d25c37897cc:7162790d00000000
-- 2019-04-18 06:25:44,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:25:44,124 INFO     MainThread: Started query bc4aa1ffeb294877:1b0dfd5100000000
-- 2019-04-18 06:25:44,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes;

-- 2019-04-18 06:25:44,221 INFO     MainThread: Started query a54906dbb830dbdb:1ea46f9500000000
-- 2019-04-18 06:25:44,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
create table test_cache_metrics_830365c4.test_cache_metrics_test_tbl (a int);

-- 2019-04-18 06:25:44,582 INFO     MainThread: Started query cf4fc41c2bc518f1:e6c04d6800000000
-- 2019-04-18 06:25:44,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
drop table test_cache_metrics_830365c4.test_cache_metrics_test_tbl;

-- 2019-04-18 06:25:45,085 INFO     MainThread: Started query d149dad9e96d3d1d:fd340ffa00000000
-- 2019-04-18 06:25:45,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:25:45,121 INFO     MainThread: Started query 214ca9e8fb06b87e:f89b18b100000000
-- 2019-04-18 06:25:45,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes;

-- 2019-04-18 06:25:45,215 INFO     MainThread: Started query c44a539f53f4574a:a847f35700000000
-- 2019-04-18 06:25:45,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
create table test_cache_metrics_830365c4.test_cache_metrics_test_tbl (a int);

-- 2019-04-18 06:25:45,581 INFO     MainThread: Started query 904dbc30b68d8c3a:1697e4b100000000
-- 2019-04-18 06:25:45,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
drop table test_cache_metrics_830365c4.test_cache_metrics_test_tbl;

-- 2019-04-18 06:25:46,085 INFO     MainThread: Started query d64e5a9a2a51382f:3a3a045800000000
-- 2019-04-18 06:25:46,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:25:46,119 INFO     MainThread: Started query 154c7e0574d33243:0085279100000000
-- 2019-04-18 06:25:46,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes;

-- 2019-04-18 06:25:46,211 INFO     MainThread: Started query 9b4d5ac454713b17:03dc02d700000000
-- 2019-04-18 06:25:46,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
create table test_cache_metrics_830365c4.test_cache_metrics_test_tbl (a int);

-- 2019-04-18 06:25:46,581 INFO     MainThread: Started query ac4114a43dee663a:4d112a5200000000
-- 2019-04-18 06:25:46,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
drop table test_cache_metrics_830365c4.test_cache_metrics_test_tbl;

-- 2019-04-18 06:25:47,086 INFO     MainThread: Started query 574880125692f1aa:40661c7400000000
-- 2019-04-18 06:25:47,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:25:47,121 INFO     MainThread: Started query a34bbf1cc9298863:bf6a461300000000
-- 2019-04-18 06:25:47,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes;

-- 2019-04-18 06:25:47,213 INFO     MainThread: Started query 4544036c862bc1c7:1331374500000000
-- 2019-04-18 06:25:47,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
create table test_cache_metrics_830365c4.test_cache_metrics_test_tbl (a int);

-- 2019-04-18 06:25:47,582 INFO     MainThread: Started query ef4d8603943158b2:6e1d86b600000000
-- 2019-04-18 06:25:47,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
drop table test_cache_metrics_830365c4.test_cache_metrics_test_tbl;

-- 2019-04-18 06:25:48,085 INFO     MainThread: Started query 9346d8ff2606b0ba:7408749e00000000
-- 2019-04-18 06:25:48,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:25:48,118 INFO     MainThread: Started query 9b4d119d9a57538c:03a1776200000000
-- 2019-04-18 06:25:48,183 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes;

-- 2019-04-18 06:25:48,208 INFO     MainThread: Started query 7444de13570dea13:d0d2619700000000
-- 2019-04-18 06:25:48,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
create table test_cache_metrics_830365c4.test_cache_metrics_test_tbl (a int);

-- 2019-04-18 06:25:48,582 INFO     MainThread: Started query 4d414b519969608e:cad1f45900000000
-- 2019-04-18 06:25:48,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
drop table test_cache_metrics_830365c4.test_cache_metrics_test_tbl;

-- 2019-04-18 06:25:49,085 INFO     MainThread: Started query f44e56eebddcd07f:06986fa600000000
-- 2019-04-18 06:25:49,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:25:49,117 INFO     MainThread: Started query c348231827664a7e:3b254c5000000000
-- 2019-04-18 06:25:49,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes;

-- 2019-04-18 06:25:49,208 INFO     MainThread: Started query d5402ae0fc896971:cad749cb00000000
-- 2019-04-18 06:25:49,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
create table test_cache_metrics_830365c4.test_cache_metrics_test_tbl (a int);

-- 2019-04-18 06:25:49,582 INFO     MainThread: Started query c04dd2357e1b8d7e:6fff0add00000000
-- 2019-04-18 06:25:49,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
drop table test_cache_metrics_830365c4.test_cache_metrics_test_tbl;

-- 2019-04-18 06:25:50,085 INFO     MainThread: Started query e84930f2dcb59454:5810b32f00000000
-- 2019-04-18 06:25:50,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:25:50,117 INFO     MainThread: Started query 3e45ae0d959cbb3a:0a45b6f100000000
-- 2019-04-18 06:25:50,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes;

-- 2019-04-18 06:25:50,208 INFO     MainThread: Started query 2f4174dd77cebdf9:a01f757200000000
-- 2019-04-18 06:25:50,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
create table test_cache_metrics_830365c4.test_cache_metrics_test_tbl (a int);

-- 2019-04-18 06:25:50,582 INFO     MainThread: Started query 8c42689d41f3d27c:dbd0599800000000
-- 2019-04-18 06:25:50,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
drop table test_cache_metrics_830365c4.test_cache_metrics_test_tbl;

-- 2019-04-18 06:25:51,085 INFO     MainThread: Started query a840e9391420bc9a:9c871d8600000000
-- 2019-04-18 06:25:51,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
select count(*) from functional.alltypes;

-- 2019-04-18 06:25:51,117 INFO     MainThread: Started query 8642a318cd6a4ed3:841c1e4100000000
-- 2019-04-18 06:25:51,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
explain select count(*) from functional.alltypes;

-- 2019-04-18 06:25:51,206 INFO     MainThread: Started query 9346467cb9605f11:991ca15200000000
-- 2019-04-18 06:25:51,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
create table test_cache_metrics_830365c4.test_cache_metrics_test_tbl (a int);

-- 2019-04-18 06:25:51,582 INFO     MainThread: Started query 9d4ec9a4a5b70d3f:56c29c0f00000000
-- 2019-04-18 06:25:51,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21000
drop table test_cache_metrics_830365c4.test_cache_metrics_test_tbl;

-- 2019-04-18 06:25:52,085 INFO     MainThread: Started query 2343d01c7ed1ec4b:279fc08800000000
-- 2019-04-18 06:25:52,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- closing connection to: ip-172-31-13-181:21000
</system-err></testcase><testcase classname="custom_cluster.test_local_tz_conversion.TestLocalTzConversion" file="custom_cluster/test_local_tz_conversion.py" line="49" name="test_timestamp_functions[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none | enable_expr_rewrites: 0]" time="11.4340949059"><system-err>-- 2019-04-18 06:25:52,589 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_tz_for_unix_timestamp_conversions=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:25:53 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:25:54 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:25:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:25:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:25:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:25:58 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:25:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:25:58 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:25:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:25:59 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:26:00 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:00 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:26:01 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:01 MainThread: num_known_live_backends has reached value: 3
06:26:01 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:26:01 MainThread: num_known_live_backends has reached value: 3
06:26:02 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:26:02 MainThread: num_known_live_backends has reached value: 3
06:26:02 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:26:02,799 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:26:02,799 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:26:02,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:02,802 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:26:02,802 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:26:02,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:02,804 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:26:02,804 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:26:02,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:02,806 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:26:02,806 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:26:02,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:02,808 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c98890&gt;
-- 2019-04-18 06:26:02,928 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:26:02,951 INFO     MainThread: Started query 6d426bdf18e26e99:304afd5c00000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET enable_expr_rewrites=0;
-- executing against localhost:21000
SELECT
unix_micros_to_utc_timestamp(NULL),
unix_micros_to_utc_timestamp(0),
unix_micros_to_utc_timestamp(1),
unix_micros_to_utc_timestamp(-17987443200 * 1000000),
unix_micros_to_utc_timestamp(253402300799 * 1000000),
unix_micros_to_utc_timestamp(253402300799 * 1000000 + 1);

-- 2019-04-18 06:26:03,101 INFO     MainThread: Started query 94469b1c25333114:aeabc4c400000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:26:03,266 INFO     MainThread: Started query cc4fd7368c1ed83b:ba17a55800000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET enable_expr_rewrites=0;
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:03,272 INFO     MainThread: Started query 8a49ba68ad0e0cf1:09dc2a8800000000
-- executing against localhost:21000

SELECT
from_unixtime(0),
from_unixtime((40 * 365) * 24 * 60 * 60),
from_unixtime((180 + 40 * 365) * 24 * 60 * 60);

-- 2019-04-18 06:26:03,282 INFO     MainThread: Started query 6c4bd13a8ac99b9b:fa252b4900000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:03,395 INFO     MainThread: Started query 0a486d3aa8f06b0b:4e2d1ab900000000
-- executing against localhost:21000
set timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:03,400 INFO     MainThread: Started query 9547c344ad6628e1:584cce5b00000000
-- executing against localhost:21000

SELECT
from_unixtime(0),
from_unixtime((40 * 365) * 24 * 60 * 60),
from_unixtime((180 + 40 * 365) * 24 * 60 * 60);

-- 2019-04-18 06:26:03,410 INFO     MainThread: Started query ec4c618cf31867d2:20166db800000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:03,522 INFO     MainThread: Started query 104e2b4ab9a1d41b:d1c2ff0a00000000
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:03,527 INFO     MainThread: Started query c74edfdaaae76f7c:5229318400000000
-- executing against localhost:21000

SELECT
unix_timestamp(&apos;1970-01-01 01:00:00&apos;),
unix_timestamp(&apos;2009-12-22 01:00:00&apos;),
unix_timestamp(&apos;2010-06-20 02:00:00&apos;);

-- 2019-04-18 06:26:03,540 INFO     MainThread: Started query 0e404d724d7eae2f:e265066d00000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:03,702 INFO     MainThread: Started query 3a4cf5a430ebcf2b:fb45095a00000000
-- executing against localhost:21000
set timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:03,707 INFO     MainThread: Started query 53486dd6709e1b24:6b00b17f00000000
-- executing against localhost:21000

SELECT
unix_timestamp(&apos;1969-12-31 16:00:00&apos;),
unix_timestamp(&apos;2009-12-21 16:00:00&apos;),
unix_timestamp(&apos;2010-06-19 17:00:00&apos;);

-- 2019-04-18 06:26:03,715 INFO     MainThread: Started query e74fc20d52b9642e:bf4d700e00000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:03,876 INFO     MainThread: Started query 4540b5c048b974d9:090b9d1a00000000
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:03,882 INFO     MainThread: Started query 0a45bfecc5983132:43ce263e00000000
-- executing against localhost:21000

select cast(0 as timestamp);

-- 2019-04-18 06:26:03,889 INFO     MainThread: Started query 4346a5a4b239a935:30f57aae00000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:03,949 INFO     MainThread: Started query 944344aa6320aa97:59afbe1600000000
-- executing against localhost:21000
SET timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:03,954 INFO     MainThread: Started query b641bacee7e76653:d4d56c8a00000000
-- executing against localhost:21000

select cast(0 as timestamp);

-- 2019-04-18 06:26:03,961 INFO     MainThread: Started query 6246ade60c4b88e1:98f5012900000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:04,021 INFO     MainThread: Started query cf4720a88e80072f:a60bf89b00000000
</system-err></testcase><testcase classname="custom_cluster.test_local_tz_conversion.TestLocalTzConversion" file="custom_cluster/test_local_tz_conversion.py" line="49" name="test_timestamp_functions[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: True, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none | enable_expr_rewrites: 1]" time="10.0074439049"><system-err>-- 2019-04-18 06:26:04,025 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_tz_for_unix_timestamp_conversions=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:26:04 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:26:05 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:26:06 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:26:06 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:26:06 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:26:09 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:26:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:26:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:10 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:26:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:11 MainThread: num_known_live_backends has reached value: 3
06:26:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:26:12 MainThread: num_known_live_backends has reached value: 3
06:26:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:26:12 MainThread: num_known_live_backends has reached value: 3
06:26:13 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:26:13,204 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:26:13,204 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:26:13,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:13,207 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:26:13,207 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:26:13,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:13,209 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:26:13,209 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:26:13,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:13,211 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:26:13,211 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:26:13,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:13,213 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:True;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c9e190&gt;
-- 2019-04-18 06:26:13,330 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:True;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:26:13,353 INFO     MainThread: Started query 2c4ca98f1d752eaf:2ea90a6f00000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:True;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=True;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET enable_expr_rewrites=1;
-- executing against localhost:21000
SELECT
unix_micros_to_utc_timestamp(NULL),
unix_micros_to_utc_timestamp(0),
unix_micros_to_utc_timestamp(1),
unix_micros_to_utc_timestamp(-17987443200 * 1000000),
unix_micros_to_utc_timestamp(253402300799 * 1000000),
unix_micros_to_utc_timestamp(253402300799 * 1000000 + 1);

-- 2019-04-18 06:26:13,507 INFO     MainThread: Started query 39425902407f127d:76d5518400000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:True;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:26:13,570 INFO     MainThread: Started query 1d42ef62c9a04980:b42dcf9e00000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:True;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=True;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET enable_expr_rewrites=1;
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:13,575 INFO     MainThread: Started query 9744462f01622043:6f26100900000000
-- executing against localhost:21000

SELECT
from_unixtime(0),
from_unixtime((40 * 365) * 24 * 60 * 60),
from_unixtime((180 + 40 * 365) * 24 * 60 * 60);

-- 2019-04-18 06:26:13,592 INFO     MainThread: Started query 4b42a2b64349b726:3758004f00000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:13,653 INFO     MainThread: Started query d74d2ca34eb1c855:1c450edc00000000
-- executing against localhost:21000
set timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:13,659 INFO     MainThread: Started query 63409fad983fb9f9:177ac39e00000000
-- executing against localhost:21000

SELECT
from_unixtime(0),
from_unixtime((40 * 365) * 24 * 60 * 60),
from_unixtime((180 + 40 * 365) * 24 * 60 * 60);

-- 2019-04-18 06:26:13,672 INFO     MainThread: Started query 12415cba026c4343:31bb423100000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:13,732 INFO     MainThread: Started query 8f49ee69d63a50f6:9474e38500000000
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:13,737 INFO     MainThread: Started query bf4bcda021c32720:b5049a4900000000
-- executing against localhost:21000

SELECT
unix_timestamp(&apos;1970-01-01 01:00:00&apos;),
unix_timestamp(&apos;2009-12-22 01:00:00&apos;),
unix_timestamp(&apos;2010-06-20 02:00:00&apos;);

-- 2019-04-18 06:26:13,750 INFO     MainThread: Started query 7a481ac0e40aa059:2c2d25d100000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:13,810 INFO     MainThread: Started query 184c25b814172696:04d521e300000000
-- executing against localhost:21000
set timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:13,815 INFO     MainThread: Started query b14efe025325a930:7e3f2ac400000000
-- executing against localhost:21000

SELECT
unix_timestamp(&apos;1969-12-31 16:00:00&apos;),
unix_timestamp(&apos;2009-12-21 16:00:00&apos;),
unix_timestamp(&apos;2010-06-19 17:00:00&apos;);

-- 2019-04-18 06:26:13,825 INFO     MainThread: Started query 164af8f3f98ad712:4494eb5100000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:13,885 INFO     MainThread: Started query 344da725110215be:f5c216c900000000
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:13,890 INFO     MainThread: Started query 1d4691ab904c1609:50dd835500000000
-- executing against localhost:21000

select cast(0 as timestamp);

-- 2019-04-18 06:26:13,898 INFO     MainThread: Started query 7f421e9c9e51b129:7e204d7900000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:13,957 INFO     MainThread: Started query 3a49d6d4d6f80c88:ad1cfb8300000000
-- executing against localhost:21000
SET timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:13,962 INFO     MainThread: Started query fe4ebb5ad4b480df:d3c56aca00000000
-- executing against localhost:21000

select cast(0 as timestamp);

-- 2019-04-18 06:26:13,970 INFO     MainThread: Started query 344034b8f3248214:75561e2700000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:14,030 INFO     MainThread: Started query 6b421d2b371d0e81:93f05bb800000000
</system-err></testcase><testcase classname="custom_cluster.test_local_tz_conversion.TestLocalTzConversion" file="custom_cluster/test_local_tz_conversion.py" line="49" name="test_timestamp_functions[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: True, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none | enable_expr_rewrites: 0]" time="9.98631715775"><system-err>-- 2019-04-18 06:26:14,034 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_tz_for_unix_timestamp_conversions=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:26:14 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:26:15 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:26:16 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:26:16 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:26:16 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:26:19 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:26:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:19 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:26:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:20 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:26:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:21 MainThread: num_known_live_backends has reached value: 3
06:26:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:26:22 MainThread: num_known_live_backends has reached value: 3
06:26:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:26:22 MainThread: num_known_live_backends has reached value: 3
06:26:23 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:26:23,222 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:26:23,222 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:26:23,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:23,225 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:26:23,225 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:26:23,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:23,227 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:26:23,227 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:26:23,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:23,229 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:26:23,229 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:26:23,230 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:23,231 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:True;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c95ed0&gt;
-- 2019-04-18 06:26:23,351 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:True;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:26:23,374 INFO     MainThread: Started query f442b8b0d59bf411:41fa8d7d00000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:True;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=True;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET enable_expr_rewrites=0;
-- executing against localhost:21000
SELECT
unix_micros_to_utc_timestamp(NULL),
unix_micros_to_utc_timestamp(0),
unix_micros_to_utc_timestamp(1),
unix_micros_to_utc_timestamp(-17987443200 * 1000000),
unix_micros_to_utc_timestamp(253402300799 * 1000000),
unix_micros_to_utc_timestamp(253402300799 * 1000000 + 1);

-- 2019-04-18 06:26:23,516 INFO     MainThread: Started query cc45046e8ef0d28c:c57bacd900000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:True;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:26:23,579 INFO     MainThread: Started query cc469d511be103b4:5954927200000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:True;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=True;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET enable_expr_rewrites=0;
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:23,584 INFO     MainThread: Started query ed497bca7a746ad1:9180d3eb00000000
-- executing against localhost:21000

SELECT
from_unixtime(0),
from_unixtime((40 * 365) * 24 * 60 * 60),
from_unixtime((180 + 40 * 365) * 24 * 60 * 60);

-- 2019-04-18 06:26:23,594 INFO     MainThread: Started query 594995e95a125dcf:260994a600000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:23,655 INFO     MainThread: Started query 5341858d61e3fda8:9570657c00000000
-- executing against localhost:21000
set timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:23,660 INFO     MainThread: Started query 5542cc3dd864e253:38523b1800000000
-- executing against localhost:21000

SELECT
from_unixtime(0),
from_unixtime((40 * 365) * 24 * 60 * 60),
from_unixtime((180 + 40 * 365) * 24 * 60 * 60);

-- 2019-04-18 06:26:23,670 INFO     MainThread: Started query b048b8af9dc3e748:a60577d100000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:23,729 INFO     MainThread: Started query c44aa69a5d8b3007:0aad6a4000000000
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:23,734 INFO     MainThread: Started query c94327561f119bc5:33748fa900000000
-- executing against localhost:21000

SELECT
unix_timestamp(&apos;1970-01-01 01:00:00&apos;),
unix_timestamp(&apos;2009-12-22 01:00:00&apos;),
unix_timestamp(&apos;2010-06-20 02:00:00&apos;);

-- 2019-04-18 06:26:23,747 INFO     MainThread: Started query 214ce6058fcea8ac:850b7f7700000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:23,806 INFO     MainThread: Started query 1b469549b630b38f:685ef45c00000000
-- executing against localhost:21000
set timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:23,811 INFO     MainThread: Started query bf47c92a3356e1db:67ec29b300000000
-- executing against localhost:21000

SELECT
unix_timestamp(&apos;1969-12-31 16:00:00&apos;),
unix_timestamp(&apos;2009-12-21 16:00:00&apos;),
unix_timestamp(&apos;2010-06-19 17:00:00&apos;);

-- 2019-04-18 06:26:23,818 INFO     MainThread: Started query 444c3b714f23986b:3bf0778200000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:23,877 INFO     MainThread: Started query 564425b307cf9456:0f77cd2a00000000
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:23,882 INFO     MainThread: Started query 3c470d1e411e1f18:1d78e29500000000
-- executing against localhost:21000

select cast(0 as timestamp);

-- 2019-04-18 06:26:23,889 INFO     MainThread: Started query d94a30f7b32d598f:131d49eb00000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:23,948 INFO     MainThread: Started query d6413da24c20e264:26a235d600000000
-- executing against localhost:21000
SET timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:23,953 INFO     MainThread: Started query 964349e9dc561db8:85ccb91200000000
-- executing against localhost:21000

select cast(0 as timestamp);

-- 2019-04-18 06:26:23,959 INFO     MainThread: Started query ea4dc71bb2eed962:29ea261100000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:24,018 INFO     MainThread: Started query d74ded5425aaa1d4:f3f5827e00000000
</system-err></testcase><testcase classname="custom_cluster.test_local_tz_conversion.TestLocalTzConversion" file="custom_cluster/test_local_tz_conversion.py" line="49" name="test_timestamp_functions[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none | enable_expr_rewrites: 1]" time="10.044533968"><system-err>-- 2019-04-18 06:26:24,022 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--use_local_tz_for_unix_timestamp_conversions=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:26:24 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:26:25 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:26:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:26:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:26:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:26:29 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:26:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:29 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:26:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:30 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:26:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:31 MainThread: num_known_live_backends has reached value: 3
06:26:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:26:32 MainThread: num_known_live_backends has reached value: 3
06:26:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:26:32 MainThread: num_known_live_backends has reached value: 3
06:26:33 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:26:33,196 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:26:33,196 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:26:33,197 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:33,199 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:26:33,199 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:26:33,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:33,201 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:26:33,201 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:26:33,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:33,203 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:26:33,203 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:26:33,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:33,205 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d6c95c10&gt;
-- 2019-04-18 06:26:33,322 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:26:33,345 INFO     MainThread: Started query 0943de442959061c:69b6d76200000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET enable_expr_rewrites=1;
-- executing against localhost:21000
SELECT
unix_micros_to_utc_timestamp(NULL),
unix_micros_to_utc_timestamp(0),
unix_micros_to_utc_timestamp(1),
unix_micros_to_utc_timestamp(-17987443200 * 1000000),
unix_micros_to_utc_timestamp(253402300799 * 1000000),
unix_micros_to_utc_timestamp(253402300799 * 1000000 + 1);

-- 2019-04-18 06:26:33,506 INFO     MainThread: Started query 50406b00cd15dcb8:8d42bd6900000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:26:33,572 INFO     MainThread: Started query cb4c63c0ec97c37e:580079c300000000
SET client_identifier=custom_cluster/test_local_tz_conversion.py::TestLocalTzConversion::()::test_timestamp_functions[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET enable_expr_rewrites=1;
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:33,578 INFO     MainThread: Started query e8404cf09a2ccafc:dbc8860700000000
-- executing against localhost:21000

SELECT
from_unixtime(0),
from_unixtime((40 * 365) * 24 * 60 * 60),
from_unixtime((180 + 40 * 365) * 24 * 60 * 60);

-- 2019-04-18 06:26:33,595 INFO     MainThread: Started query 55417df8285b51fa:39a902c400000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:33,660 INFO     MainThread: Started query 5948efc529441069:cd3650ab00000000
-- executing against localhost:21000
set timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:33,667 INFO     MainThread: Started query 234a6a73dc2d1ce3:f3ba20ad00000000
-- executing against localhost:21000

SELECT
from_unixtime(0),
from_unixtime((40 * 365) * 24 * 60 * 60),
from_unixtime((180 + 40 * 365) * 24 * 60 * 60);

-- 2019-04-18 06:26:33,686 INFO     MainThread: Started query ce498b6bac749e2a:b15300fe00000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:33,750 INFO     MainThread: Started query a442f6109518f4f2:2f41858200000000
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:33,755 INFO     MainThread: Started query 49455a2bd954b06c:4999714a00000000
-- executing against localhost:21000

SELECT
unix_timestamp(&apos;1970-01-01 01:00:00&apos;),
unix_timestamp(&apos;2009-12-22 01:00:00&apos;),
unix_timestamp(&apos;2010-06-20 02:00:00&apos;);

-- 2019-04-18 06:26:33,768 INFO     MainThread: Started query 2046d06766a6214d:02f8268a00000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:33,832 INFO     MainThread: Started query 1a406d71a9ec21ce:3420807f00000000
-- executing against localhost:21000
set timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:33,838 INFO     MainThread: Started query 6a4e5045473f8337:cd1c36db00000000
-- executing against localhost:21000

SELECT
unix_timestamp(&apos;1969-12-31 16:00:00&apos;),
unix_timestamp(&apos;2009-12-21 16:00:00&apos;),
unix_timestamp(&apos;2010-06-19 17:00:00&apos;);

-- 2019-04-18 06:26:33,847 INFO     MainThread: Started query 074455afa842dc0f:a5fc39f100000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:33,910 INFO     MainThread: Started query d2419c80f8eb6afb:28a557fd00000000
-- executing against localhost:21000
SET timezone=CET;

-- 2019-04-18 06:26:33,915 INFO     MainThread: Started query ef4a31c03cec89f6:225d9eb700000000
-- executing against localhost:21000

select cast(0 as timestamp);

-- 2019-04-18 06:26:33,924 INFO     MainThread: Started query a24961416978aac4:af46ee6f00000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:33,987 INFO     MainThread: Started query 4943505c1f09f1a2:7a1a82a500000000
-- executing against localhost:21000
SET timezone=&quot;America/Los_Angeles&quot;;

-- 2019-04-18 06:26:33,992 INFO     MainThread: Started query 1c41d87c1f7be109:0b264fdd00000000
-- executing against localhost:21000

select cast(0 as timestamp);

-- 2019-04-18 06:26:34,000 INFO     MainThread: Started query 0c4814bdd21aab85:3540734300000000
-- executing against localhost:21000
SET TIMEZONE=&quot;UTC&quot;;

-- 2019-04-18 06:26:34,064 INFO     MainThread: Started query 344bc85129ed6a11:b47fac1700000000
</system-err></testcase><testcase classname="custom_cluster.test_mem_reservations.TestMemReservations" file="custom_cluster/test_mem_reservations.py" line="31" name="test_per_backend_min_reservation[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="23.5528440475"><system-err>-- 2019-04-18 06:26:34,068 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--buffer_pool_limit=2g --memory_maintenance_sleep_time_ms=100 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:26:34 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:26:35 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:26:36 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:26:36 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:26:36 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:26:39 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:26:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:39 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:26:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:40 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:26:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:26:41 MainThread: num_known_live_backends has reached value: 3
06:26:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:26:42 MainThread: num_known_live_backends has reached value: 3
06:26:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:26:42 MainThread: num_known_live_backends has reached value: 3
06:26:43 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:26:43,262 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:26:43,263 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:26:43,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:43,266 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:26:43,266 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:26:43,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:43,267 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:26:43,268 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:26:43,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:43,269 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:26:43,270 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:26:43,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:43,271 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_mem_reservations.py::TestMemReservations::()::test_per_backend_min_reservation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c0f910&gt;
-- 2019-04-18 06:26:43,391 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_mem_reservations.py::TestMemReservations::()::test_per_backend_min_reservation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_mem_reservations.py::TestMemReservations::()::test_per_backend_min_reservation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_mem_reservations.py::TestMemReservations::()::test_per_backend_min_reservation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
SET MIN_SPILLABLE_BUFFER_SIZE=67108864;
SET DEFAULT_SPILLABLE_BUFFER_SIZE=67108864;
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

SET client_identifier=custom_cluster/test_mem_reservations.py::TestMemReservations::()::test_per_backend_min_reservation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
SET MIN_SPILLABLE_BUFFER_SIZE=67108864;
SET DEFAULT_SPILLABLE_BUFFER_SIZE=67108864;
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:44,236 INFO     Thread-99: Started query e0449fdd8b33e307:454d7da600000000
-- 2019-04-18 06:26:44,282 INFO     Thread-100: Started query 58403ba7c66bbef5:a8bc1ebc00000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:44,771 INFO     Thread-100: Started query 2040ed24babc37dc:66f2424500000000
-- 2019-04-18 06:26:44,779 INFO     Thread-99: Started query 7445c71a7833bac8:73f063e000000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:45,084 INFO     Thread-100: Started query 334f633af09ec472:4073275b00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:45,151 INFO     Thread-99: Started query 6d482cfa7899f936:d9f1b95100000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:45,402 INFO     Thread-100: Started query b64b0e02d875f423:a6df763d00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:45,467 INFO     Thread-99: Started query ea445bce0c863564:c8b226d600000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:45,720 INFO     Thread-100: Started query 7640857691fb42b8:115a4bb900000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:45,778 INFO     Thread-99: Started query 914d80bedd509296:729ed41900000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:46,032 INFO     Thread-100: Started query 6542363e98023089:57482de000000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:46,090 INFO     Thread-99: Started query 1441d08a1b31266f:5324e95700000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:46,336 INFO     Thread-100: Started query 804bba34000a88f6:684b2fcd00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:46,396 INFO     Thread-99: Started query 044e33b14b4d75c3:6ea7f39f00000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:46,638 INFO     Thread-100: Started query 6d49abf3ad74b92c:e13f1dd800000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:46,708 INFO     Thread-99: Started query cf4436d2624024ff:76d6eccb00000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:46,993 INFO     Thread-100: Started query c842dae1e8fc7a35:f669e67700000000
-- 2019-04-18 06:26:47,017 INFO     Thread-99: Started query 1745aac42943fbc8:04506b3100000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:47,292 INFO     Thread-100: Started query 9946206e9b3818f1:491125c500000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:47,321 INFO     Thread-99: Started query e5407353b47b6f4e:cff06ff300000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:47,595 INFO     Thread-100: Started query 414a09d67fb94acf:16ab641000000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:47,627 INFO     Thread-99: Started query 9a42def3732af9f7:653678a600000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:47,894 INFO     Thread-100: Started query 9b4a17771995913d:a2b6d7f700000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:47,930 INFO     Thread-99: Started query 7d4d011e68011365:65dcb3eb00000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:48,192 INFO     Thread-100: Started query b24c33c0f945ec31:fc9ac5aa00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:48,229 INFO     Thread-99: Started query e94f34adaf74b7ce:d78fc3e900000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:48,490 INFO     Thread-100: Started query 7c44e1d3fc0c4808:19b8988c00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:48,529 INFO     Thread-99: Started query e243af35fe520a02:d0446b4700000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:48,788 INFO     Thread-100: Started query d748119acc9ef2af:d441368a00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:48,830 INFO     Thread-99: Started query 9b4496a5ca7f63af:5e89dae900000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:49,091 INFO     Thread-100: Started query cf49f62e2ab27e0e:8439ac1400000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:49,132 INFO     Thread-99: Started query 194ca8a202af2124:b625749c00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:49,428 INFO     Thread-99: Started query e040e6dc372b5d45:b1149a7400000000
-- 2019-04-18 06:26:49,443 INFO     Thread-100: Started query 9140d815da363ef5:ba7c2aea00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:49,726 INFO     Thread-99: Started query 264119cbcca22541:94cc532300000000
-- 2019-04-18 06:26:49,747 INFO     Thread-100: Started query cd4a91ff8cea0f1a:5cdbc35000000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:50,024 INFO     Thread-99: Started query 2c487a390ca8c5e1:c35988a400000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:50,048 INFO     Thread-100: Started query 8b4e5a1749be6204:3497b6a100000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:50,320 INFO     Thread-99: Started query a845b093eaae59de:02f77fc100000000
-- executing against ip-172-31-13-181:21001

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:50,349 INFO     Thread-100: Started query 8a4720f880e929f7:57e31af600000000
-- closing connection to: ip-172-31-13-181:21000
-- closing connection to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_mem_reservations.py::TestMemReservations::()::test_per_backend_min_reservation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
SET client_identifier=custom_cluster/test_mem_reservations.py::TestMemReservations::()::test_per_backend_min_reservation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21000
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_mem_reservations.py::TestMemReservations::()::test_per_backend_min_reservation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
SET MIN_SPILLABLE_BUFFER_SIZE=67108864;
SET client_identifier=custom_cluster/test_mem_reservations.py::TestMemReservations::()::test_per_backend_min_reservation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
SET DEFAULT_SPILLABLE_BUFFER_SIZE=67108864;
SET MIN_SPILLABLE_BUFFER_SIZE=67108864;
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

SET DEFAULT_SPILLABLE_BUFFER_SIZE=67108864;
-- executing against ip-172-31-13-181:21001

    select count(*)
    from (select distinct * from functional.alltypes) v;

-- 2019-04-18 06:26:50,702 INFO     Thread-101: Started query b04cfa98b118b5e1:8018c53c00000000
-- 2019-04-18 06:26:50,708 INFO     Thread-102: Started query fc4f8e158e66b558:1565c6bf00000000
-- closing connection to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:51,000 INFO     Thread-101: Started query aa4dcc2baca7171d:41b4a5e700000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:51,297 INFO     Thread-101: Started query c04d2916de644afb:601dc50100000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:51,593 INFO     Thread-101: Started query b541a09c055e323f:c92cf19100000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:51,888 INFO     Thread-101: Started query cc4da8b7e35f547e:394c9c0500000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:52,185 INFO     Thread-101: Started query 2a463c3cf4178a89:02e64dd500000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:52,480 INFO     Thread-101: Started query 1b4771d73ad9a348:6a87a04d00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:52,776 INFO     Thread-101: Started query f746855142734d16:55d9927f00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:53,071 INFO     Thread-101: Started query a34d998ca1246a67:f84214be00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:53,366 INFO     Thread-101: Started query c04a7ff5630dbdfd:57fe80fb00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:53,662 INFO     Thread-101: Started query 5b4d59db9891f734:bfe0d87100000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:53,958 INFO     Thread-101: Started query 7f473f800ec16045:8039db4500000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:54,252 INFO     Thread-101: Started query fb43315002ba573e:e840db4200000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:54,546 INFO     Thread-101: Started query d74243d262ccea45:fe8aaf1500000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:54,841 INFO     Thread-101: Started query 5c4b7ddefdf89ce7:7fede00700000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:55,136 INFO     Thread-101: Started query 8d433ce7b7ff48a9:1ba5673500000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:55,431 INFO     Thread-101: Started query ef48c6186ef98598:d367168f00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:55,726 INFO     Thread-101: Started query f8487c12aba18a8c:e812e53d00000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:56,020 INFO     Thread-101: Started query a54e141231cae35d:025c237000000000
-- executing against ip-172-31-13-181:21000

    select max(t.c1), avg(t.c2), min(t.c3), avg(c4), avg(c5), avg(c6)
    from (select
        max(tinyint_col) over (order by int_col) c1,
        avg(tinyint_col) over (order by smallint_col) c2,
        min(tinyint_col) over (order by smallint_col desc) c3,
        rank() over (order by int_col desc) c4,
        dense_rank() over (order by bigint_col) c5,
        first_value(tinyint_col) over (order by bigint_col desc) c6
        from functional.alltypes) t;
        ;

-- 2019-04-18 06:26:56,314 INFO     Thread-101: Started query e546a7f9b1d0b86e:79b45ef200000000
-- closing connection to: ip-172-31-13-181:21000
-- 2019-04-18 06:26:56,593 INFO     MainThread: Query failed with error: ImpalaBeeswaxException:
 Query aborted:ExecQueryFInstances rpc query_id=fc4f8e158e66b558:1565c6bf00000000 failed: Failed to get minimum memory reservation of 2.13 GB on daemon ip-172-31-13-181:22000 for query fc4f8e158e66b558:1565c6bf00000000 due to following error: Failed to increase reservation by 2.13 GB because it would exceed the applicable reservation limit for the &quot;Process&quot; ReservationTracker: reservation_limit=2.00 GB reservation=0 used_reservation=0 child_reservations=0
The top 5 queries that allocated memory under this tracker are:
Query(fc4f8e158e66b558:1565c6bf00000000): Reservation=0 ReservationLimit=9.60 GB OtherMemory=0 Total=0 Peak=0

Memory is likely oversubscribed. Reducing query concurrency or configuring admission control may help avoid this error.



-- 2019-04-18 06:26:56,593 INFO     MainThread: 
    select count(*)
    from (select distinct * from functional.alltypes) v
-- 2019-04-18 06:26:56,593 INFO     MainThread: Getting metric: buffer-pool.free-buffers from ip-172-31-13-181:25000
-- 2019-04-18 06:26:56,594 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:56,597 INFO     MainThread: Waiting for metric value &apos;buffer-pool.free-buffers&apos;=0. Current value: 7
-- 2019-04-18 06:26:56,597 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:26:57,599 INFO     MainThread: Getting metric: buffer-pool.free-buffers from ip-172-31-13-181:25000
-- 2019-04-18 06:26:57,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:57,603 INFO     MainThread: Metric &apos;buffer-pool.free-buffers&apos; has reached desired value: 0
-- 2019-04-18 06:26:57,603 INFO     MainThread: Getting metric: buffer-pool.free-buffer-bytes from ip-172-31-13-181:25000
-- 2019-04-18 06:26:57,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:57,606 INFO     MainThread: Metric &apos;buffer-pool.free-buffer-bytes&apos; has reached desired value: 0
-- 2019-04-18 06:26:57,606 INFO     MainThread: Getting metric: buffer-pool.free-buffers from ip-172-31-13-181:25001
-- 2019-04-18 06:26:57,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:57,610 INFO     MainThread: Metric &apos;buffer-pool.free-buffers&apos; has reached desired value: 0
-- 2019-04-18 06:26:57,610 INFO     MainThread: Getting metric: buffer-pool.free-buffer-bytes from ip-172-31-13-181:25001
-- 2019-04-18 06:26:57,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:57,613 INFO     MainThread: Metric &apos;buffer-pool.free-buffer-bytes&apos; has reached desired value: 0
-- 2019-04-18 06:26:57,613 INFO     MainThread: Getting metric: buffer-pool.free-buffers from ip-172-31-13-181:25002
-- 2019-04-18 06:26:57,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:57,617 INFO     MainThread: Metric &apos;buffer-pool.free-buffers&apos; has reached desired value: 0
-- 2019-04-18 06:26:57,617 INFO     MainThread: Getting metric: buffer-pool.free-buffer-bytes from ip-172-31-13-181:25002
-- 2019-04-18 06:26:57,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:26:57,620 INFO     MainThread: Metric &apos;buffer-pool.free-buffer-bytes&apos; has reached desired value: 0
</system-err></testcase><testcase classname="custom_cluster.test_metadata_replicas.TestMetadataReplicas" file="custom_cluster/test_metadata_replicas.py" line="41" name="test_start" time="21.5448229313"><system-err>-- 2019-04-18 06:26:57,623 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:26:58 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:26:59 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:27:00 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:27:00 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:27:00 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:27:03 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:27:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:27:03 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:27:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:27:04 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:27:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:27:05 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:27:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:27:06 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:27:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:27:07 MainThread: num_known_live_backends has reached value: 3
06:27:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:27:07 MainThread: num_known_live_backends has reached value: 3
06:27:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:27:08 MainThread: num_known_live_backends has reached value: 3
06:27:08 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:27:08,804 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:27:08,805 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:27:08,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,808 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:27:08,808 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:27:08,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,809 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:27:08,810 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:27:08,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,811 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:27:08,812 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:27:08,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,813 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_metadata_replicas.py::TestMetadataReplicas::()::test_start;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4be8850&gt;
-- 2019-04-18 06:27:08,927 INFO     MainThread: Closing active operation
-- 2019-04-18 06:27:08,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:08,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,014 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,016 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,020 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,030 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,032 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,034 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,132 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,134 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,136 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,138 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,140 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,142 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,148 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,168 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,181 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,183 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,187 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,189 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,191 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,193 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,195 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,220 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,289 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,291 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,332 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,376 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,422 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,424 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,491 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,493 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,495 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,497 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,499 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,501 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,503 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,505 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,507 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,509 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,511 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,513 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,515 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,517 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,560 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,562 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,566 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,572 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,576 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,578 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,580 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,582 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,605 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,643 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,645 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,649 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,664 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,668 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,727 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,733 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,759 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,765 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,769 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,811 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,813 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,817 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,850 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,852 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,854 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,856 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,886 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,888 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,890 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,892 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,894 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,896 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,898 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,902 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,906 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,908 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,934 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,996 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,998 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:09,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,020 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,030 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,032 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,034 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,036 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,038 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,040 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,042 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,095 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,132 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,134 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,168 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,181 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,183 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,187 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,230 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,232 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,234 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,236 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,242 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,244 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,246 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,248 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,259 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,261 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,265 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,269 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,316 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,318 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,322 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,324 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,353 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,357 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,359 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,361 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,363 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,376 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,378 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,380 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,382 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,384 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,386 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,407 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,422 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,424 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,475 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,481 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,485 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,487 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,497 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,499 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,501 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,503 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,509 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,511 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,513 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,515 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,517 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,519 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,521 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,523 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,550 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,572 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,576 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,578 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,580 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,582 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,586 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,605 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,625 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,727 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,733 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,759 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,765 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,769 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,776 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,850 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,852 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,868 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,870 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,872 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,876 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,878 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,882 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,902 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,906 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,908 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,916 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,934 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,996 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:10,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,016 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,020 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,030 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,032 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,034 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,036 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,038 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,067 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,132 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,148 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,181 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,183 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,242 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,244 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,246 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,248 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,250 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,252 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,269 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,271 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,279 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,281 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,283 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,287 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,340 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,342 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,369 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,375 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,398 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,400 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,550 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,556 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,558 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,560 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,562 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,566 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,572 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,576 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,605 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,613 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,617 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,621 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,625 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,734 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,766 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,768 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,769 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,811 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,813 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,817 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,843 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,949 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:11,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,067 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,114 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,157 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,161 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,220 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,259 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,332 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,340 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,342 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,369 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,375 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,407 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,413 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,550 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,556 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,558 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,560 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,562 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,573 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,605 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,613 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,617 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,621 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,630 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,664 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,668 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,711 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,713 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,727 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,733 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,739 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,745 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,751 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,759 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,765 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,769 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,820 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,828 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,850 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,852 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,854 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,856 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,858 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,860 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,862 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,864 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,866 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,868 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,870 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,872 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,876 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,878 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,882 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,886 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,888 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,890 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,892 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,894 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,896 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,898 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,902 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,906 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,908 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,916 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,922 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,924 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,926 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,928 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,930 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,932 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,934 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:12,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,020 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,030 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,032 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,034 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,036 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,038 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,040 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,042 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,044 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,046 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,048 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,050 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,054 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,058 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,060 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,157 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,161 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,174 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,176 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,220 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,259 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,261 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,265 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,269 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,271 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,279 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,316 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,318 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,322 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,324 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,332 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,340 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,342 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,369 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,375 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,407 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,413 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,453 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,457 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,459 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,461 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,467 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,475 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,527 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,529 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,531 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,533 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,535 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,562 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,566 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,572 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,576 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,578 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,580 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,582 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,586 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,590 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,592 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,594 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,596 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,598 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,625 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,643 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,645 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,649 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,651 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,653 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,655 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,711 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,734 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,751 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,759 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,765 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,769 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,820 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,828 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,850 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,852 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,854 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,856 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,858 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,860 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,862 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,864 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,866 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,868 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,870 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,872 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,876 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,878 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,882 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,886 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,888 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,890 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,892 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,894 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,896 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,898 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,902 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,906 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,908 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,916 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,949 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:13,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,006 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,008 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,010 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,012 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,016 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,020 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,030 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,032 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,034 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,036 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,038 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,048 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,079 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,093 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,095 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,114 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,132 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,134 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,136 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,138 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,140 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,142 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,148 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,157 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,161 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,181 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,183 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,187 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,189 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,191 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,193 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,195 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,197 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,199 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,201 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,203 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,205 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,207 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,259 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,261 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,265 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,269 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,271 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,279 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,281 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,283 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,287 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,289 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,291 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,353 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,357 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,359 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,361 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,363 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,365 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,367 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,369 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,375 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,407 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,413 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,440 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,442 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,444 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,446 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,550 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,556 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,558 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,560 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,562 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,566 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,572 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,580 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,582 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,586 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,590 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,592 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,594 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,596 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,598 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,613 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,617 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,621 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,625 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,643 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,645 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,649 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,651 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,653 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,655 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,734 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,766 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,768 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,776 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,817 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,843 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,916 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,922 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,924 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,926 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,928 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,930 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,932 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,934 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,960 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,964 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,966 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,968 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,970 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:14,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,042 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,044 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,046 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,048 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,050 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,054 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,058 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,060 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,114 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,136 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,138 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,140 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,142 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,148 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,168 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,174 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,176 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,220 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,230 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,232 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,234 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,236 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,242 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,244 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,246 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,248 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,250 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,252 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,316 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,318 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,322 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,324 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,332 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,340 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,342 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,376 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,378 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,380 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,382 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,384 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,386 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,388 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,390 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,407 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,413 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,453 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,457 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,459 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,461 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,467 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,475 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,481 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,485 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,487 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,489 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,491 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,493 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,495 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,497 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,499 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,501 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,503 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,505 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,507 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,509 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,511 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,513 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,515 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,517 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,519 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,521 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,523 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,525 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,527 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,529 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,531 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,533 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,535 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,569 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,573 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,605 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,613 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,617 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,621 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,630 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,664 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,668 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,711 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,713 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,727 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,733 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,739 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,745 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,751 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,759 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,765 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,768 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,776 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,820 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,843 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,908 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,916 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,922 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,924 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,926 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,928 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,930 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,932 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,934 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,960 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,964 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,966 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:15,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,038 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,040 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,042 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,044 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,046 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,048 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,050 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,054 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,058 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,060 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,114 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,157 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,161 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,181 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,183 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,187 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,189 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,191 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,193 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,195 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,197 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,199 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,201 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,203 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,205 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,207 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,242 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,244 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,246 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,248 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,250 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,252 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,316 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,318 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,322 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,324 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,353 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,357 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,359 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,361 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,363 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,365 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,367 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,369 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,375 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,407 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,413 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,432 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,434 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,436 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,438 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,440 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,442 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,444 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,446 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,448 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,550 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,586 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,590 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,592 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,594 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,596 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,598 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,630 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,664 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,668 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,711 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,713 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,820 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,828 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,949 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:16,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,067 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,073 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,079 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,085 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,091 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,093 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,095 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,168 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,174 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,176 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,220 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,230 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,232 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,234 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,236 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,242 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,244 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,246 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,248 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,250 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,252 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,279 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,281 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,287 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,289 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,291 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,353 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,357 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,359 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,361 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,363 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,365 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,367 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,369 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,375 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,407 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,413 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,453 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,457 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,459 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,523 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,525 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,527 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,529 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,531 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,533 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,535 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,569 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,573 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,576 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,578 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,580 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,586 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,590 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,592 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,594 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,596 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,598 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,630 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,649 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,651 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,653 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,655 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,734 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,745 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,751 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,759 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,765 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,769 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,811 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,813 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,817 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,850 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,852 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,854 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,856 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,858 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,860 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,862 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,864 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,866 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,868 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,870 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,872 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,876 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,878 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,882 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,886 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,888 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,890 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,892 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,894 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,896 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,898 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,902 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,908 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,949 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,960 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,964 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,966 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,968 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,970 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,996 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:17,998 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,000 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,002 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,004 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,006 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,008 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,010 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,012 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,014 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,016 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,020 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,030 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,032 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,034 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,036 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,067 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,073 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,079 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,085 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,091 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,093 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,095 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,132 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,134 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,136 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,138 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,140 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,142 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,148 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,168 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,174 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,176 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,187 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,189 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,191 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,193 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,195 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,197 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,199 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,201 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,203 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,205 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,207 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,234 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,236 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,242 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,244 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,246 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,248 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,250 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,252 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,291 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,353 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,357 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,359 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,361 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,363 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,365 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,367 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,369 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,376 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,378 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,380 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,382 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,384 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,386 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,388 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,390 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,398 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,400 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,422 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,424 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,432 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,434 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,436 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,438 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,440 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,442 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,444 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,446 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,448 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,467 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,475 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,481 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,485 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,487 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,489 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,491 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,493 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,495 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,497 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,499 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,569 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,573 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,605 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,613 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,617 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,621 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,625 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,664 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,668 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,711 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,713 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,727 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,733 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,739 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,745 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,751 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,766 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,768 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,776 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,820 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,828 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,843 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,862 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,864 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,866 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,922 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,924 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,926 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,928 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,930 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,932 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,934 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,960 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,964 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,966 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,968 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,970 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:18,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,042 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,044 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,046 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,048 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,050 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,054 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,058 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,060 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,114 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,157 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:19,161 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_metadata_replicas.TestMetadataReplicas" file="custom_cluster/test_metadata_replicas.py" line="47" name="test_catalog_restart" time="47.0332350731"><system-out>Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
</system-out><system-err>-- 2019-04-18 06:27:19,180 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:27:19 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:27:20 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:27:21 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:27:21 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:27:21 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:27:24 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:27:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:27:24 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:27:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:27:25 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:27:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:27:26 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:27:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:27:27 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:27:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:27:28 MainThread: num_known_live_backends has reached value: 3
06:27:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:27:29 MainThread: num_known_live_backends has reached value: 3
06:27:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:27:29 MainThread: num_known_live_backends has reached value: 3
06:27:30 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:27:30,356 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:27:30,356 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:27:30,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:30,359 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:27:30,359 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:27:30,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:30,361 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:27:30,361 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:27:30,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:30,363 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:27:30,363 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:27:30,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:30,365 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_metadata_replicas.py::TestMetadataReplicas::()::test_catalog_restart;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c028d0&gt;
-- 2019-04-18 06:27:30,482 INFO     MainThread: Closing active operation
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:34,767 INFO     MainThread: Started query d741ef4e04f8ff93:b211fdd200000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:34,821 INFO     MainThread: Started query 814749c8980bfd78:5025c60700000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:34,857 INFO     MainThread: Started query 0646987ffd013200:ed598ec900000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:34,893 INFO     MainThread: Started query 5146e354a5ad98dc:63fb7ed900000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:34,927 INFO     MainThread: Started query 154ed7ea09e8ddac:2a2bb36a00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:34,963 INFO     MainThread: Started query 7043bea0c7a91d50:fbd2d2d100000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:34,998 INFO     MainThread: Started query 4c4d301ae514cc65:c79f98e400000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,033 INFO     MainThread: Started query 214888b09bc11877:ab71af7f00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,068 INFO     MainThread: Started query 29419c332a70d978:b961a93f00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,079 INFO     MainThread: Started query 7c4a1790c8890d21:05c8012000000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,090 INFO     MainThread: Started query 484e1705f051ef5c:85f8887000000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,100 INFO     MainThread: Started query 3143e84ec1a6807f:4aee61c500000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,111 INFO     MainThread: Started query 7449d5389cb51e20:e94e391e00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,121 INFO     MainThread: Started query 6c4a66ebefa1019a:7735a7cb00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,132 INFO     MainThread: Started query 2f45807155e71e77:b8a7a8ab00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,143 INFO     MainThread: Started query b342dbf26b44671e:bd94350c00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,153 INFO     MainThread: Started query e54bab4c9e605c01:a0a3a6fa00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,164 INFO     MainThread: Started query 4441c062f93fe649:3ad8ad1700000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,174 INFO     MainThread: Started query f5425800c2d3bbba:eefc70dc00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,185 INFO     MainThread: Started query 814d00dd55a75f5e:84a7637000000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,196 INFO     MainThread: Started query 624fdea23bc75fb1:6c6f948300000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,206 INFO     MainThread: Started query ff4fd0e9614e29aa:8e989ab200000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,216 INFO     MainThread: Started query e641f51624d93253:64a8371b00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,227 INFO     MainThread: Started query 044965ac0f3db428:68cf6cb600000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,237 INFO     MainThread: Started query 5145c512ddeab3cc:9fd392a700000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,248 INFO     MainThread: Started query 284cfc5ae7348fd1:db9538c800000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,259 INFO     MainThread: Started query 3545509afa6e1e9e:6b3ca3a900000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,269 INFO     MainThread: Started query 5d4ff2ecaf2f7cdf:3c6d2ed900000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,280 INFO     MainThread: Started query f64c31c0a6890a15:61b2c5c700000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,290 INFO     MainThread: Started query 7f459a7af3449982:dea4ace800000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,302 INFO     MainThread: Started query 8e4722f91c3d1554:acd1d40a00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,312 INFO     MainThread: Started query 6a4dbc9a38e631ef:0f1b37c300000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,323 INFO     MainThread: Started query 21489979440470f6:6153f2c200000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,333 INFO     MainThread: Started query 2346fbef6d710dc2:2a7fa06300000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,343 INFO     MainThread: Started query ab4f2139f5df0966:2dcd9e2d00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,354 INFO     MainThread: Started query b04572248ee12a6b:2eb7479b00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,364 INFO     MainThread: Started query ed4d61aa95cf040f:ef79536c00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,374 INFO     MainThread: Started query a248fd5f6f86db52:5fc3091b00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,385 INFO     MainThread: Started query 5245b9e82bc78409:1e11d7d700000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,395 INFO     MainThread: Started query 6c4d9df2a4f691db:04ea5dd400000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,405 INFO     MainThread: Started query 274b6e9a38d82245:9d68eae300000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,416 INFO     MainThread: Started query 084c181e5cc86496:9476a97000000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,426 INFO     MainThread: Started query a24fbf592004244a:510e2e2200000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,436 INFO     MainThread: Started query 2a41347607d6a28c:4cb9a9bd00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,446 INFO     MainThread: Started query b84171b78d3b529a:d02a014b00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,457 INFO     MainThread: Started query 22436cef3b35ba57:d6467b3500000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,468 INFO     MainThread: Started query 5b4449369b14f059:b045162a00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,478 INFO     MainThread: Started query fd489f525020da26:d0d154a100000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,488 INFO     MainThread: Started query 1147ea08576a4c34:ecfabf0b00000000
-- executing against localhost:21000
invalidate metadata functional.alltypes;

-- 2019-04-18 06:27:35,498 INFO     MainThread: Started query 684a7f99ab5c327f:93a99eea00000000
-- 2019-04-18 06:27:35,501 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against localhost:21000
invalidate metadata test_catalog_restart_3b16a7b9.x;

-- 2019-04-18 06:27:40,181 INFO     MainThread: Started query 51426983543dc7b1:02fe00f200000000
-- executing against localhost:21000
show tables in test_catalog_restart_3b16a7b9;

-- 2019-04-18 06:27:40,195 INFO     MainThread: Started query 244da8559ec93633:d188a8f900000000
-- 2019-04-18 06:27:40,220 INFO     MainThread: Killing &lt;CatalogdProcess PID: 51453 (/home/ubuntu/Impala/be/build/latest/service/catalogd -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=catalogd -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -kudu_master_hosts localhost)&gt; with signal 9
-- 2019-04-18 06:27:44,688 INFO     MainThread: Starting Catalogd process: [&apos;-logbufsecs=5&apos;, &apos;-v=1&apos;, &apos;-max_log_files=0&apos;, &apos;-log_filename=catalogd&apos;, &apos;-log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests&apos;, &apos;-kudu_master_hosts&apos;, &apos;localhost&apos;]
-- 2019-04-18 06:27:44,693 INFO     MainThread: Getting metric: statestore-subscriber.connected from ip-172-31-13-181:25020
-- 2019-04-18 06:27:44,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:44,695 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.ERROR
-- 2019-04-18 06:27:45,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:45,699 INFO     MainThread: Waiting for metric value &apos;statestore-subscriber.connected&apos;=1. Current value: None
-- 2019-04-18 06:27:45,699 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:27:46,700 INFO     MainThread: Getting metric: statestore-subscriber.connected from ip-172-31-13-181:25020
-- 2019-04-18 06:27:46,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:46,703 INFO     MainThread: Waiting for metric value &apos;statestore-subscriber.connected&apos;=1. Current value: None
-- 2019-04-18 06:27:46,703 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:27:47,705 INFO     MainThread: Getting metric: statestore-subscriber.connected from ip-172-31-13-181:25020
-- 2019-04-18 06:27:47,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:47,708 INFO     MainThread: Metric &apos;statestore-subscriber.connected&apos; has reached desired value: True
-- 2019-04-18 06:27:47,732 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:27:47,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:47,762 INFO     MainThread: Getting metric: catalog.curr-version from ip-172-31-13-181:25000
-- 2019-04-18 06:27:47,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:47,766 INFO     MainThread: Waiting for metric value &apos;catalog.curr-version&apos;=1282. Current value: 1331
-- 2019-04-18 06:27:47,766 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:27:48,766 INFO     MainThread: Getting metric: catalog.curr-version from ip-172-31-13-181:25000
-- 2019-04-18 06:27:48,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:48,770 INFO     MainThread: Waiting for metric value &apos;catalog.curr-version&apos;=1282. Current value: 1331
-- 2019-04-18 06:27:48,770 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:27:49,771 INFO     MainThread: Getting metric: catalog.curr-version from ip-172-31-13-181:25000
-- 2019-04-18 06:27:49,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:49,775 INFO     MainThread: Waiting for metric value &apos;catalog.curr-version&apos;=1282. Current value: 1331
-- 2019-04-18 06:27:49,775 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:27:50,777 INFO     MainThread: Getting metric: catalog.curr-version from ip-172-31-13-181:25000
-- 2019-04-18 06:27:50,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:50,781 INFO     MainThread: Waiting for metric value &apos;catalog.curr-version&apos;=1282. Current value: 1331
-- 2019-04-18 06:27:50,781 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:27:51,782 INFO     MainThread: Getting metric: catalog.curr-version from ip-172-31-13-181:25000
-- 2019-04-18 06:27:51,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,786 INFO     MainThread: Metric &apos;catalog.curr-version&apos; has reached desired value: 1282
-- 2019-04-18 06:27:51,786 INFO     MainThread: Getting metric: catalog.curr-version from ip-172-31-13-181:25001
-- 2019-04-18 06:27:51,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,790 INFO     MainThread: Metric &apos;catalog.curr-version&apos; has reached desired value: 1282
-- 2019-04-18 06:27:51,790 INFO     MainThread: Getting metric: catalog.curr-version from ip-172-31-13-181:25002
-- 2019-04-18 06:27:51,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,793 INFO     MainThread: Metric &apos;catalog.curr-version&apos; has reached desired value: 1282
-- 2019-04-18 06:27:51,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,820 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,828 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,888 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,890 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,892 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,894 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,896 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,898 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,902 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,906 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,908 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,960 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,964 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,966 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,968 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,970 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:51,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,008 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,010 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,012 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,014 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,016 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,067 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,073 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,079 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,085 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,148 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,168 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,181 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,183 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,187 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,189 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,191 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,242 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,244 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,246 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,248 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,250 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,252 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,265 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,269 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,271 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,279 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,281 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,283 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,287 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,289 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,291 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,316 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,318 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,322 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,324 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,375 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,398 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,400 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,481 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,485 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,487 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,489 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,491 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,493 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,495 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,497 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,499 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,501 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,523 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,525 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,527 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,529 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,531 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,533 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,535 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,550 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,556 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,558 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,560 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,562 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,566 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,572 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,576 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,578 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,643 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,645 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,649 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,651 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,653 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,655 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,664 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,668 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,713 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,727 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,734 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,765 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,769 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,811 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,813 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,817 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,820 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,828 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,843 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,854 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,856 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,858 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,860 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,862 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,864 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,866 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,868 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,870 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,872 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,902 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,906 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,908 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,916 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:52,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,010 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,012 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,014 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,016 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,020 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,030 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,032 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,058 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,060 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,079 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,085 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,091 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,093 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,095 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,114 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,148 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,201 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,203 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,205 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,207 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,220 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,230 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,232 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,234 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,236 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,279 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,281 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,283 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,287 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,289 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,291 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,340 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,342 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,376 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,400 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,444 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,446 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,448 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,475 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,481 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,485 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,487 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,489 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,515 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,517 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,519 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,521 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,523 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,525 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,527 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,529 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,531 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,533 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,535 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,550 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,556 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,558 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,569 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,573 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,586 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,590 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,592 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,594 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,596 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,598 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,613 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,617 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,621 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,625 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,711 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,713 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,733 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,739 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,745 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,751 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,766 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,768 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,820 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,850 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,852 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,854 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,872 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,876 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,878 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,882 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,886 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,888 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,890 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,906 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,908 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,916 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,996 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:53,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,014 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,016 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,020 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,048 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,050 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,054 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,058 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,060 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,067 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,073 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,079 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,132 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,134 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,136 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,168 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,181 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,183 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,201 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,203 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,205 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,207 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,220 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,248 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,250 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,252 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,353 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,357 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,359 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,361 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,363 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,365 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,367 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,369 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,375 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,388 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,390 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,398 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,400 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,422 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,424 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,432 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,434 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,436 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,438 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,440 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,442 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,444 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,446 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,448 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,503 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,505 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,507 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,509 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,511 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,513 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,515 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,517 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,519 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,521 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,523 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,525 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,527 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,529 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,531 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,533 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,535 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,572 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,576 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,578 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,580 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,582 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,584 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,586 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,590 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,592 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,594 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,596 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,598 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,625 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,643 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,645 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,649 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,651 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,653 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,655 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,727 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,733 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,739 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,745 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,751 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,759 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,765 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,769 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,811 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,813 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,817 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,843 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,876 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,878 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,882 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,886 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,888 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,890 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,892 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,894 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,896 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,898 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,900 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,902 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,904 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,906 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,908 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,910 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,914 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,916 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,918 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,920 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,922 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,924 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,926 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,928 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,930 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,949 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:54,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,010 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,012 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,014 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,016 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,020 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,030 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,032 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,034 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,036 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,038 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,040 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,042 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,044 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,046 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,048 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,050 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,054 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,058 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,060 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,168 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,174 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,176 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,207 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,353 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,357 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,359 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,361 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,363 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,375 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,384 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,386 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,388 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,390 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,398 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,400 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,422 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,424 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,432 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,434 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,436 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,438 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,440 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,442 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,453 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,457 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,459 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,461 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,467 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,475 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,481 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,485 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,487 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,489 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,491 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,569 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,573 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,596 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,598 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,630 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,645 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,651 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,653 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,655 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,734 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,745 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,765 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,769 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,811 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,813 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,817 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,850 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,852 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,854 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,856 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,858 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,860 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,862 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,864 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,866 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,868 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,870 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,872 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,876 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,878 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,882 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,886 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,960 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,964 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,966 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,968 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,970 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,996 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:55,998 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,000 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,002 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,004 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,006 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,008 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,067 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,157 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,161 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,176 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,259 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,261 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,337 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,376 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,378 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,380 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,382 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,384 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,386 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,388 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,390 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,398 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,400 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,453 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,457 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,459 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,461 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,467 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,475 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,481 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,485 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,487 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,489 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,491 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,493 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,495 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,497 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,499 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,569 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,573 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,630 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,664 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,668 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,711 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,713 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,734 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,766 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,768 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,776 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,843 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,970 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,996 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:56,998 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,000 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,002 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,004 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,006 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,008 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,010 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,012 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,014 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,016 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,020 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,067 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,073 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,079 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,085 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,091 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,093 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,095 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,168 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,174 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,176 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,259 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,261 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,265 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,269 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,271 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,279 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,281 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,283 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,316 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,318 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,322 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,324 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,332 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,343 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,345 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,347 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,349 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,351 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,353 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,355 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,357 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,359 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,361 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,363 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,365 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,367 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,369 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,373 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,375 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,379 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,381 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,407 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,413 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,448 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,550 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,556 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,558 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,560 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,562 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,566 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,573 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,605 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,613 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,617 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,621 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,625 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,643 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,645 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,649 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,651 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,653 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,655 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,734 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,745 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,751 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,759 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,763 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,765 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,767 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,769 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,771 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,773 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,817 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,843 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,949 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:57,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,067 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,073 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,079 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,085 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,097 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,099 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,101 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,103 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,145 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,157 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,161 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,220 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,230 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,232 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,234 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,236 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,259 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,261 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,265 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,269 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,271 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,279 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,281 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,283 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,287 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,289 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,291 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,316 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,318 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,322 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,324 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,332 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,340 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,342 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,376 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,378 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,380 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,382 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,384 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,386 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,388 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,390 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,398 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,400 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,407 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,413 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,437 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,439 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,441 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,447 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,449 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,453 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,457 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,459 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,461 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,467 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,569 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,573 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,592 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,594 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,596 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,598 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,630 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,649 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,651 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,653 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,655 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,689 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,734 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,766 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,768 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,811 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,813 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,815 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,817 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,850 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,852 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,854 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,856 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,858 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,860 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,862 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,864 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,866 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,868 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,870 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,872 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,874 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,876 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,878 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,880 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,882 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,884 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,886 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,888 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,890 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,960 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,964 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,966 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,968 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,970 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,996 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:58,998 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,000 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,002 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,044 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,046 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,048 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,050 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,054 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,058 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,060 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,105 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,107 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,117 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,119 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,121 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,125 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,127 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,129 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,133 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,135 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,137 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,139 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,143 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,148 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,164 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,166 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,168 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,170 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,172 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,174 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,176 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,192 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,194 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,196 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,198 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,200 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,202 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,204 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,206 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,208 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,210 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,212 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,214 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,216 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,218 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,220 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,230 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,232 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,234 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,240 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,259 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,261 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,265 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,269 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,271 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,279 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,281 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,283 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,287 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,289 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,291 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,316 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,318 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,322 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,324 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,332 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,340 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,342 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,388 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,390 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,398 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,400 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,422 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,424 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,432 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,434 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,436 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,438 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,440 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,442 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,444 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,446 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,448 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,475 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,481 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,502 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,504 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,506 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,508 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,510 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,512 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,514 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,516 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,518 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,520 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,522 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,524 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,526 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,530 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,536 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,538 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,550 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,556 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,558 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,560 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,562 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,566 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,572 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,605 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,613 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,617 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,621 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,623 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,625 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,627 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,629 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,639 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,641 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,643 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,645 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,664 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,668 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,718 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,720 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,722 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,726 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,728 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,730 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,734 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,736 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,738 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,740 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,742 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,766 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,768 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,776 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,811 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,821 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,823 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,825 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,827 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,829 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,843 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,923 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,933 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,935 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,941 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,943 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,945 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,947 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,949 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,953 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,959 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,961 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,963 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,965 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,967 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,969 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,973 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,979 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,995 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:27:59,999 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,001 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,003 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,005 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,007 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,009 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,011 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,013 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,028 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,030 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,032 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,034 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,036 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,038 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,042 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,044 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,046 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,048 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,050 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,052 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,054 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,056 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,058 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,060 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,062 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,064 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,072 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,074 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,076 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,078 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,080 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,082 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,084 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,086 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,088 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,090 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,092 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,114 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,132 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,134 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,136 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,138 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,140 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,142 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,147 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,149 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,155 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,157 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,161 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,181 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,183 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,187 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,189 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,191 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,193 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,195 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,197 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,199 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,201 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,203 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,205 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,207 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,223 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,225 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,227 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,233 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,249 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,251 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,253 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,255 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,257 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,259 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,261 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,265 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,269 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,271 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,273 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,275 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,277 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,279 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,283 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,285 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,299 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,304 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,314 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,316 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,318 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,322 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,324 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,326 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,328 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,330 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,332 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,340 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,342 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,376 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,378 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,380 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,382 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,384 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,386 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,388 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,390 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,398 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,400 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,402 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,404 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,406 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,408 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,410 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,412 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,414 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,416 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,418 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,420 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,422 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,424 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,430 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,432 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,434 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,436 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,438 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,440 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,442 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,443 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,445 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,448 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,453 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,457 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,459 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,461 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,465 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,467 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,469 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,475 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,477 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,479 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,481 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,483 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,485 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,487 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,489 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,491 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,493 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,495 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,497 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,499 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,501 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,503 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,505 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,507 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,509 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,511 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,513 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,515 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,517 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,519 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,521 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,523 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,525 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,527 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,529 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,531 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,533 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,535 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,553 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,555 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,557 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,559 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,563 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,565 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,567 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,569 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,571 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,573 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,575 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,577 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,579 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,600 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,602 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,604 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,606 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,608 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,612 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,614 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,630 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,654 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,656 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,658 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,660 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,662 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,664 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,668 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,670 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,672 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,674 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,676 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,678 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,680 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,682 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,684 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,691 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,693 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,695 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,703 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,711 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,713 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,727 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,733 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,739 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,745 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,747 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,749 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,751 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,759 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,761 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,766 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,768 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,776 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,788 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,790 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,820 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,828 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,831 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,833 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,835 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,837 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,839 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,841 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,843 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,845 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,913 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,915 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,917 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,919 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,921 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,922 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,925 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,927 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,929 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,931 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,932 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,934 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,936 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,938 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,940 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,944 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,946 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,948 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,950 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,952 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,956 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,958 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,960 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,962 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,964 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,966 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,968 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,970 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,996 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:00,998 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,000 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,002 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,004 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,006 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,008 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,010 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,012 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,014 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,015 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,017 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,021 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,023 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,025 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,027 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,029 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,033 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,035 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,037 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,039 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,041 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,043 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,045 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,047 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,049 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,051 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,053 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,055 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,057 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,059 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,061 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,065 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,067 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,069 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,071 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,073 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,075 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,077 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,079 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,081 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,083 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,085 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,091 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,093 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,094 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,096 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,098 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,100 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,110 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,114 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,120 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,122 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,124 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,126 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,128 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,130 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,132 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,134 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,136 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,138 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,140 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,142 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,144 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,148 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,153 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,158 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,159 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,173 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,175 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,179 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,181 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,183 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,185 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,187 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,189 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,191 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,193 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,195 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,197 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,199 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,201 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,203 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,205 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,207 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,209 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,211 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,213 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,215 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,217 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,219 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,221 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,228 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,230 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,232 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,235 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,237 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,239 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,245 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,247 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,248 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,250 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,252 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,264 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,268 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,270 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,286 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,296 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,298 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,300 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,302 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,309 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,311 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,315 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,317 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,319 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,321 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,329 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,335 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,341 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,342 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,344 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,346 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,348 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,350 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,352 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,354 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,356 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,358 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,360 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,362 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,364 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,366 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,370 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,372 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,376 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,378 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,380 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,382 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,384 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,385 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,387 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,405 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,407 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,409 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,413 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,419 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,423 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,425 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,427 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,429 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,431 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,433 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,435 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,436 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,438 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,440 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,442 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,444 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,446 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,448 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,452 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,454 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,456 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,464 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,466 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,470 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,472 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,476 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,478 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,480 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,482 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,484 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,486 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,488 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,490 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,497 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,499 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,501 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,503 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,505 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,507 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,509 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,511 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,513 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,515 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,517 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,519 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,521 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,523 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,525 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,527 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,529 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,531 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,533 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,535 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,541 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,545 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,547 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,550 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,552 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,556 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,558 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,560 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,562 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,566 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,570 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,572 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,574 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,576 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,578 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,580 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,581 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,583 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,587 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,589 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,591 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,593 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,595 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,597 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,605 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,607 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,609 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,610 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,613 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,616 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,618 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,620 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,622 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,624 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,626 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,628 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,630 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,634 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,636 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,638 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,640 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,644 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,653 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,655 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,669 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,671 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,673 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,675 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,677 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,679 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,681 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,685 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,686 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,688 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,690 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,692 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,696 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,698 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,700 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,704 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,706 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,710 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,715 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,727 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,731 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,733 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,739 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,744 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,746 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,748 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,750 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,754 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,766 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,768 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,770 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,774 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,776 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,778 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,780 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,807 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,809 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,811 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,813 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,814 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,816 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,818 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,820 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,828 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,830 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,832 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,834 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,836 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,838 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,840 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,842 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,844 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,846 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,850 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,855 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,857 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,859 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,861 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,863 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,869 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,871 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,873 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,875 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,877 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,879 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,881 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,883 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,885 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,889 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,891 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,893 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,895 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,897 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,901 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,903 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,905 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,907 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,909 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,911 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:01,912 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:06,203 INFO     MainThread: Killing &lt;CatalogdProcess PID: 53679 (/home/ubuntu/Impala/be/build/latest/service/catalogd -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=catalogd -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -kudu_master_hosts localhost)&gt; with signal 9
</system-err></testcase><testcase classname="custom_cluster.test_mt_dop.TestMtDopFlags" file="custom_cluster/test_mt_dop.py" line="35" name="test_mt_dop_all[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="94.8611278534"><system-err>-- 2019-04-18 06:28:06,225 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--unlock_mt_dop=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:28:06 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:28:07 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:28:08 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:28:08 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:28:08 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:28:11 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:28:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:28:11 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:28:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:28:12 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:28:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:28:13 MainThread: num_known_live_backends has reached value: 3
06:28:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:28:14 MainThread: num_known_live_backends has reached value: 3
06:28:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:28:14 MainThread: num_known_live_backends has reached value: 3
06:28:15 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:28:15,409 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:28:15,409 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:28:15,411 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:15,412 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:28:15,412 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:28:15,413 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:15,414 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:28:15,414 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:28:15,415 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:15,416 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:28:15,416 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:28:15,417 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:28:15,418 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b616d0&gt;
-- 2019-04-18 06:28:15,537 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_mt_dop_all_80d481a4` CASCADE;

-- 2019-04-18 06:28:15,643 INFO     MainThread: Started query d4434d429ee20ef7:9836c74000000000
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_mt_dop_all_80d481a4`;

-- 2019-04-18 06:28:16,083 INFO     MainThread: Started query 3d408b1d1b186b05:8b9ea87600000000
-- 2019-04-18 06:28:16,085 INFO     MainThread: Created database &quot;test_mt_dop_all_80d481a4&quot; for test ID &quot;custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
-- executing against localhost:21000
use functional_parquet;

-- 2019-04-18 06:28:16,091 INFO     MainThread: Started query 5147f6df70138298:f6f3c73a00000000
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
SET mt_dop=4;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select a.timestamp_col from alltypessmall a inner join alltypessmall b on
(a.timestamp_col = b.timestamp_col)
where a.year=2009 and a.month=1 and b.year=2009 and b.month=1;

-- 2019-04-18 06:28:16,793 INFO     MainThread: Started query f9491117298f2516:66b9232a00000000
-- executing against localhost:21000
select j.*, d.* from JoinTbl j inner join DimTbl d on
(j.test_name = d.name AND j.test_zip = d.zip);

-- 2019-04-18 06:28:17,404 INFO     MainThread: Started query a04372a9659330d1:4a7f007100000000
-- executing against localhost:21000
select j.*, d.* from JoinTbl j inner join DimTbl d on
(j.test_zip = d.zip AND j.test_name = d.name);

-- 2019-04-18 06:28:17,895 INFO     MainThread: Started query 624d5d968b517004:9ced414c00000000
-- executing against localhost:21000
select a.smallint_col, b.id, a.tinyint_col, c.id, a.int_col, b.float_col, c.string_col
from alltypesagg a
join alltypessmall b on (a.smallint_col = b.id)
join alltypessmall c on (a.tinyint_col = c.id)
where a.month=1
and a.day=1
and a.int_col &gt; 899
and b.float_col &gt; 4.5
and c.string_col &lt; &apos;7&apos;
and a.int_col + b.float_col + cast(c.string_col as float) &lt; 1000;

-- 2019-04-18 06:28:18,645 INFO     MainThread: Started query 4944cb20ca0731c6:7e91e05000000000
-- executing against localhost:21000
select a.smallint_col, b.id, a.tinyint_col, c.id, a.int_col, b.float_col, c.string_col
from alltypessmall b
join alltypesagg a on (a.smallint_col = b.id)
join alltypessmall c on (a.tinyint_col = c.id)
where a.month=1
and a.day=1
and a.int_col &gt; 899
and b.float_col &gt; 4.5
and c.string_col &lt; &apos;7&apos;
and a.int_col + b.float_col + cast(c.string_col as float) &lt; 1000;

-- 2019-04-18 06:28:19,416 INFO     MainThread: Started query af4d1bb9d22ffbbd:361f362600000000
-- executing against localhost:21000
select * from emptytable t1 join emptytable t2 on (t1.field=t2.field);

-- 2019-04-18 06:28:20,292 INFO     MainThread: Started query e947b40d2bfa030c:5b70d2d500000000
-- executing against localhost:21000
select * from emptytable t1 join greptiny t2 on (t1.field=t2.field);

-- 2019-04-18 06:28:20,849 INFO     MainThread: Started query 524e021e613827a5:c247203800000000
-- executing against localhost:21000
select * from greptiny t1 join emptytable t2 on (t1.field=t2.field);

-- 2019-04-18 06:28:21,232 INFO     MainThread: Started query a245a5448ead26c8:26963e3500000000
-- executing against localhost:21000
select t1.id, t2.id from alltypestiny t1 cross join alltypestiny t2
where (t1.id &lt; 3 and t2.id &lt; 3)
order by t1.id, t2.id limit 100;

-- 2019-04-18 06:28:21,871 INFO     MainThread: Started query 9244235be5670f91:bfb34eeb00000000
-- executing against localhost:21000
select t1.id, e.field from alltypestiny t1 cross join emptytable e;

-- 2019-04-18 06:28:22,122 INFO     MainThread: Started query 294ab8b707c7ae1f:0fb860c300000000
-- executing against localhost:21000
select count(*) from functional.AllTypesSmall t1 cross join functional.AllTypesSmall t2;

-- 2019-04-18 06:28:22,487 INFO     MainThread: Started query 50415728dfd1ab4c:e39228e600000000
-- executing against localhost:21000
select id, tinyint_col, t1.c from functional.alltypesagg
cross join (values(NULL c, 1, 2)) as t1
order by tinyint_col nulls first, id, t1.c
limit 6;

-- 2019-04-18 06:28:22,831 INFO     MainThread: Started query af425640f7667bb8:0522d54e00000000
-- executing against localhost:21000
select t1.id as t1_id, t2_id, t3_id from alltypestiny t1
cross join (select t2.id as t2_id, t3.id as t3_id from alltypestiny t2
            cross join alltypestiny t3) t4
where t1.id &lt; 2 and t2_id &lt; 2 and t3_id &lt; 2
order by t1.id, t2_id, t3_id
limit 10;

-- 2019-04-18 06:28:23,302 INFO     MainThread: Started query 3e48a39ffca8f1ec:21e5fe9000000000
-- executing against localhost:21000
select a.tinyint_col, b.id, a.string_col
from alltypesagg a cross join alltypessmall b
where a.tinyint_col = b.id
and a.month=1
and a.day=1
and a.tinyint_col + b.tinyint_col &lt; 5
and a.string_col &gt; &apos;88&apos;
and b.bool_col = false;

-- 2019-04-18 06:28:23,627 INFO     MainThread: Started query 1a45a9d128de5671:3f0bc36300000000
-- executing against localhost:21000
select a.smallint_col, b.id, a.tinyint_col, c.id, a.int_col, b.float_col, c.string_col, d.id
from alltypesagg a
join alltypessmall b on (a.smallint_col = b.id)
join alltypessmall c on (a.tinyint_col = c.id)
cross join alltypestiny d
where a.month=1
and a.day=1
and a.int_col &gt; 899
and b.float_col &gt; 4.5
and c.string_col &lt; &apos;4&apos;
and a.int_col + b.float_col + cast(c.string_col as float) &lt; 1000
and d.id &lt; 2
order by a.id, b.id, c.id, d.id
limit 100;

-- 2019-04-18 06:28:24,036 INFO     MainThread: Started query c047dc99a5fed01c:eafc185c00000000
-- executing against localhost:21000
select a.x FROM (VALUES(1 x, 1 y)) a FULL OUTER JOIN (VALUES(1 x, 1 y)) b
ON (a.x = b.y) GROUP BY a.x;

-- 2019-04-18 06:28:25,008 INFO     MainThread: Started query 98415c6e9fb67c70:24cba0eb00000000
-- executing against localhost:21000
select 1 FROM (VALUES(1 x, 1 y)) a RIGHT OUTER JOIN (VALUES(1 x, 1 y)) b
ON (a.x = b.y) GROUP BY a.x;

-- 2019-04-18 06:28:25,404 INFO     MainThread: Started query 2d43b354a6cb079b:4300758f00000000
-- executing against localhost:21000
select a.id, b.id, a.string_col, b.string_col
from
  (select id, string_col from functional.alltypessmall
   where year = 2009 and month = 1
   union all
   select id, string_col from functional.alltypessmall
   where year = 2009 and month = 2
   union all
   select 0, &apos;1234&apos;) a
inner join
functional.alltypestiny b
on a.id = b.id
where b.id &lt; 5;

-- 2019-04-18 06:28:25,923 INFO     MainThread: Started query 1d49803df8cb085f:4fa46ea400000000
-- executing against localhost:21000
select a.id, b.id, a.string_col, b.string_col
from
functional.alltypestiny b
left outer join
  (select id, string_col from functional.alltypessmall
   where year = 2009 and month = 1
   union all
   select id, string_col from functional.alltypessmall
   where year = 2009 and month = 2
   union all
   select 0, &apos;1234&apos;) a
on a.id = b.id
where b.id &lt; 5;

-- 2019-04-18 06:28:26,346 INFO     MainThread: Started query c241c52a66de9558:b966681900000000
-- executing against localhost:21000
select a.id, b.id, a.string_col, b.string_col
from
  (select id, string_col from functional.alltypessmall
   where year = 2009 and month = 1
   union all
   select id, string_col from functional.alltypessmall
   where year = 2009 and month = 2
   union all
   select 0, &apos;1234&apos;) a
full outer join
  (select id, string_col from functional.alltypessmall
   where year = 2009 and month = 1
   union all
   select id, string_col from functional.alltypessmall
   where year = 2009 and month = 2
   union all
   select 0, &apos;5678&apos;) b
on a.id = b.id
where b.id &lt; 5;

-- 2019-04-18 06:28:26,716 INFO     MainThread: Started query b94260d5dfa4c79b:21e6b7e000000000
-- executing against localhost:21000
select straight_join count(*) from
(select tinyint_col from functional.alltypessmall
 union distinct
 select tinyint_col from functional.alltypessmall) a
inner join [shuffle]
(select smallint_col from functional.alltypessmall
 union distinct
 select smallint_col from functional.alltypessmall) b
on a.tinyint_col = b.smallint_col;

-- 2019-04-18 06:28:27,071 INFO     MainThread: Started query 0b4443e19eea77bc:5e50104e00000000
-- executing against localhost:21000
select straight_join count(*) from
functional.alltypessmall a
inner join [shuffle]
  (select straight_join t2.* from
   functional.alltypessmall t1
   inner join [shuffle]
   functional.alltypessmall t2
   on t1.tinyint_col = t2.smallint_col) b
on a.int_col = b.smallint_col
inner join [shuffle]
  (select distinct tinyint_col
   from functional.alltypessmall) c
on a.int_col = c.tinyint_col;

-- 2019-04-18 06:28:27,600 INFO     MainThread: Started query 5145076441da59e5:fa6427a700000000
-- executing against localhost:21000
select straight_join count(*) from
functional.alltypessmall a
inner join [broadcast]
  (select straight_join t2.* from
   functional.alltypessmall t1
   inner join [broadcast]
   functional.alltypessmall t2
   on t1.tinyint_col = t2.smallint_col) b
on a.int_col = b.smallint_col
inner join [broadcast]
  (select distinct tinyint_col
   from functional.alltypessmall) c
on a.int_col = c.tinyint_col;

-- 2019-04-18 06:28:28,654 INFO     MainThread: Started query ca4d7a5060243eb9:fb4ffd9b00000000
-- executing against localhost:21000
select COUNT(t1.string_col) AS int_col_1 FROM alltypestiny t1
LEFT JOIN alltypestiny t2 ON t2.date_string_col = t1.string_col
LEFT JOIN alltypesagg t3 ON t3.id = t2.tinyint_col;

-- 2019-04-18 06:28:29,450 INFO     MainThread: Started query d044c3e9a6d44390:1e104e1f00000000
-- executing against localhost:21000
select a.int_col from alltypesagg a
RIGHT OUTER JOIN alltypesagg b
using(int_col)
where a.int_col is NULL limit 1;

-- 2019-04-18 06:28:30,137 INFO     MainThread: Started query 6248b120fe437a8a:2309986400000000
-- executing against localhost:21000
select straight_join count(*) from
alltypestiny a left outer join alltypes b on a.id &lt; b.id
where a.id &lt; 5;

-- 2019-04-18 06:28:30,921 INFO     MainThread: Started query 0940653fc5248bc0:d2e9a71200000000
-- executing against localhost:21000
select straight_join count(*) from
alltypesagg a left semi join alltypestiny b on a.id &gt;= b.id or a.int_col != b.int_col
where a.tinyint_col &lt; 10;

-- 2019-04-18 06:28:31,143 INFO     MainThread: Started query 6649c5998ba98215:ba4344a600000000
-- executing against localhost:21000
select straight_join count(*) from
alltypesagg a left anti join alltypestiny b on a.id &lt; b.id and a.int_col &gt; b.int_col;

-- 2019-04-18 06:28:31,358 INFO     MainThread: Started query 764fe9efdf8a37a2:b0db839d00000000
-- executing against localhost:21000
select straight_join count(*) from
alltypesagg a inner join alltypes b on a.id &lt; b.id
left outer join alltypestiny c
on a.int_col != c.int_col or a.tinyint_col &gt; c.tinyint_col
where a.smallint_col &lt; 2;

-- 2019-04-18 06:28:31,529 INFO     MainThread: Started query 924a8e94bc55ca01:5caa4a7d00000000
-- executing against localhost:21000
select straight_join count(*) from
alltypestiny a left semi join alltypesagg b on a.id != b.id
left anti join alltypes c on a.int_col &lt; c.int_col
inner join alltypestiny d on a.int_col = d.int_col
where a.tinyint_col &lt; 10;

-- 2019-04-18 06:28:32,094 INFO     MainThread: Started query d047992ea12f2101:9d515a3700000000
-- executing against localhost:21000
select straight_join count(*) from
  (select * from alltypestiny where id &lt; 10) v1
inner join
  (select * from alltypesagg a left semi join
   alltypes b on a.id &lt; b.id) v2
on v1.int_col != v2.tinyint_col;

-- 2019-04-18 06:28:32,620 INFO     MainThread: Started query ae45815821fe5ba7:96b135c100000000
-- executing against localhost:21000
select straight_join t1.id, t2.bool_col
from functional.alltypes t1
cross join functional.alltypes t2 where t1.id = 0 limit 1;

-- 2019-04-18 06:28:34,002 INFO     MainThread: Started query ec46d8213b8cf549:315e171900000000
-- executing against localhost:21000
select count(*) &gt; 0
from alltypesagg as a, alltypesagg as b
where (a.tinyint_col IS DISTINCT FROM b.tinyint_col)
and a.tinyint_col is null;

-- 2019-04-18 06:28:34,342 INFO     MainThread: Started query 7e4e0c3b28152707:d5b7090c00000000
-- executing against localhost:21000
select count(*) &gt; 0
from alltypesagg as a, alltypesagg as b
where (a.tinyint_col IS NOT DISTINCT FROM b.tinyint_col)
and a.tinyint_col is null;

-- 2019-04-18 06:28:37,030 INFO     MainThread: Started query 0b469c77c1042b43:0083597100000000
-- executing against localhost:21000
select count(*) &gt; 0
from alltypesagg as a, alltypesagg as b
where (a.tinyint_col &lt;=&gt; b.tinyint_col)
and a.tinyint_col is null;

-- 2019-04-18 06:28:37,516 INFO     MainThread: Started query f64892d5299b6d31:5e71e8cb00000000
-- executing against localhost:21000
select P.d, Q.d, Q.b, Q.b is null
from nulltable P left join nulltable Q
on P.d = Q.d;

-- 2019-04-18 06:28:38,234 INFO     MainThread: Started query 6f44c0959cd07797:5d8e7da100000000
-- executing against localhost:21000
select P.d, Q.d, Q.b
from nulltable P left join nulltable Q
on P.d &lt;=&gt; Q.d;

-- 2019-04-18 06:28:38,568 INFO     MainThread: Started query ef468bcbee1cd494:e951d11300000000
-- executing against localhost:21000
select count(*)
from nulltable P left anti join nulltable Q
on P.d = Q.d;

-- 2019-04-18 06:28:38,904 INFO     MainThread: Started query 3346e2684f80a929:526ef58500000000
-- executing against localhost:21000
select count(*)
from nulltable P left anti join nulltable Q
on P.d &lt;=&gt; Q.d;

-- 2019-04-18 06:28:39,240 INFO     MainThread: Started query 024f0c0d232188c3:3919501700000000
-- executing against localhost:21000
select count(*) from nulltable t1, nulltable t2 where not(t1.d != t2.d);

-- 2019-04-18 06:28:39,577 INFO     MainThread: Started query 1b4220d1637f1915:a147c2a900000000
-- executing against localhost:21000
select t1.d, t2.d from nulltable t1, nulltable t2 where not(t1.d IS DISTINCT FROM t2.d);

-- 2019-04-18 06:28:39,708 INFO     MainThread: Started query 2a474d8135204e5a:1d6e424d00000000
-- executing against localhost:21000
select count(*) from nulltable t1, nulltable t2
where t1.d != length(t2.a);

-- 2019-04-18 06:28:39,786 INFO     MainThread: Started query 804ff6a9926ae81a:4ac0ddc400000000
-- executing against localhost:21000
select t1.d, t2.a from nulltable t1, nulltable t2
where t1.d IS DISTINCT FROM length(t2.a);

-- 2019-04-18 06:28:39,867 INFO     MainThread: Started query bb435fe176275438:f55112a000000000
-- executing against localhost:21000
select t1.a, t1.b, t2.a, t2.b from
(values
(NULL a, NULL b), (NULL, 0), (NULL, 1),
(0, NULL), (0, 0), (0, 1),
(1, NULL), (1, 0), (1, 1)) as t1,
(values
(NULL a, NULL b), (NULL, 0), (NULL, 1),
(0, NULL), (0, 0), (0, 1),
(1, NULL), (1, 0), (1, 1)) as t2
where t1.a &lt;=&gt; t2.a
and t1.b &lt;=&gt; t2.b
order by t1.a, t1.b, t2.a, t2.b;

-- 2019-04-18 06:28:39,999 INFO     MainThread: Started query d44dcc7e39f875ef:00ac818d00000000
-- executing against localhost:21000
select t1.a, t1.b, t2.a, t2.b from
(values
(NULL a, NULL b), (NULL, 0), (NULL, 1),
(0, NULL), (0, 0), (0, 1),
(1, NULL), (1, 0), (1, 1)) as t1,
(values
(NULL a, NULL b), (NULL, 0), (NULL, 1),
(0, NULL), (0, 0), (0, 1),
(1, NULL), (1, 0), (1, 1)) as t2
where t1.a &lt;=&gt; t2.a
and t1.b = t2.b
order by t1.a, t1.b, t2.a, t2.b;

-- 2019-04-18 06:28:40,328 INFO     MainThread: Started query ce47159b74221460:15c1322200000000
-- executing against localhost:21000
select count(*) from functional.alltypesagg t1 join functional.alltypesagg t2
on extract(minute from t1.timestamp_col) = extract(hour from t2.timestamp_col);

-- 2019-04-18 06:28:40,664 INFO     MainThread: Started query 5647823c7cca472f:7596cff000000000
-- executing against localhost:21000
select count(*) from functional.alltypes t1 right outer join functional.decimal_tbl t2 on
t1.timestamp_col = cast(t2.d4 as TIMESTAMP);

-- 2019-04-18 06:28:42,026 INFO     MainThread: Started query a14ce556f52c13dc:9f5f295500000000
-- executing against localhost:21000
select count(*) from (
  select distinct tinyint_col, smallint_col, int_col
  from functional.alltypestiny
  union all
  select /* +straight_join */ b.id, c.tinyint_col, null
  from functional.alltypessmall a
  inner join /* +shuffle */
    (select /* +straight_join */ t2.id, t2.smallint_col
     from functional.alltypessmall t1
     inner join /* +shuffle */ functional.alltypessmall t2
     on t1.tinyint_col = t2.smallint_col) b
  on a.int_col = b.smallint_col
  inner join /* +shuffle */
    (select distinct tinyint_col
     from functional.alltypessmall) c
  on a.int_col = c.tinyint_col
  union all
  select /* +straight_join */ tinyint_col, bigint_col, null from
    (select distinct tinyint_col, bigint_col div 10 as bigint_col
     from functional.alltypessmall) a
  inner join /* +shuffle */
    (select distinct int_col, smallint_col
     from functional.alltypessmall) b
  on a.tinyint_col = b.int_col and a.bigint_col = b.smallint_col) v;

-- 2019-04-18 06:28:42,903 INFO     MainThread: Started query c14eb62ebd0073bb:7055964400000000
-- executing against localhost:21000
with x as (select cast(&apos;nan&apos; as double) n)
select * from x a, x b where a.n = b.n;

-- 2019-04-18 06:28:44,554 INFO     MainThread: Started query 0d409bbe7094762e:02a3ce4d00000000
-- executing against localhost:21000
select a.id from functional.alltypestiny a, functional.alltypestiny b
where 1/a.double_col + -1/a.double_col = log10(-b.id);

-- 2019-04-18 06:28:44,879 INFO     MainThread: Started query f946060441855751:bf0fd2b500000000
-- executing against localhost:21000
select a.id from functional.alltypestiny a, functional.alltypestiny b
where sqrt(-a.id) = b.float_col / b.double_col;

-- 2019-04-18 06:28:45,340 INFO     MainThread: Started query 014235a30fac142e:cfff854500000000
-- executing against localhost:21000
with t1 as (select cast(sqrt(0.5-x) as FLOAT) c1, y c2 from
     (VALUES((1.6 x, 0 y), (3.2, 1), (5.4,2), (0.5, 3), (0.5, 4), (-0.5, 5))) XX),
     t2 as (select * from t1)
select t1.c1,t2.c1 from t1 right outer join t2 on t1.c1 = t2.c1;

-- 2019-04-18 06:28:45,806 INFO     MainThread: Started query f74730bc54dc3df3:8c30411800000000
-- executing against localhost:21000
select t1.float_col as v
    from functional.alltypessmall t1, functional.alltypessmall t2
    where sqrt(0.5-t1.float_col) &lt;=&gt; sqrt(0.5-t2.float_col) and t1.float_col &gt; 0.5;

-- 2019-04-18 06:28:46,195 INFO     MainThread: Started query 8843e296332948a0:22c9042100000000
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:28:46,933 INFO     MainThread: Started query 0d46550ab22a99e4:c47a650300000000
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
SET mt_dop=4;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
invalidate metadata functional. alltypesnopart_insert;

-- 2019-04-18 06:28:47,598 INFO     MainThread: Started query ec442c2c20a43fd3:901be71800000000
-- executing against localhost:21000
insert overwrite table alltypesnopart_insert
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col
from alltypessmall
where year=2009 and month=04;

-- 2019-04-18 06:28:47,741 INFO     MainThread: Started query 0c42c60856c2a0ef:4f4eead600000000
-- executing against localhost:21000
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col,
double_col, date_string_col, string_col
from alltypesnopart_insert;

-- 2019-04-18 06:28:48,259 INFO     MainThread: Started query 3a4d6faa390bca68:d637c61200000000
-- executing against localhost:21000
invalidate metadata functional. alltypesnopart_insert;

-- 2019-04-18 06:28:49,590 INFO     MainThread: Started query 2340ad911ec73a11:97e0618000000000
-- executing against localhost:21000
insert into table alltypesnopart_insert
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col
from alltypessmall
where year=2009 and month=04;

-- 2019-04-18 06:28:49,698 INFO     MainThread: Started query d04e9963d3e46136:d800917a00000000
-- executing against localhost:21000
select count(*) from alltypesnopart_insert;

-- 2019-04-18 06:28:50,116 INFO     MainThread: Started query ab4eaf6f4b601e44:fb4042ea00000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:28:50,338 INFO     MainThread: Started query 144d63ed9271a365:f61b5ce200000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:28:51,090 INFO     MainThread: Started query 4f481e73d493bfe0:57506de500000000
-- executing against localhost:21000
insert overwrite table alltypesinsert
partition (year=2009, month=4)
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col
from alltypessmall
where year=2009 and month=4;

-- 2019-04-18 06:28:51,213 INFO     MainThread: Started query aa4751c7fe7caf3b:badb0e0600000000
-- executing against localhost:21000
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col,
double_col, date_string_col, string_col
from alltypesinsert
where year=2009 and month=4;

-- 2019-04-18 06:28:51,732 INFO     MainThread: Started query 4e448af38601c748:18d911c600000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:28:52,151 INFO     MainThread: Started query 764f98457bc254ac:58907c8e00000000
-- executing against localhost:21000
insert into table alltypesinsert
partition (year=2009, month=4)
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col
from alltypessmall
where year=2009 and month=4;

-- 2019-04-18 06:28:52,272 INFO     MainThread: Started query 2e406008b7453762:3b25b93600000000
-- executing against localhost:21000
select count(*) from alltypesinsert
where year=2009 and month=4;

-- 2019-04-18 06:28:52,792 INFO     MainThread: Started query 6847c4bd9249125f:c0195aff00000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:28:52,955 INFO     MainThread: Started query bd45cf208067e23a:eb01841100000000
-- executing against localhost:21000
insert overwrite table alltypesinsert
partition (year=2009, month)
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col, month
from alltypessmall
where year=2009 and month&gt;1 and month&lt;=4;

-- 2019-04-18 06:28:53,084 INFO     MainThread: Started query e047b0b487420eb4:8c2a275a00000000
-- executing against localhost:21000
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col,
double_col, date_string_col, string_col
from alltypesinsert
where year=2009 and month&gt;1 and month&lt;=4;

-- 2019-04-18 06:28:53,715 INFO     MainThread: Started query fa43e7dcfaa3589d:ee22bb3900000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:28:54,192 INFO     MainThread: Started query 564fc12632f87444:e5ffa6e300000000
-- executing against localhost:21000
insert into table alltypesinsert
partition (year=2009, month)
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col, month
from alltypessmall
where year=2009 and month&gt;=1 and month&lt;4;

-- 2019-04-18 06:28:54,345 INFO     MainThread: Started query e44214d423a510b5:f12b5c2b00000000
-- executing against localhost:21000
select count(id) from alltypesinsert
where year=2009 and month&gt;=1 and month&lt;4;

-- 2019-04-18 06:28:55,330 INFO     MainThread: Started query e440018d9c37623a:e6f800dc00000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:28:55,547 INFO     MainThread: Started query 0e438f74a78026be:0855df4000000000
-- executing against localhost:21000
insert overwrite table alltypesinsert
partition (year, month)
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col, year, month
from alltypessmall;

-- 2019-04-18 06:28:55,708 INFO     MainThread: Started query 564eeb947dcd7de6:c3d2bdbc00000000
-- executing against localhost:21000
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col,
double_col, date_string_col, string_col
from alltypesinsert
where year=2009 and month&gt;=1 and month&lt;=4;

-- 2019-04-18 06:28:56,288 INFO     MainThread: Started query 264454b81e207228:3637db5000000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:28:56,792 INFO     MainThread: Started query 88428450a9c309dc:4a8e69b400000000
-- executing against localhost:21000
insert into table alltypesinsert
partition (year, month)
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col, year, month
from alltypessmall;

-- 2019-04-18 06:28:56,922 INFO     MainThread: Started query 9b41643fd548f649:a81053ca00000000
-- executing against localhost:21000
select count(timestamp_col) from alltypesinsert
where year=2009 and month&gt;=1 and month&lt;=4;

-- 2019-04-18 06:28:57,503 INFO     MainThread: Started query 404aa08eb4b0d599:a4d4f69900000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:28:58,590 INFO     MainThread: Started query 7a4d4ef2f0757c37:dd95312500000000
-- executing against localhost:21000
insert into alltypesinsert partition(year, month) select * from alltypessmall;

-- 2019-04-18 06:28:58,686 INFO     MainThread: Started query ea47c6cd21ff7b0d:844f195200000000
-- executing against localhost:21000
select count(*) from alltypesinsert;

-- 2019-04-18 06:28:59,316 INFO     MainThread: Started query 474a2b28e0d2aa38:359043cf00000000
-- executing against localhost:21000
invalidate metadata functional. insert_string_partitioned;

-- 2019-04-18 06:29:00,090 INFO     MainThread: Started query e84ebda741cafcf6:78ea853e00000000
-- executing against localhost:21000
invalidate metadata functional. insert_string_partitioned;

-- 2019-04-18 06:29:00,106 INFO     MainThread: Started query 904c9bee9265e8db:517b852d00000000
-- executing against localhost:21000
INSERT INTO TABLE insert_string_partitioned PARTITION(s2=&quot;/\%.&quot;) SELECT &quot;value&quot; FROM alltypessmall LIMIT 1;

-- 2019-04-18 06:29:00,200 INFO     MainThread: Started query 154e39e78d416543:a0fae17200000000
-- executing against localhost:21000
SELECT * FROM insert_string_partitioned;

-- 2019-04-18 06:29:00,374 INFO     MainThread: Started query 1744def69ffdabee:bca8cf0800000000
-- executing against localhost:21000
SELECT * FROM insert_string_partitioned WHERE s2 = &quot;/\%.&quot;;

-- 2019-04-18 06:29:00,497 INFO     MainThread: Started query b34e1873cbe3493f:ab9e391f00000000
-- executing against localhost:21000
invalidate metadata functional. insert_string_partitioned;

-- 2019-04-18 06:29:00,654 INFO     MainThread: Started query 5b403b33df574acc:f6fcdf6e00000000
-- executing against localhost:21000
INSERT INTO TABLE insert_string_partitioned PARTITION(s2=&quot;_.~ +&quot;)
SELECT &quot;value&quot; FROM alltypessmall LIMIT 1;

-- 2019-04-18 06:29:00,756 INFO     MainThread: Started query 964082014ae063c9:ed496b0800000000
-- executing against localhost:21000
SELECT * FROM insert_string_partitioned;

-- 2019-04-18 06:29:00,929 INFO     MainThread: Started query 2348113c9db183af:1a26faae00000000
-- executing against localhost:21000
invalidate metadata functional. insert_string_partitioned;

-- 2019-04-18 06:29:01,035 INFO     MainThread: Started query bb4bdb6f34a6a192:ba1537fe00000000
-- executing against localhost:21000
INSERT INTO TABLE insert_string_partitioned PARTITION(s2=&apos;&apos;)
SELECT &quot;value1&quot; FROM alltypessmall LIMIT 1;

-- 2019-04-18 06:29:01,161 INFO     MainThread: Started query 3349612129339ed5:0545893900000000
-- executing against localhost:21000
INSERT INTO TABLE insert_string_partitioned PARTITION(s2)
SELECT &quot;value2&quot;,&quot;&quot; FROM alltypessmall LIMIT 1;

-- 2019-04-18 06:29:01,335 INFO     MainThread: Started query dd4f84b79a51595b:b8064bfe00000000
-- executing against localhost:21000
INSERT INTO TABLE insert_string_partitioned PARTITION(s2=NULL)
SELECT &quot;value3&quot; FROM alltypessmall LIMIT 1;

-- 2019-04-18 06:29:01,458 INFO     MainThread: Started query 064e55ead85c5f09:851026eb00000000
-- executing against localhost:21000
INSERT INTO TABLE insert_string_partitioned PARTITION(s2)
SELECT &quot;value4&quot;,NULL FROM alltypessmall LIMIT 1;

-- 2019-04-18 06:29:01,582 INFO     MainThread: Started query ea43190c4754f993:5f18b85900000000
-- executing against localhost:21000
SELECT * FROM insert_string_partitioned WHERE s2 = &quot;&quot;;

-- 2019-04-18 06:29:01,704 INFO     MainThread: Started query ea4e7cf5a5566d93:27e4386200000000
-- executing against localhost:21000
SELECT s1, s2 FROM insert_string_partitioned where s2 is NULL
order by s1 limit 10;

-- 2019-04-18 06:29:01,775 INFO     MainThread: Started query 964a5045c2c18af7:2c1192ee00000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:03,090 INFO     MainThread: Started query f14a1649f1547f43:3e8af4cd00000000
-- executing against localhost:21000
insert into alltypesinsert partition(year=cast(100*20+10 as int), month=cast(2*2 as int))
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col,
double_col, date_string_col, string_col, timestamp_col from alltypessmall where month = 4;

-- 2019-04-18 06:29:03,230 INFO     MainThread: Started query 5c4b56b5c64e8e78:8cc7dd4900000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:04,591 INFO     MainThread: Started query 3b4371240c35d10b:49d3959000000000
-- executing against localhost:21000
insert into alltypesinsert
partition(year=2010, month=4)
select 100, false, 1, 1, 1, 10,
10.0, 10.0, &quot;02/01/09&quot;, &quot;1&quot;, cast(&quot;2009-02-01 00:01:00&quot; as timestamp);

-- 2019-04-18 06:29:04,744 INFO     MainThread: Started query a14648becd8c1a09:0d9d5b6b00000000
-- executing against localhost:21000
insert into table alltypesinsert
partition (year, month)
select 200, true, 2, 2, 2, 20,
20.0, 20.0, &quot;02/01/09&quot;, &quot;1&quot;, cast(&quot;2009-02-01 00:02:00&quot; as timestamp), 2010, 4;

-- 2019-04-18 06:29:04,911 INFO     MainThread: Started query 904f4f357fb06101:140bb5ee00000000
-- executing against localhost:21000
select * from alltypesinsert order by id limit 2;

-- 2019-04-18 06:29:04,977 INFO     MainThread: Started query b74ebc45c881354d:6dd6217c00000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:06,590 INFO     MainThread: Started query e44c294dcffb35c2:3cc8281200000000
-- executing against localhost:21000
insert into alltypesinsert
partition(year=2010, month=4) values
(1, false, 1, 1, 1, 10, NULL, 10.0, &quot;02/01/09&quot;, &quot;1&quot;, cast(&quot;2009-02-01 00:01:00&quot; as timestamp)),
(2, true, 2, NULL, 2, 20, 20.0, 20.0, &quot;02/02/09&quot;, &quot;2&quot;, NULL),
(3, false, 3, 3, 3, 30, 30.0, 30.0, &quot;02/03/09&quot;, NULL, cast(&quot;2009-02-03 00:01:00&quot; as timestamp));

-- 2019-04-18 06:29:06,712 INFO     MainThread: Started query 364dc48d745cb435:40a2da9000000000
-- executing against localhost:21000
insert into table alltypesinsert
partition (year, month) values
(4, true, 4, 4, 4, 40, NULL, 40.0, &quot;02/04/09&quot;, &quot;4&quot;, cast(&quot;2009-02-04 00:01:00&quot; as timestamp), 2010, 4),
(5, false, 5, NULL, 5, 50, 50.0, 50.0, &quot;02/05/09&quot;, &quot;5&quot;, NULL, 2010, 8),
(6, true, 6, 6, 6, 60, 60.0, 60.0, &quot;02/06/09&quot;, NULL, cast(&quot;2009-02-06 00:01:00&quot; as timestamp), 2010, 8);

-- 2019-04-18 06:29:06,879 INFO     MainThread: Started query e34f9a742c851786:1ea4cd8100000000
-- executing against localhost:21000
select * from alltypesinsert order by id limit 10;

-- 2019-04-18 06:29:07,097 INFO     MainThread: Started query 984f5227cd6a2cad:44fb81b700000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:08,590 INFO     MainThread: Started query 3748cef6f2de74e6:bfd08f3200000000
-- executing against localhost:21000
with t1 as (select * from alltypestiny)
insert into alltypesinsert partition(year, month) select * from t1;

-- 2019-04-18 06:29:08,733 INFO     MainThread: Started query 374bfca870455006:d238d34800000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:10,090 INFO     MainThread: Started query d04ede51db9ea9bc:5750876a00000000
-- executing against localhost:21000
with t1 as (select * from alltypestiny)
insert into alltypesinsert partition(year, month)
with t2 as (select * from alltypestiny)
select * from t1 union all select * from t2;

-- 2019-04-18 06:29:10,248 INFO     MainThread: Started query 2d4ff7fd67163235:74ea7acd00000000
-- executing against localhost:21000
insert overwrite table alltypesnopart_insert
select NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
from alltypessmall limit 10;

-- 2019-04-18 06:29:11,082 INFO     MainThread: Started query 1543905a5537a330:11f3eaa400000000
-- executing against localhost:21000
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col
from alltypesnopart_insert;

-- 2019-04-18 06:29:11,204 INFO     MainThread: Started query 5644cf7b6e68a55f:1ec089bd00000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:12,590 INFO     MainThread: Started query d14f93143ee71849:5e9a8de000000000
-- executing against localhost:21000
insert overwrite alltypesnopart_insert(float_col, double_col)
values(CAST(1/0 AS FLOAT), 1/0), (CAST(-1/0 AS FLOAT), -1/0),
      (CAST(0/0 AS FLOAT), 0/0), (CAST(-sqrt(-1) AS FLOAT), -sqrt(-1));

-- 2019-04-18 06:29:12,602 INFO     MainThread: Started query b546ce91cde92724:ee181aad00000000
-- executing against localhost:21000
select CAST(float_col AS string), CAST(double_col AS string) from alltypesnopart_insert
order by float_col, double_col limit 10;

-- 2019-04-18 06:29:12,716 INFO     MainThread: Started query 3f4ac713406142e3:09c21af700000000
-- executing against localhost:21000
insert overwrite table alltypesinsert
partition (year, month)
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col, year, month
from alltypessmall limit 0;

-- 2019-04-18 06:29:13,171 INFO     MainThread: Started query 7849bc5c11b9db68:d5f0a13800000000
-- executing against localhost:21000
select count(*) from alltypesinsert;

-- 2019-04-18 06:29:13,284 INFO     MainThread: Started query 634d5e8cc53c6e32:1da6d70200000000
-- executing against localhost:21000
insert overwrite table alltypesnopart_insert
select 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL
from alltypessmall limit 0;

-- 2019-04-18 06:29:13,355 INFO     MainThread: Started query ab4692cb2fea7f32:82d90a0500000000
-- executing against localhost:21000
select count(*) from alltypesnopart_insert;

-- 2019-04-18 06:29:13,419 INFO     MainThread: Started query 9648a4a4c3ce39c6:ebe93c8600000000
-- executing against localhost:21000
insert overwrite table alltypesinsert
partition (year, month)
select id, bool_col, tinyint_col, smallint_col, int_col,
sum(bigint_col) over(order by string_col),
float_col, double_col, date_string_col, string_col, timestamp_col,
int_col, month
from functional.alltypestiny;

-- 2019-04-18 06:29:13,506 INFO     MainThread: Started query f74c74338810c72f:8f47c4ed00000000
-- executing against localhost:21000
truncate table alltypesinsert;

-- 2019-04-18 06:29:14,230 INFO     MainThread: Started query 934cc43d5da6b391:d132782e00000000
-- executing against localhost:21000

insert overwrite table alltypesinsert
partition (year=2015, month=8)
select a.id, a.bool_col, a.tinyint_col, a.smallint_col, a.int_col, a.bigint_col,
  b.float_col, b.double_col, b.date_string_col, b.string_col, b.timestamp_col
from
(select id, false bool_col, 1 tinyint_col, 2 smallint_col, 3 int_col, 4 bigint_col
 from functional.alltypestiny where id between 0 and 2) a
full outer join
(select id, 5 float_col, 6 double_col, &quot;s1&quot; date_string_col, &quot;s2&quot; string_col,
   cast(&quot;2009-02-06 00:01:00&quot; as timestamp) timestamp_col
 from functional.alltypestiny where id between 1 and 3) b
on (a.id = b.id);

-- 2019-04-18 06:29:14,253 INFO     MainThread: Started query 474dd60ac74a480e:a9a9baf700000000
-- executing against localhost:21000
select * from alltypesinsert;

-- 2019-04-18 06:29:14,752 INFO     MainThread: Started query 5b44699aff0374b3:4e3aa7d500000000
-- executing against localhost:21000
invalidate metadata functional. table_with_header_insert;

-- 2019-04-18 06:29:16,090 INFO     MainThread: Started query f24c00fc48ab1ed9:5a631bbc00000000
-- executing against localhost:21000
insert into table_with_header_insert values (1), (2), (3), (4);

-- 2019-04-18 06:29:16,201 INFO     MainThread: Started query 874061066c96bc75:93a5ab5f00000000
-- executing against localhost:21000
select * from table_with_header_insert;

-- 2019-04-18 06:29:16,314 INFO     MainThread: Started query cb41c30e939d7102:f0ff0b7500000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:16,680 INFO     MainThread: Started query 5c45fb0fec85d7e5:8f4df5a600000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:17,590 INFO     MainThread: Started query 0e4d8405b2a71424:a76f39d600000000
-- executing against localhost:21000
SET S3_SKIP_INSERT_STAGING=false;

-- 2019-04-18 06:29:17,595 INFO     MainThread: Started query 8444f99126f5f309:d053f17a00000000
-- executing against localhost:21000

insert overwrite table alltypesinsert
partition (year=2009, month=4)
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col
from alltypessmall
where year=2009 and month=4;

-- 2019-04-18 06:29:17,716 INFO     MainThread: Started query 6441449ee9ad90f6:17bef03700000000
-- executing against localhost:21000
SET S3_SKIP_INSERT_STAGING=&quot;1&quot;;

-- 2019-04-18 06:29:18,183 INFO     MainThread: Started query 3949fd6d62b55678:3ec339b800000000
-- executing against localhost:21000
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col,
double_col, date_string_col, string_col
from alltypesinsert
where year=2009 and month=4;

-- 2019-04-18 06:29:18,191 INFO     MainThread: Started query ce43e98f8e9e6e68:4353ea1500000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:18,610 INFO     MainThread: Started query 2d425890b162c9e8:6cb3935000000000
-- executing against localhost:21000
SET S3_SKIP_INSERT_STAGING=false;

-- 2019-04-18 06:29:18,615 INFO     MainThread: Started query fd4c07d9c6abd340:1b6de5f000000000
-- executing against localhost:21000

insert into table alltypesinsert
partition (year, month)
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col,
float_col, double_col, date_string_col, string_col, timestamp_col, year, month
from alltypessmall;

-- 2019-04-18 06:29:18,777 INFO     MainThread: Started query 79423b38f136e2a9:4751578800000000
-- executing against localhost:21000
SET S3_SKIP_INSERT_STAGING=&quot;1&quot;;

-- 2019-04-18 06:29:19,352 INFO     MainThread: Started query d446dddf2ebcc8c9:7ff01feb00000000
-- executing against localhost:21000
select count(timestamp_col) from alltypesinsert
where year=2009 and month&gt;=1 and month&lt;=4;

-- 2019-04-18 06:29:19,362 INFO     MainThread: Started query 074efc2dddcf18d3:9f87849700000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:19,658 INFO     MainThread: Started query b143bf509bb26cf6:9189bfef00000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:20,590 INFO     MainThread: Started query 7d4c78c26c31455b:6cb6ad1400000000
-- executing against localhost:21000
insert into table alltypesinsert
partition (year, month) /*+ noclustered,shuffle */
select * from alltypes;

-- 2019-04-18 06:29:20,743 INFO     MainThread: Started query c3430c2eaeabc86b:11e783e500000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:22,844 INFO     MainThread: Started query 7d464fac7823b606:aed171f300000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:23,590 INFO     MainThread: Started query b9495bf58f920a4e:ef7fa8e600000000
-- executing against localhost:21000
insert into table alltypesinsert
partition (year, month) /*+ noclustered,shuffle */
select * from alltypestiny;

-- 2019-04-18 06:29:23,723 INFO     MainThread: Started query 7f402f483f13bcce:be08b46000000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:24,483 INFO     MainThread: Started query aa4136bbc3944481:a50dcf4100000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:25,090 INFO     MainThread: Started query 91462a33efb37b5a:678d5b6000000000
-- executing against localhost:21000
insert into table alltypesinsert
partition (year, month) /*+ noclustered,noshuffle */
select * from alltypestiny;

-- 2019-04-18 06:29:25,183 INFO     MainThread: Started query e94bbcf06fb868b1:c1666bdc00000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:25,813 INFO     MainThread: Started query 7a4ea3d57c51892b:c3c5760300000000
-- executing against localhost:21000
invalidate metadata functional. alltypesinsert;

-- 2019-04-18 06:29:26,589 INFO     MainThread: Started query 8b4b8b0a22aeff8c:ddcd5ed200000000
-- executing against localhost:21000
insert into table alltypesinsert
partition (year, month) /*+ noclustered,shuffle */
select * from alltypestiny where int_col = 0;

-- 2019-04-18 06:29:26,698 INFO     MainThread: Started query be4312a8d0c79986:9e7d445100000000
-- executing against localhost:21000
invalidate metadata functional. alltypesnopart_insert;

-- 2019-04-18 06:29:28,090 INFO     MainThread: Started query 9f42f4732846ce85:e26f483800000000
-- executing against localhost:21000
insert into table alltypesnopart_insert
 /*+ noclustered,shuffle */
select id, bool_col, tinyint_col, smallint_col, int_col, bigint_col, float_col,
double_col, date_string_col, string_col, timestamp_col from alltypessmall;

-- 2019-04-18 06:29:28,213 INFO     MainThread: Started query ac4cbd157c8c7423:b83217a400000000
-- executing against localhost:21000
insert into table alltypesinsert (int_col)
partition (year, month) /*+ shuffle */
select v.id, t1.id, t1.month from
(select coalesce(id, 10) id from functional.alltypessmall) v
right outer join functional.alltypestiny t1 on t1.id = v.id
where v.id = 0;

-- 2019-04-18 06:29:28,644 INFO     MainThread: Started query de4e7cdf0205c1f5:e6465ede00000000
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:29:29,239 INFO     MainThread: Started query 1240df6ff1f44f75:237ad4d500000000
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
SET mt_dop=1;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=OFF;

-- 2019-04-18 06:29:29,245 INFO     MainThread: Started query 8848c93fd88bb22e:b190323100000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes p join [BROADCAST] alltypestiny b
on p.month = b.int_col and b.month = 1 and b.string_col = &quot;1&quot;;

-- 2019-04-18 06:29:29,257 INFO     MainThread: Started query 954d2b6d1aa1f899:1e9f878f00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:29,593 INFO     MainThread: Started query d242a08332f3a0b9:5b0b3b8500000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:29,599 INFO     MainThread: Started query 9a4eba9a44e31143:5c6fd8d400000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:29,604 INFO     MainThread: Started query 9d4039e5e1e9e6d2:b5fbf71100000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes p join [BROADCAST] alltypestiny b
on p.month = b.int_col and b.month = 1 and b.string_col = &quot;1&quot;;

-- 2019-04-18 06:29:29,617 INFO     MainThread: Started query 3d4eb7494ec4bfcb:fedad0b500000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:29,954 INFO     MainThread: Started query 4545ca7735e2942a:549b974b00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:29,959 INFO     MainThread: Started query 154a2167357a4e10:1081126800000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:29,965 INFO     MainThread: Started query 3343ddf59a651672:50421b9600000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:29,970 INFO     MainThread: Started query 7e456b69270fb029:aa1f184600000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes p join [SHUFFLE] alltypestiny b
on p.month = b.int_col and b.month = 1 and b.string_col = &quot;1&quot;;

-- 2019-04-18 06:29:29,982 INFO     MainThread: Started query f84bb35b64ec7b71:38175b7000000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:30,326 INFO     MainThread: Started query f6421aaf956e0f0e:a3252bf900000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:30,331 INFO     MainThread: Started query cd45cb46144044e8:fa067d5d00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:30,338 INFO     MainThread: Started query d34e5abba0033f8a:878bb70b00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:30,343 INFO     MainThread: Started query 614ab2cd5ee46d3c:c5a384fb00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes p join [SHUFFLE] alltypestiny b
on p.month = b.int_col and b.month = 1 and b.string_col = &quot;1&quot;;

-- 2019-04-18 06:29:30,355 INFO     MainThread: Started query 5741399cdb2b08d8:f8d8309000000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:30,749 INFO     MainThread: Started query d74dc6731a0698c4:744b163a00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:30,754 INFO     MainThread: Started query f34b0de9f9e75672:64bff42900000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:30,761 INFO     MainThread: Started query 3340d5e11da3d663:6c22efea00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:30,765 INFO     MainThread: Started query 7a4c79f91b3df535:0b492a0300000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypes b
    join [BROADCAST] alltypestiny c
    where c.month = 13 and b.year = c.year and a.month = b.month;

-- 2019-04-18 06:29:30,780 INFO     MainThread: Started query b74d745f7bec3ecd:c946442d00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:31,383 INFO     MainThread: Started query 924373afb45c1a61:9f57b1a600000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:31,388 INFO     MainThread: Started query 2c4f73b50a0ac009:326d6a8a00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:31,394 INFO     MainThread: Started query d4482cb3c0c4a04c:a71cc7d300000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:31,399 INFO     MainThread: Started query a8478ef51ad5c1e3:eb6d7fde00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypes b
    join [BROADCAST] alltypestiny c
    where c.month = 13 and b.year = c.year and a.month = b.month;

-- 2019-04-18 06:29:31,414 INFO     MainThread: Started query 2349fbfccbf758a5:342d4d1e00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:32,018 INFO     MainThread: Started query c048e8872e178c08:ef1d9a8900000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:32,023 INFO     MainThread: Started query 574a58fdf9c7aed4:4d4e06bc00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:32,029 INFO     MainThread: Started query 6a415de523cc7b4f:67e719bb00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:32,034 INFO     MainThread: Started query 3644bfe8ad812494:ded753f300000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypestiny b
    on greatest(a.month, 1000) = greatest(b.month, 2000);

-- 2019-04-18 06:29:32,046 INFO     MainThread: Started query 4a41b2b0ecf69b3c:1bda67a100000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:32,438 INFO     MainThread: Started query a6462a913c20fd45:c7bcee2b00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:32,443 INFO     MainThread: Started query 324f00f828266caa:5b78902a00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:32,449 INFO     MainThread: Started query 5e418468f7995f6d:a72e919600000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:32,454 INFO     MainThread: Started query ed468ffd2e2f6953:fc5a26a900000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypestiny b
    on a.month = b.month + 10000;

-- 2019-04-18 06:29:32,467 INFO     MainThread: Started query 8d4bdf430590e9f1:7c00b85900000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:32,807 INFO     MainThread: Started query 7f4361c23f77f84f:4d32113700000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:32,812 INFO     MainThread: Started query 3c4430308f3fbf54:04fcc00a00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:32,818 INFO     MainThread: Started query 3b43c29780f4c037:be970dc300000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:32,823 INFO     MainThread: Started query d448d7a5f309bd93:f69a6e9200000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypestiny b
    on a.month = b.month + 10000;

-- 2019-04-18 06:29:32,835 INFO     MainThread: Started query b34f0870da4df843:a12deb2900000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:33,175 INFO     MainThread: Started query aa4527aba5180501:55dc50d800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:33,180 INFO     MainThread: Started query 0346cb4a42830083:0b49934300000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:33,186 INFO     MainThread: Started query bb4b0af47b211709:23ce787d00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:33,191 INFO     MainThread: Started query 0e46b1cb4f41af4f:35c5662300000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [SHUFFLE] alltypestiny b
    on a.month = b.month + 10000;

-- 2019-04-18 06:29:33,203 INFO     MainThread: Started query d8437712608075a8:2fa8a9db00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:33,549 INFO     MainThread: Started query 5e4fcde0118effd7:3389939700000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:33,554 INFO     MainThread: Started query f842477b153baebe:3c6690e300000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:33,559 INFO     MainThread: Started query 8d456f9d2dd95e77:b2c211e200000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:33,564 INFO     MainThread: Started query 5b457283c836c0b1:fc2d6a0600000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [SHUFFLE] alltypestiny b
    on a.month = b.month + 10000;

-- 2019-04-18 06:29:33,580 INFO     MainThread: Started query 4840a7bd002eb135:c735d4f800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:33,977 INFO     MainThread: Started query 8f4b3eb26acbf93a:337e8fb000000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:33,982 INFO     MainThread: Started query 404490c10ae1eee5:623bba3900000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:33,988 INFO     MainThread: Started query 584f1710a9fb8ca5:ec08894b00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:33,993 INFO     MainThread: Started query b1439cc95e6683c5:919490d200000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypestiny b
    on a.month + a.year = b.year + 1;

-- 2019-04-18 06:29:34,005 INFO     MainThread: Started query 8043aa954c1e1917:98aae31e00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:34,396 INFO     MainThread: Started query 7143ad146a760625:2c40b7f600000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:34,401 INFO     MainThread: Started query 29481451502546f1:1becf60e00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:34,407 INFO     MainThread: Started query ed461637ef81eb1b:f3c7cc3a00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:34,412 INFO     MainThread: Started query 7c423725f926594c:d69a508500000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    LEFT OUTER join alltypestiny b
    on a.month = b.year;

-- 2019-04-18 06:29:34,422 INFO     MainThread: Started query be479ca4e9abeda3:3cef08eb00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:34,761 INFO     MainThread: Started query a4496ac76f828cc8:30bbe02100000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:34,766 INFO     MainThread: Started query 1649cda1735b0873:f651497c00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:34,772 INFO     MainThread: Started query fd4045e21a7844e7:067b705c00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:34,777 INFO     MainThread: Started query aa4615c56a5abb21:1981a1cd00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    RIGHT OUTER join alltypestiny b
    on a.month = b.year;

-- 2019-04-18 06:29:34,790 INFO     MainThread: Started query 1d4550d409c3e741:764a421900000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:35,187 INFO     MainThread: Started query a9441c0e6768954f:97d1cee500000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:35,192 INFO     MainThread: Started query fc4316aca6d8107f:86fe5e7900000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:35,198 INFO     MainThread: Started query 4448daa20d76b399:7961812200000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:35,203 INFO     MainThread: Started query dd4d00905777b773:c0ce8b6d00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    FULL OUTER join alltypestiny b
    on a.month = b.year;

-- 2019-04-18 06:29:35,215 INFO     MainThread: Started query 5c4d1749cb2cff3d:15ea66b900000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:35,562 INFO     MainThread: Started query 7941726ff6b0350c:ffd9478b00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:35,567 INFO     MainThread: Started query ec4fa2456d954f5d:516a1a1400000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:35,573 INFO     MainThread: Started query d54ab09beb2f9817:1eaf178600000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:35,578 INFO     MainThread: Started query 194538eb12684115:ce14bfa000000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypesagg a
    join alltypesagg b
    on a.day &lt;=&gt; b.day
    where b.int_col IS NULL and b.id = 0 and b.day IS DISTINCT FROM 1;

-- 2019-04-18 06:29:35,589 INFO     MainThread: Started query 5a43426b621ef190:6111ab1f00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:35,930 INFO     MainThread: Started query f44eb6d9d215fdb6:ff376b0500000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:35,935 INFO     MainThread: Started query e84c778adafc2b47:d04545bf00000000
-- executing against localhost:21000

set RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:35,941 INFO     MainThread: Started query 794879d659616f3e:597b3b2500000000
-- executing against localhost:21000

set RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:35,946 INFO     MainThread: Started query 1b416dbedb4c3453:3e84b45e00000000
-- executing against localhost:21000

with t1 as (select month x, bigint_col y from alltypes limit 7300),
     t2 as (select distinct int_col x, bigint_col y from alltypestiny limit 2)
     select count(*) from t1, t2 where t1.x = t2.x;

-- 2019-04-18 06:29:35,961 INFO     MainThread: Started query b74f3a9de7ab4346:91c1f9c400000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:36,366 INFO     MainThread: Started query 18487240e7f53dce:3faae36a00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:36,371 INFO     MainThread: Started query 1444e78d203e96b0:e72da40c00000000
-- executing against localhost:21000
set NUM_NODES=1;

-- 2019-04-18 06:29:36,378 INFO     MainThread: Started query 794cc3118e26d735:9cb08d5100000000
-- executing against localhost:21000

set RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:36,383 INFO     MainThread: Started query df4454266007c9d4:148ed50e00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(a.id) from alltypes a
    join [SHUFFLE] alltypes b on a.id = b.id;

-- 2019-04-18 06:29:36,396 INFO     MainThread: Started query f1434c1be0e1a504:bcd7611d00000000
-- executing against localhost:21000
SET NUM_NODES=&quot;0&quot;;

-- 2019-04-18 06:29:36,795 INFO     MainThread: Started query 2c4bb6b0d02cd5be:13dde5d600000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:36,800 INFO     MainThread: Started query 09466b734ed1d075:659e26cd00000000
-- executing against localhost:21000
set RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:36,805 INFO     MainThread: Started query 82424035e9874f8b:c68b761400000000
-- executing against localhost:21000

set RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:36,810 INFO     MainThread: Started query 08481d5098713dd1:8a243f9b00000000
-- executing against localhost:21000

select straight_join count(*)
from alltypes a join [BROADCAST] alltypessmall c
    on a.month = c.month join [BROADCAST] alltypesagg b
    on a.month = b.id where b.int_col &lt; 0;

-- 2019-04-18 06:29:36,824 INFO     MainThread: Started query e94cbbc9918de882:61f9551400000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:37,430 INFO     MainThread: Started query a847120361120145:02bbc1b500000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:37,436 INFO     MainThread: Started query 7648e5b5dd47ce51:ff1bd6d200000000
-- executing against localhost:21000
set RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:37,441 INFO     MainThread: Started query 10461d6fe6d98053:d87e1e2e00000000
-- executing against localhost:21000

set RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:37,446 INFO     MainThread: Started query 01437e4a95050bc3:a59abe8200000000
-- executing against localhost:21000

select straight_join count(*)
from (select month, year from alltypes
      union all
      select month, year from alltypes) a
    join alltypessmall b on a.month = b.month
where b.int_col = 1;

-- 2019-04-18 06:29:37,460 INFO     MainThread: Started query c348ad474db5f689:7e224c2f00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:37,805 INFO     MainThread: Started query 9748365d39096fc9:ac7c03ca00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:37,810 INFO     MainThread: Started query 784a530259ce4b91:def65e6500000000
-- executing against localhost:21000
set RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:37,815 INFO     MainThread: Started query 5f4ad11b315fbcf5:c8482eb000000000
-- executing against localhost:21000

set RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:37,820 INFO     MainThread: Started query ed449d07f4b2b2f2:af9f41af00000000
-- executing against localhost:21000

select straight_join count(*)
from functional_parquet.alltypes a join [BROADCAST] functional_kudu.alltypes b
    join [BROADCAST] functional_parquet.alltypes c
where a.int_col = b.int_col and a.int_col = c.smallint_col * 2 and c.id &lt; 100;

-- 2019-04-18 06:29:39,003 INFO     MainThread: Started query a74b076f481ae9f8:f69bec1e00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:39,965 INFO     MainThread: Started query 5d478da957e66e48:c6beb18a00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:39,970 INFO     MainThread: Started query ff4b55a664f6d8e1:89ffba2000000000
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:29:39,975 INFO     MainThread: Started query 17445c88a5a23293:5ee953a000000000
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_all[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_format:t;
SET mt_dop=1;
SET batch_size=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
set num_nodes=1;

-- 2019-04-18 06:29:39,980 INFO     MainThread: Started query 7441debd979ce5e4:84fc7d1900000000
-- executing against localhost:21000

set runtime_filter_wait_time_ms=60000;

-- 2019-04-18 06:29:39,985 INFO     MainThread: Started query f4432c3bdbe9ce3f:77bd098f00000000
-- executing against localhost:21000

set runtime_filter_mode=LOCAL;

-- 2019-04-18 06:29:39,991 INFO     MainThread: Started query 5548281af85405c6:1341e04500000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes p join [BROADCAST] alltypestiny b
on p.month = b.int_col and b.month = 1 and b.string_col = &quot;1&quot;;

-- 2019-04-18 06:29:40,002 INFO     MainThread: Started query ba452b57e8a9d1a2:f938a91300000000
-- executing against localhost:21000
SET NUM_NODES=&quot;0&quot;;

-- 2019-04-18 06:29:40,372 INFO     MainThread: Started query f2481e3eedf19321:32279a3e00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:40,377 INFO     MainThread: Started query 644adbc52d30cfdd:309477e800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:40,382 INFO     MainThread: Started query d242dd6c371f85b1:3b76909200000000
-- executing against localhost:21000
set num_nodes=1;

-- 2019-04-18 06:29:40,388 INFO     MainThread: Started query b84d4c4da4e7be0f:035e644d00000000
-- executing against localhost:21000

select straight_join count(*)
from functional.alltypestiny a right outer join functional.alltypes b
  on a.id != b.id or a.int_col &lt; b.int_col
right outer join functional.alltypesagg c
  on a.smallint_col &gt;= c.smallint_col
where a.id &lt; 10 and c.bigint_col = 10;

-- 2019-04-18 06:29:40,401 INFO     MainThread: Started query 954afc3e21466d0c:70834eb100000000
-- executing against localhost:21000
SET NUM_NODES=&quot;0&quot;;

-- 2019-04-18 06:29:40,923 INFO     MainThread: Started query 194cacbe0ca545f8:e6e6526800000000
</system-err></testcase><testcase classname="custom_cluster.test_mt_dop.TestMtDopFlags" file="custom_cluster/test_mt_dop.py" line="55" name="test_mt_dop_runtime_filters_one_node[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="20.9981958866"><system-err>-- 2019-04-18 06:29:41,089 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=1 --num_coordinators=1 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--unlock_mt_dop=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:29:41 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:29:42 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:29:43 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:29:46 MainThread: Found 1 impalad/1 statestored/1 catalogd process(es)
06:29:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:29:46 MainThread: Waiting for num_known_live_backends=1. Current value: 0
06:29:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:29:47 MainThread: Waiting for num_known_live_backends=1. Current value: 0
06:29:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:29:48 MainThread: num_known_live_backends has reached value: 1
06:29:49 MainThread: Impala Cluster Running with 1 nodes (1 coordinators, 1 executors).
-- 2019-04-18 06:29:49,234 INFO     MainThread: Found 1 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:29:49,234 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:29:49,236 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:29:49,237 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 2
-- 2019-04-18 06:29:49,237 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:29:49,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:29:49,239 INFO     MainThread: num_known_live_backends has reached value: 1
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_runtime_filters_one_node[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresho;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b610d0&gt;
-- 2019-04-18 06:29:49,364 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_runtime_filters_one_node[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresho;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_mt_dop_runtime_filters_one_node_77e5fa47` CASCADE;

-- 2019-04-18 06:29:49,470 INFO     MainThread: Started query e54797f76ea6e2f8:73343c0800000000
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_runtime_filters_one_node[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresho;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_mt_dop_runtime_filters_one_node_77e5fa47`;

-- 2019-04-18 06:29:49,583 INFO     MainThread: Started query 2e4336b500624b8e:42994eab00000000
-- 2019-04-18 06:29:49,585 INFO     MainThread: Created database &quot;test_mt_dop_runtime_filters_one_node_77e5fa47&quot; for test ID &quot;custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_runtime_filters_one_node[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_runtime_filters_one_node[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresho;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:29:49,591 INFO     MainThread: Started query 8e490d0ad8c85ea3:b67abbbf00000000
SET client_identifier=custom_cluster/test_mt_dop.py::TestMtDopFlags::()::test_mt_dop_runtime_filters_one_node[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresho;
SET mt_dop=3;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=OFF;

-- 2019-04-18 06:29:49,597 INFO     MainThread: Started query 7e42714c876cb972:2f61939c00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes p join [BROADCAST] alltypestiny b
on p.month = b.int_col and b.month = 1 and b.string_col = &quot;1&quot;;

-- 2019-04-18 06:29:50,405 INFO     MainThread: Started query 0c482a2943d629f3:933815bd00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:50,854 INFO     MainThread: Started query cb46b6fcea9a5c4a:24778b9f00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:50,861 INFO     MainThread: Started query ed4d752603b3a6c5:e0142f3700000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:50,866 INFO     MainThread: Started query e24744701babed52:d3d8fa1900000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes p join [BROADCAST] alltypestiny b
on p.month = b.int_col and b.month = 1 and b.string_col = &quot;1&quot;;

-- 2019-04-18 06:29:50,899 INFO     MainThread: Started query 894a6ec81505f84b:0a89147800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:51,242 INFO     MainThread: Started query 354a824c25467c2d:2174b8ed00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:51,247 INFO     MainThread: Started query 40495eb32bcb7940:e1aa9fac00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:51,254 INFO     MainThread: Started query e948fcf78d6fdcb3:994a168d00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:51,259 INFO     MainThread: Started query 2b421212898d3a16:32a721f400000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes p join [SHUFFLE] alltypestiny b
on p.month = b.int_col and b.month = 1 and b.string_col = &quot;1&quot;;

-- 2019-04-18 06:29:51,281 INFO     MainThread: Started query 294701a36984e9d2:e1e6667700000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:51,634 INFO     MainThread: Started query 7b4c59d778883a04:d47d6f3800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:51,640 INFO     MainThread: Started query c3454900a6d5c8c4:052920ba00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:51,646 INFO     MainThread: Started query 6549f29f8cb15f5f:ee0f965b00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:51,651 INFO     MainThread: Started query 6f402488bfabe5cd:cb63696800000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes p join [SHUFFLE] alltypestiny b
on p.month = b.int_col and b.month = 1 and b.string_col = &quot;1&quot;;

-- 2019-04-18 06:29:51,672 INFO     MainThread: Started query 4f4d58756f2157ae:96b44ef500000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:52,028 INFO     MainThread: Started query 6745d3a86c78276d:71c763d400000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:52,033 INFO     MainThread: Started query 8c48cc98f24b9407:9ee61a8900000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:52,039 INFO     MainThread: Started query f8490849b3abf9e7:1732491200000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:52,045 INFO     MainThread: Started query d340fdc562907ab3:6d1923b000000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypes b
    join [BROADCAST] alltypestiny c
    where c.month = 13 and b.year = c.year and a.month = b.month;

-- 2019-04-18 06:29:52,070 INFO     MainThread: Started query e044d47932a4235f:de107ef500000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:52,686 INFO     MainThread: Started query a24c8cd03a8ff5b6:c305ff7800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:52,691 INFO     MainThread: Started query e847cf8a429adef7:5f13346700000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:52,697 INFO     MainThread: Started query 264713c4ddb0350f:c11e226800000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:52,702 INFO     MainThread: Started query 994b8d44af04a0d7:ddad6f8500000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypes b
    join [BROADCAST] alltypestiny c
    where c.month = 13 and b.year = c.year and a.month = b.month;

-- 2019-04-18 06:29:52,725 INFO     MainThread: Started query 0e44087ec157c55a:0ab3812b00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:53,340 INFO     MainThread: Started query 534bf677aeaeac77:3b4c564f00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:53,345 INFO     MainThread: Started query 8b4b48faf1789d62:7ec60bef00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:53,351 INFO     MainThread: Started query 6b4083acd393f9c2:ac4601ef00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:53,356 INFO     MainThread: Started query b04253681de29cb9:2b36ff7b00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypestiny b
    on greatest(a.month, 1000) = greatest(b.month, 2000);

-- 2019-04-18 06:29:53,374 INFO     MainThread: Started query e74e7fa0ab218a4f:572b437000000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:53,774 INFO     MainThread: Started query f9455cb3fd12eb51:5e4ee19800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:53,779 INFO     MainThread: Started query ce428cab7841489c:bbc9361f00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:53,785 INFO     MainThread: Started query 9c45edb030c1d4b7:48ee42f500000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:53,790 INFO     MainThread: Started query cb4800076632cd60:a45fd89500000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypestiny b
    on a.month = b.month + 10000;

-- 2019-04-18 06:29:53,808 INFO     MainThread: Started query 894a33bdb52131ca:fe5e18fe00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:54,157 INFO     MainThread: Started query 28401f65069b70af:eba9bb6200000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:54,162 INFO     MainThread: Started query 4442e8b4ca7b749d:4038ecee00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:54,167 INFO     MainThread: Started query e847c91a70e609c2:1bf7693b00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:54,172 INFO     MainThread: Started query 524b9bd4465391c7:ff4035fc00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypestiny b
    on a.month = b.month + 10000;

-- 2019-04-18 06:29:54,191 INFO     MainThread: Started query c54bc0c261871581:5f07970f00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:54,541 INFO     MainThread: Started query 1946fe3256e1d4e8:29faa4ce00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:54,546 INFO     MainThread: Started query 624534b077b7a1ef:365c543d00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:54,552 INFO     MainThread: Started query fe429429c97c96d2:9e57d2f500000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:54,557 INFO     MainThread: Started query e14e181d1a38b558:622d53fd00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [SHUFFLE] alltypestiny b
    on a.month = b.month + 10000;

-- 2019-04-18 06:29:54,573 INFO     MainThread: Started query 7e487d78343bb3d1:8f25717a00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:54,936 INFO     MainThread: Started query 384972d0aae80365:f658bcd500000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:54,941 INFO     MainThread: Started query 4b4af6704c7aea10:ab310f4500000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:54,947 INFO     MainThread: Started query 7b4633ddecdff101:08ed298400000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:54,952 INFO     MainThread: Started query 55417c84362191ee:a977c4ec00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [SHUFFLE] alltypestiny b
    on a.month = b.month + 10000;

-- 2019-04-18 06:29:54,969 INFO     MainThread: Started query b644b26e19aa4077:3dac10e800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:55,383 INFO     MainThread: Started query ce4f2364ca294f03:8be09ead00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:55,388 INFO     MainThread: Started query 3e4b6e47c7a86d47:48d8ab1000000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:55,394 INFO     MainThread: Started query 8e4980ccb696dcce:eace685d00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=LOCAL;

-- 2019-04-18 06:29:55,399 INFO     MainThread: Started query 894689d0548f123e:cc05791e00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    join [BROADCAST] alltypestiny b
    on a.month + a.year = b.year + 1;

-- 2019-04-18 06:29:55,415 INFO     MainThread: Started query 4445564488fd4af9:088c43df00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:55,816 INFO     MainThread: Started query fa486ab9f356e9cb:bfa86d8d00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:55,820 INFO     MainThread: Started query e342afe7bd3fe396:35da69fb00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:55,826 INFO     MainThread: Started query 3d4d4ce82ffeb65c:219bcf1d00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:55,831 INFO     MainThread: Started query dc49c4daf84a3294:50f4434700000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    LEFT OUTER join alltypestiny b
    on a.month = b.year;

-- 2019-04-18 06:29:55,848 INFO     MainThread: Started query 3742a3f4a31b86d3:a0cc51ba00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:56,196 INFO     MainThread: Started query 1e442f6ad6bec8d5:b8c016fb00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:56,201 INFO     MainThread: Started query 6a47343cd1e9a0be:93284aef00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:56,207 INFO     MainThread: Started query 014a7fc02946068a:5657840c00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:56,212 INFO     MainThread: Started query 094b573fe6964d50:372bc13700000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    RIGHT OUTER join alltypestiny b
    on a.month = b.year;

-- 2019-04-18 06:29:56,235 INFO     MainThread: Started query d549e16e4802a3e0:f8927d6300000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:56,597 INFO     MainThread: Started query 234e2d5d742ac968:32b9804400000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:56,602 INFO     MainThread: Started query 4b4ec2cd64347b1d:df6c99ed00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:56,608 INFO     MainThread: Started query c14c4885df7bcac6:4194d28300000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:56,613 INFO     MainThread: Started query 514ef5e3d32d63ea:0eca41e900000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypes a
    FULL OUTER join alltypestiny b
    on a.month = b.year;

-- 2019-04-18 06:29:56,628 INFO     MainThread: Started query e446f3c9aa5b4b04:cd4e8b7800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:56,991 INFO     MainThread: Started query ae4d42ceb73715a0:9bb50cb800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:56,996 INFO     MainThread: Started query 6c4886b3d762dedb:e90fee2a00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:57,003 INFO     MainThread: Started query 6b42bcd628707ed5:4438b45e00000000
-- executing against localhost:21000

SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:57,008 INFO     MainThread: Started query c0431c61015c0814:56b6c6af00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(*) from alltypesagg a
    join alltypesagg b
    on a.day &lt;=&gt; b.day
    where b.int_col IS NULL and b.id = 0 and b.day IS DISTINCT FROM 1;

-- 2019-04-18 06:29:57,225 INFO     MainThread: Started query 4c412c01ec17281b:3fbbbfe800000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:57,577 INFO     MainThread: Started query f240c4a699fe01a1:35642b1c00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:57,582 INFO     MainThread: Started query 2041f49b3d1a1519:774a693b00000000
-- executing against localhost:21000

set RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:57,588 INFO     MainThread: Started query 83429bc857c7468e:fa15130f00000000
-- executing against localhost:21000

set RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:57,593 INFO     MainThread: Started query cc40b20f7fc33fce:d7ab19f500000000
-- executing against localhost:21000

with t1 as (select month x, bigint_col y from alltypes limit 7300),
     t2 as (select distinct int_col x, bigint_col y from alltypestiny limit 2)
     select count(*) from t1, t2 where t1.x = t2.x;

-- 2019-04-18 06:29:57,614 INFO     MainThread: Started query 0e4084dbe1f6acad:72fd9ec100000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:58,033 INFO     MainThread: Started query 3d41b363b5119b32:f18af88e00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:58,038 INFO     MainThread: Started query 134ce4bbb373f340:978adef700000000
-- executing against localhost:21000
set NUM_NODES=1;

-- 2019-04-18 06:29:58,044 INFO     MainThread: Started query 504b1ec04431e411:7cc3e1cd00000000
-- executing against localhost:21000

set RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:58,049 INFO     MainThread: Started query 55451d398f8327e5:70f8973d00000000
-- executing against localhost:21000

select STRAIGHT_JOIN count(a.id) from alltypes a
    join [SHUFFLE] alltypes b on a.id = b.id;

-- 2019-04-18 06:29:58,070 INFO     MainThread: Started query bf40b34f0e3f4266:4317517400000000
-- executing against localhost:21000
SET NUM_NODES=&quot;0&quot;;

-- 2019-04-18 06:29:58,586 INFO     MainThread: Started query 5b459e32a3334386:a255bfc400000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:58,591 INFO     MainThread: Started query b044d3300f624850:deef99ec00000000
-- executing against localhost:21000
set RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:58,596 INFO     MainThread: Started query f64dd5ebb0aa64fb:47cab15400000000
-- executing against localhost:21000

set RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:58,601 INFO     MainThread: Started query 934e33dc2301153d:b80d899100000000
-- executing against localhost:21000

select straight_join count(*)
from alltypes a join [BROADCAST] alltypessmall c
    on a.month = c.month join [BROADCAST] alltypesagg b
    on a.month = b.id where b.int_col &lt; 0;

-- 2019-04-18 06:29:58,746 INFO     MainThread: Started query 064a97f0f50570ea:9a6abce600000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:59,368 INFO     MainThread: Started query 1e4e7115108c4a2b:388c489400000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:59,374 INFO     MainThread: Started query c14239631a378d36:255de84800000000
-- executing against localhost:21000
set RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:59,380 INFO     MainThread: Started query 444d5170c9fb4e8a:8c70457d00000000
-- executing against localhost:21000

set RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:59,385 INFO     MainThread: Started query df4eee1b5323d517:9d38164b00000000
-- executing against localhost:21000

select straight_join count(*)
from (select month, year from alltypes
      union all
      select month, year from alltypes) a
    join alltypessmall b on a.month = b.month
where b.int_col = 1;

-- 2019-04-18 06:29:59,406 INFO     MainThread: Started query 5243fae772b7d896:e6af007400000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:29:59,747 INFO     MainThread: Started query 7f4f698d76e10313:22d073a400000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:29:59,752 INFO     MainThread: Started query 16412aa8b6db6835:233f3db600000000
-- executing against localhost:21000
set RUNTIME_FILTER_WAIT_TIME_MS=60000;

-- 2019-04-18 06:29:59,757 INFO     MainThread: Started query 86432252bcaa81f0:ecaca39500000000
-- executing against localhost:21000

set RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:29:59,762 INFO     MainThread: Started query 834d1e6ce63d29ab:4c4038ed00000000
-- executing against localhost:21000

select straight_join count(*)
from functional_parquet.alltypes a join [BROADCAST] functional_kudu.alltypes b
    join [BROADCAST] functional_parquet.alltypes c
where a.int_col = b.int_col and a.int_col = c.smallint_col * 2 and c.id &lt; 100;

-- 2019-04-18 06:30:00,951 INFO     MainThread: Started query d24524180b0a677c:a572247400000000
-- executing against localhost:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=&quot;0&quot;;

-- 2019-04-18 06:30:01,884 INFO     MainThread: Started query e7449a684025fb39:13a655ab00000000
-- executing against localhost:21000
SET RUNTIME_FILTER_MODE=&quot;GLOBAL&quot;;

-- 2019-04-18 06:30:01,890 INFO     MainThread: Started query 5741fd1672ee25d8:efb707ad00000000
</system-err></testcase><testcase classname="custom_cluster.test_parquet_max_page_header.TestParquetMaxPageHeader" file="custom_cluster/test_parquet_max_page_header.py" line="93" name="test_large_page_header_config[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: parquet/none]" time="36.497355938"><system-err>-- 2019-04-18 06:30:02,089 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-max_page_header_size=31457280 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:30:02 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:30:03 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:30:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:30:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:30:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:30:07 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:30:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:30:07 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:30:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:30:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:30:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:30:09 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:30:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:30:10 MainThread: num_known_live_backends has reached value: 3
06:30:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:30:11 MainThread: num_known_live_backends has reached value: 3
06:30:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:30:11 MainThread: num_known_live_backends has reached value: 3
06:30:12 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:30:12,276 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:30:12,276 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:30:12,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:30:12,279 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:30:12,279 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:30:12,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:30:12,281 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:30:12,281 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:30:12,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:30:12,283 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:30:12,283 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:30:12,284 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:30:12,285 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_parquet_max_page_header.py::TestParquetMaxPageHeader::()::test_large_page_header_config[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_sing;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4ba9e10&gt;
-- 2019-04-18 06:30:12,402 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_parquet_max_page_header.py::TestParquetMaxPageHeader::()::test_large_page_header_config[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_sing;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
DROP TABLE IF EXISTS parquet_test_data_text PURGE;

-- 2019-04-18 06:30:12,482 INFO     MainThread: Started query 1946d7b8f5c5cada:9887909800000000
-- executing against ip-172-31-13-181:21000
DROP TABLE IF EXISTS large_page_header PURGE;

-- 2019-04-18 06:30:12,489 INFO     MainThread: Started query f24b0fe5ff05dae2:6e18e8e500000000
-- executing against ip-172-31-13-181:21000
CREATE TABLE parquet_test_data_text (col string) STORED AS TEXTFILE LOCATION &apos;/test-warehouse/large_page_header_text&apos;;

-- 2019-04-18 06:30:13,082 INFO     MainThread: Started query d447de7bafe99012:9bd851bb00000000
-- executing against ip-172-31-13-181:21000
CREATE TABLE large_page_header (col string) STORED AS PARQUET LOCATION &apos;/test-warehouse/large_page_header&apos;;

-- 2019-04-18 06:30:13,581 INFO     MainThread: Started query b344561e61956d5b:4fc9d9d400000000
-- executing against ip-172-31-13-181:21000
REFRESH parquet_test_data_text;

-- 2019-04-18 06:30:25,098 INFO     MainThread: Started query 1347271dfda0e305:f5e06fb100000000
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/ubuntu/Impala/toolchain/cdh_components-1009254/hive-2.1.1-cdh6.x-SNAPSHOT/lib/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/ubuntu/Impala/toolchain/cdh_components-1009254/hadoop-3.0.0-cdh6.x-SNAPSHOT/share/hadoop/common/lib/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory]

Logging initialized using configuration in file:/home/ubuntu/Impala/fe/src/test/resources/hive-log4j2.properties Async: false
Query ID = ubuntu_20190418063030_bf85cea1-5fe7-4c0a-be29-95301c854ae3
Total jobs = 3
Launching Job 1 out of 3
Number of reduce tasks is set to 0 since there&apos;s no reduce operator
19/04/18 06:30:33 INFO lzo.GPLNativeCodeLoader: Loaded native gpl library
19/04/18 06:30:33 INFO lzo.LzoCodec: Successfully loaded &amp; initialized native-lzo library [hadoop-lzo rev 2b3bd7731ff3ef5d8585a004b90696630e5cea96]
19/04/18 06:30:34 INFO mapred.LocalDistributedCacheManager: Creating symlink: /tmp/hadoop-ubuntu/mapred/local/1555569033926/libjars &lt;- /home/ubuntu/Impala/tests/libjars/*
19/04/18 06:30:34 WARN mapred.LocalDistributedCacheManager: Failed to create symlink: /tmp/hadoop-ubuntu/mapred/local/1555569033926/libjars &lt;- /home/ubuntu/Impala/tests/libjars/*
19/04/18 06:30:34 INFO mapred.LocalDistributedCacheManager: Localized file:/tmp/hadoop/mapred/staging/ubuntu1078586806/.staging/job_local1078586806_0001/libjars as file:/tmp/hadoop-ubuntu/mapred/local/1555569033926/libjars
Job running in-process (local Hadoop)
19/04/18 06:30:34 INFO mapred.LocalJobRunner: OutputCommitter set in config org.apache.hadoop.hive.ql.io.HiveFileFormatUtils$NullOutputCommitter
19/04/18 06:30:34 INFO mapred.LocalJobRunner: OutputCommitter is org.apache.hadoop.hive.ql.io.HiveFileFormatUtils$NullOutputCommitter
19/04/18 06:30:34 INFO mapred.LocalJobRunner: Waiting for map tasks
19/04/18 06:30:34 INFO mapred.LocalJobRunner: Starting task: attempt_local1078586806_0001_m_000000_0
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/ubuntu/Impala/toolchain/cdh_components-1009254/hive-2.1.1-cdh6.x-SNAPSHOT/lib/hive-exec-2.1.1-cdh6.x-SNAPSHOT.jar!/shaded/parquet/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/ubuntu/Impala/toolchain/cdh_components-1009254/hive-2.1.1-cdh6.x-SNAPSHOT/lib/parquet-hadoop-bundle-1.9.0-cdh6.x-20190403.214507-1.jar!/shaded/parquet/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [shaded.parquet.org.slf4j.helpers.NOPLoggerFactory]
2019-04-18 06:30:35,093 Stage-1 map = 0%,  reduce = 0%
19/04/18 06:30:35 INFO mapred.LocalJobRunner: 
19/04/18 06:30:35 INFO mapred.LocalJobRunner: hdfs://localhost:20500/test-warehouse/large_page_header_text/data.txt:0+20971521
19/04/18 06:30:35 INFO mapred.LocalJobRunner: Finishing task: attempt_local1078586806_0001_m_000000_0
19/04/18 06:30:35 INFO mapred.LocalJobRunner: map task executor complete.
2019-04-18 06:30:36,099 Stage-1 map = 100%,  reduce = 0%
Ended Job = job_local1078586806_0001
Stage-3 is selected by condition resolver.
Stage-2 is filtered out by condition resolver.
Stage-4 is filtered out by condition resolver.
Moving data to directory hdfs://localhost:20500/test-warehouse/large_page_header/.hive-staging_hive_2019-04-18_06-30-30_353_6392666995428791813-1/-ext-10000
Loading data to table default.large_page_header
MapReduce Jobs Launched: 
Stage-Stage-1:  HDFS Read: 20971521 HDFS Write: 20971782 HDFS EC Read: 0 SUCCESS
Total MapReduce CPU Time Spent: 0 msec
OK
Time taken: 6.163 seconds
-- executing against ip-172-31-13-181:21000
select length(max(col)) from large_page_header;

-- 2019-04-18 06:30:37,265 INFO     MainThread: Started query 24475e8bd943329a:042598c900000000
</system-err></testcase><testcase classname="custom_cluster.test_parquet_page_index.TestHdfsParquetTableIndexWriter" file="custom_cluster/test_parquet_page_index.py" line="284" name="test_ctas_tables[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: parquet/none]" time="52.006513834"><system-err>-- 2019-04-18 06:30:38,588 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--enable_parquet_page_index_writing_debug_only &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:30:39 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:30:40 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:30:41 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:30:41 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:30:41 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:30:44 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:30:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:30:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:30:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:30:45 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:30:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:30:46 MainThread: num_known_live_backends has reached value: 3
06:30:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:30:46 MainThread: num_known_live_backends has reached value: 3
06:30:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:30:47 MainThread: num_known_live_backends has reached value: 3
06:30:47 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:30:47,789 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:30:47,789 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:30:47,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:30:47,792 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:30:47,792 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:30:47,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:30:47,794 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:30:47,794 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:30:47,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:30:47,796 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:30:47,796 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:30:47,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:30:47,798 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b9f8d0&gt;
-- 2019-04-18 06:30:47,917 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_ctas_tables_8117506a` CASCADE;

-- 2019-04-18 06:30:48,022 INFO     MainThread: Started query a74a2ba4ac124fa8:6d4eb81400000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_ctas_tables_8117506a`;

-- 2019-04-18 06:30:48,583 INFO     MainThread: Started query 0f446b25a9aad709:22c01bdf00000000
-- 2019-04-18 06:30:48,585 INFO     MainThread: Created database &quot;test_ctas_tables_8117506a&quot; for test ID &quot;custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: parquet/none]&quot;
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:30:48,600 INFO     MainThread: Started query 6c4542462c06092c:63e0530400000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer stored as parquet as select * from functional.alltypes;

-- 2019-04-18 06:30:49,583 INFO     MainThread: Started query 7c458bc78fdac26e:4916d0a500000000
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:30:52,586 INFO     MainThread: Started query e2438f0c5971aa58:f87d25ab00000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer stored as parquet as select * from functional.decimal_tbl;

-- 2019-04-18 06:30:53,081 INFO     MainThread: Started query fc46859341c82c15:e533cac200000000
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:30:55,585 INFO     MainThread: Started query 2f4ea8fb278be072:babc3ca900000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer stored as parquet as select * from functional.chars_formats;

-- 2019-04-18 06:30:56,081 INFO     MainThread: Started query 58469e3845dbb7cb:76f31a6000000000
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:30:58,585 INFO     MainThread: Started query d847bf0673303dbe:7881259a00000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer stored as parquet as select * from functional.nulltable;

-- 2019-04-18 06:30:59,081 INFO     MainThread: Started query 12478f34e71f3acc:20996a6b00000000
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:31:01,585 INFO     MainThread: Started query e4416e873eb27adb:f9ff83ea00000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer stored as parquet as select * from tpch.customer;

-- 2019-04-18 06:31:02,081 INFO     MainThread: Started query 804ec562dba2b823:a00515d800000000
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:31:05,084 INFO     MainThread: Started query 35456e23199e739b:4724bfbb00000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer stored as parquet as select * from tpch.orders;

-- 2019-04-18 06:31:05,582 INFO     MainThread: Started query 904d219f944dea8d:2128db0d00000000
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:31:13,585 INFO     MainThread: Started query 224ebc1759120b45:2151523a00000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer sort by(id) stored as parquet as select * from functional_parquet.zipcode_incomes;

-- 2019-04-18 06:31:14,081 INFO     MainThread: Started query 7e422f68d34d3560:47a21c5400000000
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:31:16,584 INFO     MainThread: Started query ba4b8bfc8566e061:5dd0103100000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer stored as parquet as select * from functional_parquet.widerow;

-- 2019-04-18 06:31:17,081 INFO     MainThread: Started query 35495d514791b39b:5f685e6100000000
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:31:19,584 INFO     MainThread: Started query a84d66feb7a99387:5a80d82900000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer stored as parquet as select * from functional_parquet.widetable_250_cols;

-- 2019-04-18 06:31:20,082 INFO     MainThread: Started query df485fcf1001f2e0:c206f19e00000000
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:31:22,585 INFO     MainThread: Started query 46447bb933ca84a5:0cbf744400000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer stored as parquet as select * from functional_parquet.widetable_500_cols;

-- 2019-04-18 06:31:23,083 INFO     MainThread: Started query cd4a3e4bdb53af92:ba78895e00000000
-- executing against localhost:21000
drop table if exists test_ctas_tables_8117506a.test_hdfs_parquet_table_writer;

-- 2019-04-18 06:31:26,086 INFO     MainThread: Started query 6d4813fe79959beb:328724bd00000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_ctas_tables[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_ctas_tables_8117506a.test_hdfs_parquet_table_writer stored as parquet as select * from functional_parquet.widetable_1000_cols;

-- 2019-04-18 06:31:27,086 INFO     MainThread: Started query 3b47db109fc22160:5e976a7600000000
</system-err></testcase><testcase classname="custom_cluster.test_parquet_page_index.TestHdfsParquetTableIndexWriter" file="custom_cluster/test_parquet_page_index.py" line="331" name="test_max_string_values[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: parquet/none]" time="21.0132713318"><system-err>-- 2019-04-18 06:31:30,597 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--enable_parquet_page_index_writing_debug_only &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:31:31 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:31:32 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:31:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:31:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:31:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:31:36 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:31:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:31:36 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:31:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:31:37 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:31:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:31:38 MainThread: num_known_live_backends has reached value: 3
06:31:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:31:38 MainThread: num_known_live_backends has reached value: 3
06:31:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:31:39 MainThread: num_known_live_backends has reached value: 3
06:31:39 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:31:39,791 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:31:39,791 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:31:39,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:31:39,794 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:31:39,794 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:31:39,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:31:39,796 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:31:39,796 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:31:39,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:31:39,798 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:31:39,798 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:31:39,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:31:39,800 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b65110&gt;
-- 2019-04-18 06:31:39,938 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_max_string_values_4809c8c` CASCADE;

-- 2019-04-18 06:31:40,043 INFO     MainThread: Started query 33475702c3037cdc:ae7bcd9b00000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_max_string_values_4809c8c`;

-- 2019-04-18 06:31:40,583 INFO     MainThread: Started query 1840e6b7cb596870:40039edf00000000
-- 2019-04-18 06:31:40,585 INFO     MainThread: Created database &quot;test_max_string_values_4809c8c&quot; for test ID &quot;custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: parquet/none]&quot;
-- executing against localhost:21000
drop table if exists test_max_string_values_4809c8c.short_tbl;

-- 2019-04-18 06:31:40,600 INFO     MainThread: Started query 89496f2eaaf8de1c:61c4e68100000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_max_string_values_4809c8c.short_tbl (str string) stored as parquet;

-- 2019-04-18 06:31:41,082 INFO     MainThread: Started query f14eda885d4ade05:24e86e7d00000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
insert into test_max_string_values_4809c8c.short_tbl values (rpad(&apos;&apos;, 63, chr(255)));

-- 2019-04-18 06:31:41,621 INFO     MainThread: Started query ca49a3ddfc64121d:26b9115600000000
-- executing against localhost:21000
drop table if exists test_max_string_values_4809c8c.fit_tbl;

-- 2019-04-18 06:31:43,808 INFO     MainThread: Started query 6849242a9a3be75e:b5a6a94500000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_max_string_values_4809c8c.fit_tbl (str string) stored as parquet;

-- 2019-04-18 06:31:44,081 INFO     MainThread: Started query 2845c8eb9746879e:15bdb01600000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
insert into test_max_string_values_4809c8c.fit_tbl values (rpad(&apos;&apos;, 64, chr(255)));

-- 2019-04-18 06:31:44,255 INFO     MainThread: Started query 514a2ed2fdd4d93c:033be83200000000
-- executing against localhost:21000
drop table if exists test_max_string_values_4809c8c.too_long_tbl;

-- 2019-04-18 06:31:46,232 INFO     MainThread: Started query 124cf8a187d0e629:74c6c6ce00000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_max_string_values_4809c8c.too_long_tbl (str string) stored as parquet;

-- 2019-04-18 06:31:46,581 INFO     MainThread: Started query 76407daa4de662e4:4886b9e400000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
insert into test_max_string_values_4809c8c.too_long_tbl values (rpad(&apos;&apos;, 65, chr(255)));

-- 2019-04-18 06:31:46,727 INFO     MainThread: Started query 7946883424e2a1b2:5f98e26c00000000
-- executing against localhost:21000
drop table if exists test_max_string_values_4809c8c.aaa_tbl;

-- 2019-04-18 06:31:48,720 INFO     MainThread: Started query 8c413730f072a4c1:8c0f324a00000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create table test_max_string_values_4809c8c.aaa_tbl (str string) stored as parquet;

-- 2019-04-18 06:31:49,081 INFO     MainThread: Started query b44a4cf1ae07606f:53f78de400000000
SET client_identifier=custom_cluster/test_parquet_page_index.py::TestHdfsParquetTableIndexWriter::()::test_max_string_values[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET batch_size=0;
SET num_nodes=1;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
insert into test_max_string_values_4809c8c.aaa_tbl values (rpad(&apos;aaa&apos;, 65, chr(255)));

-- 2019-04-18 06:31:49,205 INFO     MainThread: Started query 6448fbf26c6d121d:092c92ad00000000
</system-err></testcase><testcase classname="custom_cluster.test_pause_monitor.TestPauseMonitor" file="custom_cluster/test_pause_monitor.py" line="26" name="test_jvm_pause_monitor_logs_entries" time="16.4167459011"><system-err>-- 2019-04-18 06:31:51,612 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--logbuflevel=-1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:31:52 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:31:53 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:31:54 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:31:54 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:31:54 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:31:57 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:31:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:31:57 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:31:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:31:58 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:31:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:31:59 MainThread: num_known_live_backends has reached value: 3
06:31:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:31:59 MainThread: num_known_live_backends has reached value: 3
06:32:00 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:32:00 MainThread: num_known_live_backends has reached value: 3
06:32:00 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:32:00,818 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:32:00,818 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:32:00,819 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:32:00,821 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:32:00,821 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:32:00,822 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:32:00,823 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:32:00,823 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:32:00,824 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:32:00,825 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:32:00,825 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:32:00,826 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:32:00,827 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_pause_monitor.py::TestPauseMonitor::()::test_jvm_pause_monitor_logs_entries;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b9b690&gt;
-- 2019-04-18 06:32:00,946 INFO     MainThread: Closing active operation
-- 2019-04-18 06:32:00,971 INFO     MainThread: Killing &lt;ImpaladProcess PID: 65358 (/home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21000 -hs2_port=21050 -be_port=22000 -krpc_port=27000 -state_store_subscriber_port=23000 -webserver_port=25000 --logbuflevel=-1 --default_query_options=)&gt; with signal 19
-- 2019-04-18 06:32:06,009 INFO     MainThread: Killing &lt;ImpaladProcess PID: 65358 (/home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21000 -hs2_port=21050 -be_port=22000 -krpc_port=27000 -state_store_subscriber_port=23000 -webserver_port=25000 --logbuflevel=-1 --default_query_options=)&gt; with signal 18
-- 2019-04-18 06:32:08,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:32:08,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_permanent_udfs.TestUdfPersistence" file="custom_cluster/test_permanent_udfs.py" line="118" name="test_permanent_udfs" time="80.0559418201"><system-err>-- 2019-04-18 06:32:08,030 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:32:08 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:32:09 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:32:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:32:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:32:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:32:13 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:32:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:32:13 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:32:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:32:14 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:32:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:32:15 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:32:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:32:16 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:32:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:32:17 MainThread: num_known_live_backends has reached value: 3
06:32:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:32:18 MainThread: num_known_live_backends has reached value: 3
06:32:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:32:18 MainThread: num_known_live_backends has reached value: 3
06:32:19 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:32:19,224 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:32:19,224 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:32:19,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:32:19,228 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:32:19,228 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:32:19,229 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:32:19,230 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:32:19,230 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:32:19,231 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:32:19,232 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:32:19,232 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:32:19,232 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:32:19,234 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_permanent_udfs;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b8be10&gt;
-- 2019-04-18 06:32:19,345 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_permanent_udfs;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS udf_permanent_test CASCADE;

-- 2019-04-18 06:32:19,452 INFO     MainThread: Started query 294d9aea775d7530:299e33a000000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS java_permanent_test CASCADE;

-- 2019-04-18 06:32:19,486 INFO     MainThread: Started query f1467dc64bd07267:c6f5855700000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS hive_impala_integration_db CASCADE;

-- 2019-04-18 06:32:19,517 INFO     MainThread: Started query f146e1a81ad72c7f:69e427f300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(boolean);

-- 2019-04-18 06:32:19,625 INFO     MainThread: Started query 4c434cd783bef780:4abdfe4100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(tinyint);

-- 2019-04-18 06:32:19,721 INFO     MainThread: Started query d14610e8d0e67619:6599908c00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(smallint);

-- 2019-04-18 06:32:19,815 INFO     MainThread: Started query 054618ce84f2f082:958c7bae00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(int);

-- 2019-04-18 06:32:19,911 INFO     MainThread: Started query 4e48229a8a5c637a:bee5c89400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(bigint);

-- 2019-04-18 06:32:20,006 INFO     MainThread: Started query 95410ca8189db5bc:e670764000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(float);

-- 2019-04-18 06:32:20,101 INFO     MainThread: Started query 584ddbb09d2f564d:bb60503600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(double);

-- 2019-04-18 06:32:20,196 INFO     MainThread: Started query 92477bc05b5e7300:c0bb094800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(string);

-- 2019-04-18 06:32:20,291 INFO     MainThread: Started query f2416b99e21157c5:cdb70f9900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(timestamp);

-- 2019-04-18 06:32:20,387 INFO     MainThread: Started query 5e425cb1b6b05b32:73be47f000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(9,0));

-- 2019-04-18 06:32:20,485 INFO     MainThread: Started query d945553253734643:8ba2d3f300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(18,1));

-- 2019-04-18 06:32:20,580 INFO     MainThread: Started query 694185a9e202b220:d7e163c800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(38,10));

-- 2019-04-18 06:32:20,676 INFO     MainThread: Started query 314f59b5aafe10f8:79d3c96e00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0));

-- 2019-04-18 06:32:20,772 INFO     MainThread: Started query ff4d4afdcdff0ba3:2b03e61c00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.no_args();

-- 2019-04-18 06:32:20,867 INFO     MainThread: Started query fd4c6f49fa27e218:6e3fba1800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_and(boolean...);

-- 2019-04-18 06:32:20,961 INFO     MainThread: Started query 07480e383ab5c699:1aeb8f8e00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(int...);

-- 2019-04-18 06:32:21,055 INFO     MainThread: Started query 4f4850905c09fb1e:011852e200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(double...);

-- 2019-04-18 06:32:21,150 INFO     MainThread: Started query 0e4fa57f14cdd48a:913e967100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(string...);

-- 2019-04-18 06:32:21,244 INFO     MainThread: Started query c844ca69c5b8dda3:ca0fd2b400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(decimal(4,2)...);

-- 2019-04-18 06:32:21,338 INFO     MainThread: Started query 2748dbaa69e8a546:4475dbcb00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum_multiply(double, int...);

-- 2019-04-18 06:32:21,434 INFO     MainThread: Started query 4e4f89d3bbb91be2:229452a400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_timestamp();

-- 2019-04-18 06:32:21,528 INFO     MainThread: Started query d74cefd77dcb552f:8a8c30ee00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_arg_type(string);

-- 2019-04-18 06:32:21,623 INFO     MainThread: Started query 2c41ee00f2b8987e:02839aa600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.count_rows();

-- 2019-04-18 06:32:21,718 INFO     MainThread: Started query 1e46abd2b6891525:1beb5e9800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_arg(int);

-- 2019-04-18 06:32:21,812 INFO     MainThread: Started query 4d4317efccf9190f:6742580900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_open(int);

-- 2019-04-18 06:32:21,906 INFO     MainThread: Started query c44651e40c8a5016:040029fd00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test(bigint);

-- 2019-04-18 06:32:22,001 INFO     MainThread: Started query 5e494ee75cd08bd0:0ab729ee00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test_leaks(bigint);

-- 2019-04-18 06:32:22,098 INFO     MainThread: Started query 9a4cba98b1c30ba5:8bcf1da300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.unmangled_symbol();

-- 2019-04-18 06:32:22,192 INFO     MainThread: Started query ec4341f1731e565b:24dee5f800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.four_args(int, int, int, int);

-- 2019-04-18 06:32:22,287 INFO     MainThread: Started query 8646042779653f8c:b801790d00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.five_args(int, int, int, int, int);

-- 2019-04-18 06:32:22,382 INFO     MainThread: Started query be4ce7207db73219:4b66d4ca00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.six_args(int, int, int, int, int, int);

-- 2019-04-18 06:32:22,477 INFO     MainThread: Started query f74b1101674c7ef2:d619006b00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.seven_args(int, int, int, int, int, int, int);

-- 2019-04-18 06:32:22,572 INFO     MainThread: Started query 8349a81ea955f349:8a36e1e500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.eight_args(int, int, int, int, int, int, int, int);

-- 2019-04-18 06:32:22,667 INFO     MainThread: Started query 6749eaeb0ac3dc6f:00085c8900000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:32:23,084 INFO     MainThread: Started query ea4e1b1548c63e5b:109ee06000000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(boolean) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:32:23,585 INFO     MainThread: Started query e14ccc8937a9219b:1d7175ca00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(tinyint) returns tinyint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:32:24,081 INFO     MainThread: Started query 5648e0fa105d99fd:d8612dc700000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(smallint) returns smallint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:32:24,582 INFO     MainThread: Started query 614bd132b43931a0:7006c91300000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:32:25,081 INFO     MainThread: Started query e04cfde758f175e7:1876a71700000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:32:25,581 INFO     MainThread: Started query a141cb7fbe20388b:5796a85500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(float) returns float
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:32:26,081 INFO     MainThread: Started query 5d46fa5d0f0651eb:6cb217f600000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(double) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:32:26,581 INFO     MainThread: Started query ee45001acdd62afb:1c720e1d00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(string) returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_9StringValE&apos;;

-- 2019-04-18 06:32:27,081 INFO     MainThread: Started query bb43fe09d3c4c219:49ae3d4300000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(timestamp) returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_12TimestampValE&apos;;

-- 2019-04-18 06:32:27,581 INFO     MainThread: Started query 8544ddf3b68f1b4d:6d25fa5e00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(9,0)) returns decimal(9,0)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:32:28,081 INFO     MainThread: Started query 8e4492d88c4536da:6b6dbd2a00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(18,1)) returns decimal(18,1)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:32:28,581 INFO     MainThread: Started query 6941a5e16117d694:d30bf77400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(38,10)) returns decimal(38,10)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:32:29,081 INFO     MainThread: Started query 714c2f6f097efc2c:f0f3effd00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0))
    returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;AllTypes&apos;;

-- 2019-04-18 06:32:29,581 INFO     MainThread: Started query 7d4c5a8e3fa0addb:7ff7dc7300000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.no_args() returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z6NoArgsPN10impala_udf15FunctionContextE&apos;;

-- 2019-04-18 06:32:30,081 INFO     MainThread: Started query 9e401caad6c6beb5:6cd204a900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_and(boolean...) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarAnd&apos;;

-- 2019-04-18 06:32:30,582 INFO     MainThread: Started query 7849162109391526:2eace89200000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(int...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:32:31,082 INFO     MainThread: Started query a44f7742ab67c394:8093cc7a00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(double...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:32:31,582 INFO     MainThread: Started query c54f5d2dd95bacce:c228abb000000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(string...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:32:32,081 INFO     MainThread: Started query aa4ff6933bb9deea:abf3866000000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(decimal(4,2)...) returns decimal(18,2)
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:32:32,581 INFO     MainThread: Started query 7843652870fb0424:f5a76fc700000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum_multiply(double, int...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z14VarSumMultiplyPN10impala_udf15FunctionContextERKNS_9DoubleValEiPKNS_6IntValE&apos;;

-- 2019-04-18 06:32:33,082 INFO     MainThread: Started query 194c5b9d091a5bf5:32bf29bc00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_timestamp() returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantTimestamp&apos;;

-- 2019-04-18 06:32:33,581 INFO     MainThread: Started query 5040478f3b864d84:f73df18700000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_arg_type(string) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateArgType&apos;;

-- 2019-04-18 06:32:34,082 INFO     MainThread: Started query 1641449a3c019761:031b264400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.count_rows() returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Count&apos; prepare_fn=&apos;CountPrepare&apos; close_fn=&apos;CountClose&apos;;

-- 2019-04-18 06:32:34,582 INFO     MainThread: Started query c54bab221c08da83:1176ceb800000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_arg(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantArg&apos; prepare_fn=&apos;ConstantArgPrepare&apos; close_fn=&apos;ConstantArgClose&apos;;

-- 2019-04-18 06:32:35,082 INFO     MainThread: Started query 1945f04e3febb26c:43252d8700000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_open(int) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateOpen&apos;
    prepare_fn=&apos;ValidateOpenPrepare&apos; close_fn=&apos;ValidateOpenClose&apos;;

-- 2019-04-18 06:32:35,582 INFO     MainThread: Started query 0d42c4c43946fa35:bc01b30500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos; close_fn=&apos;MemTestClose&apos;;

-- 2019-04-18 06:32:36,082 INFO     MainThread: Started query 5f400cfe23358836:4b76e60600000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test_leaks(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos;;

-- 2019-04-18 06:32:36,582 INFO     MainThread: Started query 814957eb1f9e6332:bc11d7e400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.test_count(int);

-- 2019-04-18 06:32:41,785 INFO     MainThread: Started query 8a48d91af0ca78b5:2c67afd500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.hll(int);

-- 2019-04-18 06:32:41,882 INFO     MainThread: Started query 03494bb50c17480c:6ff53ed700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.sum_small_decimal(decimal(9,2));

-- 2019-04-18 06:32:41,977 INFO     MainThread: Started query 56464cdcfe2590f7:4e5a019700000000
-- executing against ip-172-31-13-181:21000

    create database if not exists udf_permanent_test;

-- 2019-04-18 06:32:41,983 INFO     MainThread: Started query a545a0dd902f5396:d1b539e500000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.test_count(int) returns bigint
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;CountUpdate&apos;;

-- 2019-04-18 06:32:42,582 INFO     MainThread: Started query be4433453cecb8f2:28e90d0500000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.hll(int) returns string
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;HllUpdate&apos;;

-- 2019-04-18 06:32:43,082 INFO     MainThread: Started query 004b53166ef47252:8f30db4b00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.sum_small_decimal(decimal(9,2))
    returns decimal(9,2) location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;SumSmallDecimalUpdate&apos;;

-- 2019-04-18 06:32:43,582 INFO     MainThread: Started query 1c48743d054741ca:0c4c08c300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.trunc_sum(double);

-- 2019-04-18 06:32:47,788 INFO     MainThread: Started query bb4af399165a439d:60f6241300000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:32:47,794 INFO     MainThread: Started query 1b44c9a27e0c2f24:89bb603400000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.trunc_sum(double)
    returns bigint intermediate double location &apos;/test-warehouse/libTestUdas.so&apos;
    update_fn=&apos;TruncSumUpdate&apos; merge_fn=&apos;TruncSumMerge&apos;
    serialize_fn=&apos;TruncSumSerialize&apos; finalize_fn=&apos;TruncSumFinalize&apos;;

-- 2019-04-18 06:32:48,082 INFO     MainThread: Started query 5a49c56d4d5bff9f:fb2bdf2800000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS java_permanent_test;

-- 2019-04-18 06:32:48,582 INFO     MainThread: Started query 3141193a2fe40fbf:0d5dbaf700000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS hive_impala_integration_db;

-- 2019-04-18 06:32:49,082 INFO     MainThread: Started query af4a3ceed4efc736:f90d2aba00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS in udf_permanent_test;

-- 2019-04-18 06:32:49,094 INFO     MainThread: Started query b74b19f727743d08:b3f3821f00000000
-- executing against ip-172-31-13-181:21000
SHOW AGGREGATE FUNCTIONS in udf_permanent_test;

-- 2019-04-18 06:32:49,100 INFO     MainThread: Started query f646817da473e5d2:44802d0d00000000
-- executing against ip-172-31-13-181:21000
INVALIDATE METADATA;

-- 2019-04-18 06:32:53,851 INFO     MainThread: Started query ac467a6cfd6cdf0f:68cd4c4800000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS in udf_permanent_test;

-- 2019-04-18 06:32:53,860 INFO     MainThread: Started query b743108635ab93e4:eb213d4a00000000
-- executing against ip-172-31-13-181:21000
SHOW AGGREGATE FUNCTIONS in udf_permanent_test;

-- 2019-04-18 06:32:53,867 INFO     MainThread: Started query cb40fc71d2004053:235b183000000000
-- 2019-04-18 06:32:58,230 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:32:58 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:32:59 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:33:00 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:33:00 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:33:00 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:33:03 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:33:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:03 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:04 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:05 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:06 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:07 MainThread: num_known_live_backends has reached value: 3
06:33:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:33:08 MainThread: num_known_live_backends has reached value: 3
06:33:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:33:08 MainThread: num_known_live_backends has reached value: 3
06:33:09 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:33:09,395 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:33:09,395 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:33:09,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:09,398 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:33:09,398 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:33:09,399 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:09,400 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:33:09,400 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:33:09,401 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:09,402 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:33:09,402 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:33:09,403 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:09,404 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_permanent_udfs;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS in udf_permanent_test;

-- 2019-04-18 06:33:09,539 INFO     MainThread: Started query 4349da7bab66b714:1775da9300000000
-- executing against ip-172-31-13-181:21000
SHOW AGGREGATE FUNCTIONS in udf_permanent_test;

-- 2019-04-18 06:33:09,545 INFO     MainThread: Started query 4d49d0835583b3d1:15cb211d00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.test_count(int);

-- 2019-04-18 06:33:10,188 INFO     MainThread: Started query 554c2e9e878352ff:bbb4a58c00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.hll(int);

-- 2019-04-18 06:33:10,673 INFO     MainThread: Started query c641a92161f5a420:7cbac25100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.sum_small_decimal(decimal(9,2));

-- 2019-04-18 06:33:11,172 INFO     MainThread: Started query cd4c7042931567c2:a82d72b400000000
-- executing against ip-172-31-13-181:21000
SHOW AGGREGATE FUNCTIONS in udf_permanent_test;

-- 2019-04-18 06:33:11,178 INFO     MainThread: Started query 2a40e8ce08c23f47:4c3c8b3600000000
-- 2019-04-18 06:33:15,540 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:33:15 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:33:16 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:33:18 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:33:18 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:33:18 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:33:21 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:33:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:21 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:22 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:23 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:24 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:25 MainThread: num_known_live_backends has reached value: 3
06:33:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:33:25 MainThread: num_known_live_backends has reached value: 3
06:33:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:33:26 MainThread: num_known_live_backends has reached value: 3
06:33:26 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:33:26,701 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:33:26,701 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:33:26,702 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:26,704 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:33:26,704 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:33:26,705 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:26,706 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:33:26,706 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:33:26,707 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:26,708 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:33:26,708 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:33:26,708 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:26,710 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_permanent_udfs;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
SHOW AGGREGATE FUNCTIONS in udf_permanent_test;

-- 2019-04-18 06:33:26,836 INFO     MainThread: Started query 704f3f80774d37da:0f2dab8900000000
</system-err></testcase><testcase classname="custom_cluster.test_permanent_udfs.TestUdfPersistence" file="custom_cluster/test_permanent_udfs.py" line="162" name="test_corrupt_java_udf" time="40.4965987206"><skipped message="&lt;Skipped instance&gt;" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_permanent_udfs.py:172: &lt;py._xmlgen.raw object at 0x7f27d4b9ca10&gt;</skipped><system-err>-- 2019-04-18 06:33:28,089 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:33:28 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:33:29 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:33:30 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:33:30 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:33:30 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:33:33 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:33:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:33 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:34 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:35 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:36 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:33:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:33:37 MainThread: num_known_live_backends has reached value: 3
06:33:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:33:38 MainThread: num_known_live_backends has reached value: 3
06:33:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:33:38 MainThread: num_known_live_backends has reached value: 3
06:33:39 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:33:39,270 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:33:39,271 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:33:39,272 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:39,273 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:33:39,274 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:33:39,274 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:39,275 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:33:39,275 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:33:39,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:39,277 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:33:39,277 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:33:39,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:33:39,279 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:33:39,279 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 205, in CloseSession
    return self.recv_CloseSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 216, in recv_CloseSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_corrupt_java_udf;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b9f350&gt;
-- 2019-04-18 06:33:39,411 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_corrupt_java_udf;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS udf_permanent_test CASCADE;

-- 2019-04-18 06:33:39,517 INFO     MainThread: Started query e94d6d589802968e:d07819c700000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS java_permanent_test CASCADE;

-- 2019-04-18 06:33:39,550 INFO     MainThread: Started query 884ce7e66eb83b0c:cf50589100000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS hive_impala_integration_db CASCADE;

-- 2019-04-18 06:33:39,582 INFO     MainThread: Started query d9400d6caa6f3f9f:e7946dd700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(boolean);

-- 2019-04-18 06:33:39,693 INFO     MainThread: Started query c94d855b79b06f29:de5e9ba000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(tinyint);

-- 2019-04-18 06:33:39,790 INFO     MainThread: Started query f442223f983a10ed:e4c4eb0800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(smallint);

-- 2019-04-18 06:33:39,887 INFO     MainThread: Started query 45410588b8c2ab71:8ab00fe300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(int);

-- 2019-04-18 06:33:39,984 INFO     MainThread: Started query f445568c023e3427:75b6464100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(bigint);

-- 2019-04-18 06:33:40,079 INFO     MainThread: Started query c94ad3a1dfb18dee:7d4a432200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(float);

-- 2019-04-18 06:33:40,178 INFO     MainThread: Started query 954fa89c4598957b:d8c26fb800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(double);

-- 2019-04-18 06:33:40,273 INFO     MainThread: Started query 5548b4aedf4eecfe:057e4b4200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(string);

-- 2019-04-18 06:33:40,370 INFO     MainThread: Started query 3042798660f0a1e5:4663f9a000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(timestamp);

-- 2019-04-18 06:33:40,464 INFO     MainThread: Started query ab48500d6811d0e7:aefe560c00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(9,0));

-- 2019-04-18 06:33:40,562 INFO     MainThread: Started query d1401f4e6dfacbb4:bdb7a6ee00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(18,1));

-- 2019-04-18 06:33:40,657 INFO     MainThread: Started query 3c40db9a9395c571:69176bf300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(38,10));

-- 2019-04-18 06:33:40,753 INFO     MainThread: Started query b24907c4b80fb793:bc0170c000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0));

-- 2019-04-18 06:33:40,849 INFO     MainThread: Started query d3425d21f87520a9:775e004700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.no_args();

-- 2019-04-18 06:33:40,945 INFO     MainThread: Started query 9e4a4920055d227d:1c342baa00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_and(boolean...);

-- 2019-04-18 06:33:41,041 INFO     MainThread: Started query e6450400d11a7d94:593acfb400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(int...);

-- 2019-04-18 06:33:41,136 INFO     MainThread: Started query ed4b2486c171b5de:f7676efe00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(double...);

-- 2019-04-18 06:33:41,232 INFO     MainThread: Started query 32476e1dc028ed89:c3029bb900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(string...);

-- 2019-04-18 06:33:41,328 INFO     MainThread: Started query 134c5d61f2fdeeb0:499e291400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(decimal(4,2)...);

-- 2019-04-18 06:33:41,423 INFO     MainThread: Started query e34bcfb4c7f36f83:043fd97f00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum_multiply(double, int...);

-- 2019-04-18 06:33:41,519 INFO     MainThread: Started query 314335e76170b282:9a500e6300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_timestamp();

-- 2019-04-18 06:33:41,613 INFO     MainThread: Started query 07452ab576f503f7:bfed878d00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_arg_type(string);

-- 2019-04-18 06:33:41,710 INFO     MainThread: Started query 3941ef6d71f8119c:18473eb700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.count_rows();

-- 2019-04-18 06:33:41,806 INFO     MainThread: Started query 2b4c86acaae37c32:1666706800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_arg(int);

-- 2019-04-18 06:33:41,901 INFO     MainThread: Started query aa405fcfdd66ce8a:9afefa5a00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_open(int);

-- 2019-04-18 06:33:41,997 INFO     MainThread: Started query aa4b4428dd17b87c:1bca113700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test(bigint);

-- 2019-04-18 06:33:42,092 INFO     MainThread: Started query a3417683f442f96b:ae28bc2100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test_leaks(bigint);

-- 2019-04-18 06:33:42,189 INFO     MainThread: Started query 2f4d833893105752:2cda5c1400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.unmangled_symbol();

-- 2019-04-18 06:33:42,285 INFO     MainThread: Started query 3a488e23e8586660:517de85300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.four_args(int, int, int, int);

-- 2019-04-18 06:33:42,380 INFO     MainThread: Started query cd4d0b29fc6b947b:f326d1b800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.five_args(int, int, int, int, int);

-- 2019-04-18 06:33:42,477 INFO     MainThread: Started query a94676b48b9d333b:9018d8a000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.six_args(int, int, int, int, int, int);

-- 2019-04-18 06:33:42,573 INFO     MainThread: Started query de490ac826177fac:e29a15fd00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.seven_args(int, int, int, int, int, int, int);

-- 2019-04-18 06:33:42,669 INFO     MainThread: Started query 60492de25821f4d5:b34df94600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.eight_args(int, int, int, int, int, int, int, int);

-- 2019-04-18 06:33:42,765 INFO     MainThread: Started query 3c481a9d27f808be:fb5bbaa600000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:33:43,084 INFO     MainThread: Started query 7c435e7576f5d815:f7f2bcdd00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(boolean) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:33:43,585 INFO     MainThread: Started query 4d4985c53dffbf96:bde1b71500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(tinyint) returns tinyint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:33:44,081 INFO     MainThread: Started query 9e4ee4737d6ab85b:da23849200000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(smallint) returns smallint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:33:44,581 INFO     MainThread: Started query 02485c3f2887d508:a37b877c00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:33:45,081 INFO     MainThread: Started query 0b43f676f8ee5038:d5f4f00200000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:33:45,581 INFO     MainThread: Started query d74bb652c931b6bb:abea65c200000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(float) returns float
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:33:46,081 INFO     MainThread: Started query 9640d604d0ebfd66:9574423200000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(double) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:33:46,582 INFO     MainThread: Started query 204b7ef7c0f71e21:174b17b100000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(string) returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_9StringValE&apos;;

-- 2019-04-18 06:33:47,081 INFO     MainThread: Started query 7c47d36aad1181e3:54584d9c00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(timestamp) returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_12TimestampValE&apos;;

-- 2019-04-18 06:33:47,581 INFO     MainThread: Started query cc49ad5a658a40c0:6c92100900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(9,0)) returns decimal(9,0)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:33:48,081 INFO     MainThread: Started query 1b42b515dac8decc:714373ea00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(18,1)) returns decimal(18,1)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:33:48,582 INFO     MainThread: Started query 4b4dd764c8c2cfbc:d4ab710500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(38,10)) returns decimal(38,10)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:33:49,082 INFO     MainThread: Started query 414b1678fde8d6ad:74abcf8900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0))
    returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;AllTypes&apos;;

-- 2019-04-18 06:33:49,582 INFO     MainThread: Started query af4fd843b32b7760:d067636600000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.no_args() returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z6NoArgsPN10impala_udf15FunctionContextE&apos;;

-- 2019-04-18 06:33:50,082 INFO     MainThread: Started query 404b298be632759e:0b78b1bb00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_and(boolean...) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarAnd&apos;;

-- 2019-04-18 06:33:50,581 INFO     MainThread: Started query c743394b061dbaea:bd8260d400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(int...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:33:51,082 INFO     MainThread: Started query be4fb970c0b9c9ad:d7c0125e00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(double...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:33:51,582 INFO     MainThread: Started query 2c425de82fc6adf6:30fe6c3e00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(string...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:33:52,081 INFO     MainThread: Started query a04de31a28aecc72:4fdbe5b700000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(decimal(4,2)...) returns decimal(18,2)
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:33:52,582 INFO     MainThread: Started query 2841fa55c02877a9:68fb144e00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum_multiply(double, int...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z14VarSumMultiplyPN10impala_udf15FunctionContextERKNS_9DoubleValEiPKNS_6IntValE&apos;;

-- 2019-04-18 06:33:53,082 INFO     MainThread: Started query b64dde2301cb9a30:01825b1f00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_timestamp() returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantTimestamp&apos;;

-- 2019-04-18 06:33:53,581 INFO     MainThread: Started query e74f83b3bce7a4de:8306adbb00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_arg_type(string) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateArgType&apos;;

-- 2019-04-18 06:33:54,082 INFO     MainThread: Started query 6e4497c063889d3b:3175775e00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.count_rows() returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Count&apos; prepare_fn=&apos;CountPrepare&apos; close_fn=&apos;CountClose&apos;;

-- 2019-04-18 06:33:54,582 INFO     MainThread: Started query e24c13e6a16ae619:68011c4e00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_arg(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantArg&apos; prepare_fn=&apos;ConstantArgPrepare&apos; close_fn=&apos;ConstantArgClose&apos;;

-- 2019-04-18 06:33:55,082 INFO     MainThread: Started query a54ad7a8d48065b5:1dac2d4800000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_open(int) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateOpen&apos;
    prepare_fn=&apos;ValidateOpenPrepare&apos; close_fn=&apos;ValidateOpenClose&apos;;

-- 2019-04-18 06:33:55,581 INFO     MainThread: Started query 0f4bc0a8531b72d8:9e3ca6b100000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos; close_fn=&apos;MemTestClose&apos;;

-- 2019-04-18 06:33:56,081 INFO     MainThread: Started query 4245c9afaac537db:58a28aaf00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test_leaks(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos;;

-- 2019-04-18 06:33:56,582 INFO     MainThread: Started query ae49b1b5e96556ea:ade016a600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.test_count(int);

-- 2019-04-18 06:33:59,812 INFO     MainThread: Started query e2487db0035ec149:933abfdd00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.hll(int);

-- 2019-04-18 06:33:59,909 INFO     MainThread: Started query e24e2719ea50556c:a385723400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.sum_small_decimal(decimal(9,2));

-- 2019-04-18 06:34:00,004 INFO     MainThread: Started query d34506c609caa4d4:4242e79100000000
-- executing against ip-172-31-13-181:21000

    create database if not exists udf_permanent_test;

-- 2019-04-18 06:34:00,010 INFO     MainThread: Started query 694e8048d497d2a4:37fa707f00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.test_count(int) returns bigint
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;CountUpdate&apos;;

-- 2019-04-18 06:34:00,582 INFO     MainThread: Started query ec4d912f4202b478:1e454f6500000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.hll(int) returns string
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;HllUpdate&apos;;

-- 2019-04-18 06:34:01,082 INFO     MainThread: Started query 5f4ef1da0c97cf4e:4293fe4f00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.sum_small_decimal(decimal(9,2))
    returns decimal(9,2) location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;SumSmallDecimalUpdate&apos;;

-- 2019-04-18 06:34:01,582 INFO     MainThread: Started query 6a4aec87d9de682c:4430522900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.trunc_sum(double);

-- 2019-04-18 06:34:05,814 INFO     MainThread: Started query d94d9d0620753802:7c6ee02500000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:34:05,821 INFO     MainThread: Started query 4e43e5f816bee045:a660863800000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.trunc_sum(double)
    returns bigint intermediate double location &apos;/test-warehouse/libTestUdas.so&apos;
    update_fn=&apos;TruncSumUpdate&apos; merge_fn=&apos;TruncSumMerge&apos;
    serialize_fn=&apos;TruncSumSerialize&apos; finalize_fn=&apos;TruncSumFinalize&apos;;

-- 2019-04-18 06:34:06,082 INFO     MainThread: Started query fa424f2b3105ef21:242af16900000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS java_permanent_test;

-- 2019-04-18 06:34:06,582 INFO     MainThread: Started query 914b90d2b8d49b0f:183916bf00000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS hive_impala_integration_db;

-- 2019-04-18 06:34:07,082 INFO     MainThread: Started query 1542f9a0232e73aa:b718e28800000000
</system-err></testcase><testcase classname="custom_cluster.test_permanent_udfs.TestUdfPersistence" file="custom_cluster/test_permanent_udfs.py" line="184" name="test_java_udfs_hive_integration" time="516.49817276"><system-err>-- 2019-04-18 06:34:08,587 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--local_library_dir=/tmp/tmpE4Iujh &apos; --impalad_args=--default_query_options=
06:34:09 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:34:10 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:34:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:34:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:34:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:34:14 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:34:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:34:14 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:34:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:34:15 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:34:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:34:16 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:34:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:34:17 MainThread: num_known_live_backends has reached value: 3
06:34:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:34:17 MainThread: num_known_live_backends has reached value: 3
06:34:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:34:18 MainThread: num_known_live_backends has reached value: 3
06:34:18 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:34:18,778 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:34:18,778 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:34:18,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:34:18,781 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:34:18,781 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:34:18,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:34:18,783 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:34:18,783 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:34:18,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:34:18,785 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:34:18,785 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:34:18,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:34:18,787 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:34:18,787 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 205, in CloseSession
    return self.recv_CloseSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 216, in recv_CloseSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_java_udfs_hive_integration;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b8bdd0&gt;
-- 2019-04-18 06:34:18,906 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_java_udfs_hive_integration;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS udf_permanent_test CASCADE;

-- 2019-04-18 06:34:19,012 INFO     MainThread: Started query 844919e304429877:0989360e00000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS java_permanent_test CASCADE;

-- 2019-04-18 06:34:19,044 INFO     MainThread: Started query e24d444d7774494c:b288b0f500000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS hive_impala_integration_db CASCADE;

-- 2019-04-18 06:34:19,075 INFO     MainThread: Started query 0141db1d30498862:d32c4c1700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(boolean);

-- 2019-04-18 06:34:19,185 INFO     MainThread: Started query ad49a8db03b5460e:ab1f1e3a00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(tinyint);

-- 2019-04-18 06:34:19,280 INFO     MainThread: Started query b34f81d628c80120:fcfbdf4300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(smallint);

-- 2019-04-18 06:34:19,375 INFO     MainThread: Started query 1042006e76cc043a:9bbf13f100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(int);

-- 2019-04-18 06:34:19,470 INFO     MainThread: Started query 8a44d50355d56db7:7f4b727200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(bigint);

-- 2019-04-18 06:34:19,564 INFO     MainThread: Started query ee4b85f1a1befd17:7efe7d6900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(float);

-- 2019-04-18 06:34:19,659 INFO     MainThread: Started query c2436f88fccee0a9:899cdb8700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(double);

-- 2019-04-18 06:34:19,754 INFO     MainThread: Started query 3c4fd3d71b3e813e:e3b829e400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(string);

-- 2019-04-18 06:34:19,850 INFO     MainThread: Started query 5d447a96af065820:933fa88000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(timestamp);

-- 2019-04-18 06:34:19,945 INFO     MainThread: Started query cd4ce167aabdc214:db773a7100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(9,0));

-- 2019-04-18 06:34:20,044 INFO     MainThread: Started query 9946755c0272249c:7a72606600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(18,1));

-- 2019-04-18 06:34:20,139 INFO     MainThread: Started query 0848b47ba4f2a58c:69060e8100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(38,10));

-- 2019-04-18 06:34:20,234 INFO     MainThread: Started query 8a442808463f5a0f:176b525e00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0));

-- 2019-04-18 06:34:20,329 INFO     MainThread: Started query 8b403615ee6bdd16:27feb53000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.no_args();

-- 2019-04-18 06:34:20,425 INFO     MainThread: Started query 7c440fb27c63ca1e:e8e6541900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_and(boolean...);

-- 2019-04-18 06:34:20,520 INFO     MainThread: Started query 884229bd62c191a4:93a3842500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(int...);

-- 2019-04-18 06:34:20,615 INFO     MainThread: Started query e643cde7361b0cfc:b46e054200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(double...);

-- 2019-04-18 06:34:20,710 INFO     MainThread: Started query 39450670cf031492:dab6c7e900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(string...);

-- 2019-04-18 06:34:20,805 INFO     MainThread: Started query 574f3a83367ef341:2de4050800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(decimal(4,2)...);

-- 2019-04-18 06:34:20,900 INFO     MainThread: Started query 674a0de4b2f3719f:d512225300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum_multiply(double, int...);

-- 2019-04-18 06:34:20,994 INFO     MainThread: Started query 80405741382eca76:ddb9ec5f00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_timestamp();

-- 2019-04-18 06:34:21,090 INFO     MainThread: Started query 1f442a85e1fa7173:5be1b2f100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_arg_type(string);

-- 2019-04-18 06:34:21,185 INFO     MainThread: Started query 73412e99b117ce5a:3ebbb28600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.count_rows();

-- 2019-04-18 06:34:21,280 INFO     MainThread: Started query 214919b36b326177:ba12552400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_arg(int);

-- 2019-04-18 06:34:21,375 INFO     MainThread: Started query 05474b3a6a0b98f4:a093c5f800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_open(int);

-- 2019-04-18 06:34:21,470 INFO     MainThread: Started query 604339c12dc39f9e:55f534e300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test(bigint);

-- 2019-04-18 06:34:21,565 INFO     MainThread: Started query 7144265fa6cc4a63:f6f0abce00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test_leaks(bigint);

-- 2019-04-18 06:34:21,660 INFO     MainThread: Started query 544e76f984b2aaa4:5c85e12100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.unmangled_symbol();

-- 2019-04-18 06:34:21,755 INFO     MainThread: Started query 514e8ca9cab77f2e:79b403a400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.four_args(int, int, int, int);

-- 2019-04-18 06:34:21,850 INFO     MainThread: Started query c244af6a36074562:518e7adc00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.five_args(int, int, int, int, int);

-- 2019-04-18 06:34:21,945 INFO     MainThread: Started query a34accc33e7b84d2:5e3d3cd400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.six_args(int, int, int, int, int, int);

-- 2019-04-18 06:34:22,039 INFO     MainThread: Started query 7240fbe442e2ff5d:ce58f9c200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.seven_args(int, int, int, int, int, int, int);

-- 2019-04-18 06:34:22,136 INFO     MainThread: Started query 694496aef41940fc:a35389ca00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.eight_args(int, int, int, int, int, int, int, int);

-- 2019-04-18 06:34:22,230 INFO     MainThread: Started query 2049d68bed524952:f73b07e500000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:34:22,583 INFO     MainThread: Started query 69410092606e721c:993808cc00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(boolean) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:34:23,082 INFO     MainThread: Started query 474bc65aabc870e1:f25bac7500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(tinyint) returns tinyint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:34:23,581 INFO     MainThread: Started query a8494f0138ea8442:bf0fbc8b00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(smallint) returns smallint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:34:24,081 INFO     MainThread: Started query de4e64c3577bbe0f:2f463cfc00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:34:24,581 INFO     MainThread: Started query c942785d60519bb3:507b099d00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:34:25,081 INFO     MainThread: Started query 784abaad3d8409f2:9a395b1d00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(float) returns float
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:34:25,580 INFO     MainThread: Started query 8b404ce6805d22f2:556178df00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(double) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:34:26,081 INFO     MainThread: Started query ab48f5e964ea75e1:1649d66d00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(string) returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_9StringValE&apos;;

-- 2019-04-18 06:34:26,582 INFO     MainThread: Started query a543a58a949a00ea:3a5bff8000000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(timestamp) returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_12TimestampValE&apos;;

-- 2019-04-18 06:34:27,081 INFO     MainThread: Started query b74794caf36f1d84:f40350e400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(9,0)) returns decimal(9,0)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:34:27,581 INFO     MainThread: Started query e340400397948ec3:fc6cfa9500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(18,1)) returns decimal(18,1)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:34:28,081 INFO     MainThread: Started query 094bbfd5457df4d1:ac6586b500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(38,10)) returns decimal(38,10)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:34:28,581 INFO     MainThread: Started query ba44477b93837c46:c772311200000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0))
    returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;AllTypes&apos;;

-- 2019-04-18 06:34:29,082 INFO     MainThread: Started query ca408a3d9e55cc50:28ca7a9400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.no_args() returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z6NoArgsPN10impala_udf15FunctionContextE&apos;;

-- 2019-04-18 06:34:29,581 INFO     MainThread: Started query 6744ce8fcc4fc3d3:a79ea41700000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_and(boolean...) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarAnd&apos;;

-- 2019-04-18 06:34:30,081 INFO     MainThread: Started query 1e4ead8720b0e648:9c84493800000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(int...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:34:30,582 INFO     MainThread: Started query 194d114dbdaf0c49:61380c2900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(double...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:34:31,082 INFO     MainThread: Started query 744a83783d326f08:84fcb19900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(string...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:34:31,581 INFO     MainThread: Started query c845e68a7a56a1d0:522cdd8d00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(decimal(4,2)...) returns decimal(18,2)
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:34:32,081 INFO     MainThread: Started query 8b4b8215aa3d080a:1700bf7200000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum_multiply(double, int...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z14VarSumMultiplyPN10impala_udf15FunctionContextERKNS_9DoubleValEiPKNS_6IntValE&apos;;

-- 2019-04-18 06:34:32,582 INFO     MainThread: Started query 97490899b86e4f1f:cc714d9500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_timestamp() returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantTimestamp&apos;;

-- 2019-04-18 06:34:33,081 INFO     MainThread: Started query 3c4f64c5018cb3d3:f699628a00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_arg_type(string) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateArgType&apos;;

-- 2019-04-18 06:34:33,581 INFO     MainThread: Started query 4c4ff16c4fe1148b:a54a734c00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.count_rows() returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Count&apos; prepare_fn=&apos;CountPrepare&apos; close_fn=&apos;CountClose&apos;;

-- 2019-04-18 06:34:34,081 INFO     MainThread: Started query 6a4261c492e50b47:117e286b00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_arg(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantArg&apos; prepare_fn=&apos;ConstantArgPrepare&apos; close_fn=&apos;ConstantArgClose&apos;;

-- 2019-04-18 06:34:34,582 INFO     MainThread: Started query 364f9f8cb1e76b5d:aac3524000000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_open(int) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateOpen&apos;
    prepare_fn=&apos;ValidateOpenPrepare&apos; close_fn=&apos;ValidateOpenClose&apos;;

-- 2019-04-18 06:34:35,082 INFO     MainThread: Started query 404ffcd30c34853c:e70fb0bb00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos; close_fn=&apos;MemTestClose&apos;;

-- 2019-04-18 06:34:35,582 INFO     MainThread: Started query 3046ef0da43817f0:5f204f1000000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test_leaks(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos;;

-- 2019-04-18 06:34:36,082 INFO     MainThread: Started query 4a402afffb87ab3d:289e615800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.test_count(int);

-- 2019-04-18 06:34:36,179 INFO     MainThread: Started query a84a9d9d0722891c:4798d72300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.hll(int);

-- 2019-04-18 06:34:36,275 INFO     MainThread: Started query 1643a1b9bab7a4d3:1ec5f99d00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.sum_small_decimal(decimal(9,2));

-- 2019-04-18 06:34:36,370 INFO     MainThread: Started query 8b49ed7cab234783:8e17a47800000000
-- executing against ip-172-31-13-181:21000

    create database if not exists udf_permanent_test;

-- 2019-04-18 06:34:36,376 INFO     MainThread: Started query d8435b30957a03df:3b04937200000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.test_count(int) returns bigint
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;CountUpdate&apos;;

-- 2019-04-18 06:34:36,582 INFO     MainThread: Started query ab45e05cb50c54e5:0781078500000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.hll(int) returns string
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;HllUpdate&apos;;

-- 2019-04-18 06:34:37,082 INFO     MainThread: Started query 8c498acbcf22ffcd:de64aa8b00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.sum_small_decimal(decimal(9,2))
    returns decimal(9,2) location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;SumSmallDecimalUpdate&apos;;

-- 2019-04-18 06:34:37,582 INFO     MainThread: Started query e943ac9f62ab09c5:ff904cd500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.trunc_sum(double);

-- 2019-04-18 06:34:37,679 INFO     MainThread: Started query 4f41c89dfe9c21c2:fa37765e00000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:34:37,686 INFO     MainThread: Started query de4b6ce46c15c7c1:1ffb5fe800000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.trunc_sum(double)
    returns bigint intermediate double location &apos;/test-warehouse/libTestUdas.so&apos;
    update_fn=&apos;TruncSumUpdate&apos; merge_fn=&apos;TruncSumMerge&apos;
    serialize_fn=&apos;TruncSumSerialize&apos; finalize_fn=&apos;TruncSumFinalize&apos;;

-- 2019-04-18 06:34:38,082 INFO     MainThread: Started query df4372b4a088059e:265ad61a00000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS java_permanent_test;

-- 2019-04-18 06:34:38,582 INFO     MainThread: Started query 4d4d6fc4b671f6a8:3036be3200000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS hive_impala_integration_db;

-- 2019-04-18 06:34:39,082 INFO     MainThread: Started query dc4dd3e024b740c9:b9a67e5800000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfpi;

-- 2019-04-18 06:34:39,196 INFO     MainThread: Started query 8d4660241c4a7d9d:860f91b400000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION hive_impala_integration_db.udfpi LOCATION &apos;hdfs://localhost:20500/test-warehouse/hive-exec.jar&apos; symbol=&apos;org.apache.hadoop.hive.ql.udf.UDFPI&apos;
  ;

-- 2019-04-18 06:34:39,552 INFO     MainThread: Started query 1b4a99feae547d1e:f4e4101300000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfpi;

-- 2019-04-18 06:34:55,640 INFO     MainThread: Started query c441d7bb88c1201d:071fac5500000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfbin;

-- 2019-04-18 06:35:03,036 INFO     MainThread: Started query 2b469c3e585f7a77:24f69b9700000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION hive_impala_integration_db.udfbin LOCATION &apos;hdfs://localhost:20500/test-warehouse/hive-exec.jar&apos; symbol=&apos;org.apache.hadoop.hive.ql.udf.UDFBin&apos;
  ;

-- 2019-04-18 06:35:03,233 INFO     MainThread: Started query 4e48babccff2e4a5:b460c79600000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfbin;

-- 2019-04-18 06:35:19,333 INFO     MainThread: Started query 9f44e588af1b8e55:ddc147f800000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfhex;

-- 2019-04-18 06:35:26,725 INFO     MainThread: Started query 944b3d9ef36de585:07e29e3d00000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION hive_impala_integration_db.udfhex LOCATION &apos;hdfs://localhost:20500/test-warehouse/hive-exec.jar&apos; symbol=&apos;org.apache.hadoop.hive.ql.udf.UDFHex&apos;
  ;

-- 2019-04-18 06:35:26,916 INFO     MainThread: Started query cb474341e0145b4b:b1db883400000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfhex;

-- 2019-04-18 06:35:43,042 INFO     MainThread: Started query 894f77176c640c6d:0a7aeba700000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfconv;

-- 2019-04-18 06:35:50,422 INFO     MainThread: Started query 84487be14478ff45:ddeb52f600000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION hive_impala_integration_db.udfconv LOCATION &apos;hdfs://localhost:20500/test-warehouse/hive-exec.jar&apos; symbol=&apos;org.apache.hadoop.hive.ql.udf.UDFConv&apos;
  ;

-- 2019-04-18 06:35:50,606 INFO     MainThread: Started query a64b34c7a6dd32c4:c82a9f3c00000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfconv;

-- 2019-04-18 06:36:06,695 INFO     MainThread: Started query 474569e91e4aa4b9:3474015a00000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfhour;

-- 2019-04-18 06:36:14,065 INFO     MainThread: Started query 0f469354b25ada08:994da0ec00000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION hive_impala_integration_db.udfhour LOCATION &apos;hdfs://localhost:20500/test-warehouse/hive-exec.jar&apos; symbol=&apos;org.apache.hadoop.hive.ql.udf.UDFHour&apos;
  ;

-- 2019-04-18 06:36:14,247 INFO     MainThread: Started query 884b34083f7c6f78:878fcabb00000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfhour;

-- 2019-04-18 06:36:30,334 INFO     MainThread: Started query 084f2c60f9ac78ad:0388f4a200000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udflike;

-- 2019-04-18 06:36:37,766 INFO     MainThread: Started query 2d4432fa58d92430:3593d9a100000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION hive_impala_integration_db.udflike LOCATION &apos;hdfs://localhost:20500/test-warehouse/hive-exec.jar&apos; symbol=&apos;org.apache.hadoop.hive.ql.udf.UDFLike&apos;
  ;

-- 2019-04-18 06:36:37,949 INFO     MainThread: Started query 844085288cd2ad75:4e26179400000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udflike;

-- 2019-04-18 06:36:54,014 INFO     MainThread: Started query 2243e60585cc582f:5ea6dc9700000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfsign;

-- 2019-04-18 06:37:01,490 INFO     MainThread: Started query 0542bbf2c3f5042c:5a28fce900000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION hive_impala_integration_db.udfsign LOCATION &apos;hdfs://localhost:20500/test-warehouse/hive-exec.jar&apos; symbol=&apos;org.apache.hadoop.hive.ql.udf.UDFSign&apos;
  ;

-- 2019-04-18 06:37:01,675 INFO     MainThread: Started query 7c4f94b7b52c64fe:23c38b7b00000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfsign;

-- 2019-04-18 06:37:17,787 INFO     MainThread: Started query 4e40c82dbdb2c162:f6bc95eb00000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfyear;

-- 2019-04-18 06:37:25,138 INFO     MainThread: Started query d341943bb667f677:7fafe4db00000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION hive_impala_integration_db.udfyear LOCATION &apos;hdfs://localhost:20500/test-warehouse/hive-exec.jar&apos; symbol=&apos;org.apache.hadoop.hive.ql.udf.UDFYear&apos;
  ;

-- 2019-04-18 06:37:25,328 INFO     MainThread: Started query 3448c6d950f25ec9:2f68187200000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfyear;

-- 2019-04-18 06:37:41,411 INFO     MainThread: Started query eb4bfbce13524534:d9566b6400000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfascii;

-- 2019-04-18 06:37:48,882 INFO     MainThread: Started query 9d4d1d21874ae44f:8035f15c00000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION hive_impala_integration_db.udfascii LOCATION &apos;hdfs://localhost:20500/test-warehouse/hive-exec.jar&apos; symbol=&apos;org.apache.hadoop.hive.ql.udf.UDFAscii&apos;
  ;

-- 2019-04-18 06:37:49,064 INFO     MainThread: Started query cd4c864d1ccecac3:2625142700000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS hive_impala_integration_db.udfascii;

-- 2019-04-18 06:38:05,259 INFO     MainThread: Started query b44fd46203fafcdc:694df4ad00000000
-- executing against ip-172-31-13-181:21000
INVALIDATE METADATA;

-- 2019-04-18 06:39:20,784 INFO     MainThread: Started query 824d7d3f9614509b:6096dda200000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:39:20,797 INFO     MainThread: Started query ea41b5f61c09d9c5:84183e2c00000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfpi();

-- 2019-04-18 06:39:21,028 INFO     MainThread: Started query 14492d5b61b11431:e03da2e100000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:39:28,526 INFO     MainThread: Started query bd439008d70ac1de:37eacf0e00000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfbin(123);

-- 2019-04-18 06:39:28,541 INFO     MainThread: Started query 09477115083e0e73:9cc5e5a900000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:39:35,972 INFO     MainThread: Started query ca4dd645788562c4:ef35736800000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfhex(123);

-- 2019-04-18 06:39:35,983 INFO     MainThread: Started query 6b4905016b84e646:5af5ae9c00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:39:43,505 INFO     MainThread: Started query ac459f8b9cf61e7e:7a8a30bf00000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfconv(&quot;100&quot;, 2, 10);

-- 2019-04-18 06:39:43,518 INFO     MainThread: Started query 43499e098e873007:fab1867e00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:39:51,024 INFO     MainThread: Started query 304dc33d9fc77d7c:9d46087300000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfhour(&quot;12:55:12&quot;);

-- 2019-04-18 06:39:51,035 INFO     MainThread: Started query 93420e964bc7c324:6962d5c600000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:39:58,570 INFO     MainThread: Started query 3349460105af72e7:c46dafc000000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udflike(&quot;abc&quot;, &quot;def&quot;);

-- 2019-04-18 06:39:58,582 INFO     MainThread: Started query 664705f3992c9715:cf1b09c000000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:40:06,048 INFO     MainThread: Started query 9843d78488910f9d:1f9939ae00000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfsign(0);

-- 2019-04-18 06:40:06,057 INFO     MainThread: Started query 8e4dd06e489aca69:790aff8700000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:40:13,532 INFO     MainThread: Started query 8e4b76348137fdcf:7d4aaffc00000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfyear(&quot;1990-02-06&quot;);

-- 2019-04-18 06:40:13,542 INFO     MainThread: Started query 7c42024587a693e3:4db9bca500000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:40:21,005 INFO     MainThread: Started query 2b4745f2a84bc2c9:22d50d2800000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfascii(&quot;abc&quot;);

-- 2019-04-18 06:40:21,014 INFO     MainThread: Started query a74309b82abe15d5:3867dd1e00000000
-- executing against ip-172-31-13-181:21000
INVALIDATE METADATA;

-- 2019-04-18 06:40:28,728 INFO     MainThread: Started query cb4d9d7ac2d0f6cb:73b5f9fc00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS in hive_impala_integration_db;

-- 2019-04-18 06:40:28,734 INFO     MainThread: Started query 864fdc7dbba8f76f:628fd21b00000000
-- executing against ip-172-31-13-181:21000
REFRESH FUNCTIONS hive_impala_integration_db;

-- 2019-04-18 06:41:36,349 INFO     MainThread: Started query d140538f305d931b:fc3e216900000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:41:36,355 INFO     MainThread: Started query 214633f8bbb50606:772ecb0000000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfpi();

-- 2019-04-18 06:41:36,365 INFO     MainThread: Started query 994d1102b448b0e6:e06f9f4200000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:41:43,883 INFO     MainThread: Started query 5a448d8f5a265a64:73c2d43600000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfbin(123);

-- 2019-04-18 06:41:43,893 INFO     MainThread: Started query e94e8205f0d71a40:74b53ba100000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:41:51,343 INFO     MainThread: Started query 3a416527374989ce:da73d14500000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfhex(123);

-- 2019-04-18 06:41:51,351 INFO     MainThread: Started query a442dd9b373c584e:b9fe60ea00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:41:58,794 INFO     MainThread: Started query 6e4f05bd54d955e8:dd40a4dd00000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfconv(&quot;100&quot;, 2, 10);

-- 2019-04-18 06:41:58,802 INFO     MainThread: Started query 4e49b411d6e78f85:b8f9845f00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:42:06,238 INFO     MainThread: Started query f44fc38fdc3f0f5c:f85ccae700000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfhour(&quot;12:55:12&quot;);

-- 2019-04-18 06:42:06,246 INFO     MainThread: Started query bc41ac3bedd9b40d:7a8c01ed00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:42:13,831 INFO     MainThread: Started query 984a454e8e64d0d0:70e996f200000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udflike(&quot;abc&quot;, &quot;def&quot;);

-- 2019-04-18 06:42:13,839 INFO     MainThread: Started query 2c472a05a5ac72b2:4620cc9900000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:42:21,345 INFO     MainThread: Started query d04f5a366529d983:bd8b7a8900000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfsign(0);

-- 2019-04-18 06:42:21,353 INFO     MainThread: Started query b44006b56eca5e15:1a5a343100000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:42:28,804 INFO     MainThread: Started query cb419f46d7f58425:e7a5890800000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfyear(&quot;1990-02-06&quot;);

-- 2019-04-18 06:42:28,812 INFO     MainThread: Started query 03420cfa50beb5d1:74f46aec00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:42:36,302 INFO     MainThread: Started query b54b5336bceceab1:07ef380200000000
-- executing against ip-172-31-13-181:21000
select hive_impala_integration_db.udfascii(&quot;abc&quot;);

-- 2019-04-18 06:42:36,310 INFO     MainThread: Started query 10435d479c479585:b629dedc00000000
-- executing against ip-172-31-13-181:21000
REFRESH FUNCTIONS hive_impala_integration_db;

-- 2019-04-18 06:42:43,788 INFO     MainThread: Started query e9458d90855228f0:371a5bd900000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS in hive_impala_integration_db;

-- 2019-04-18 06:42:43,793 INFO     MainThread: Started query 354e982e9b752b7b:c015557c00000000
</system-err></testcase><testcase classname="custom_cluster.test_permanent_udfs.TestUdfPersistence" file="custom_cluster/test_permanent_udfs.py" line="248" name="test_refresh_native" time="47.9981939793"><system-err>-- 2019-04-18 06:42:45,088 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--local_library_dir=/tmp/tmpE4Iujh &apos; --impalad_args=--default_query_options=
06:42:45 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:42:46 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:42:47 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:42:47 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:42:47 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:42:50 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:42:50 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:42:50 MainThread: &apos;backends&apos;
06:42:50 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:42:51 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:42:51 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:42:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:42:52 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:42:53 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:42:53 MainThread: num_known_live_backends has reached value: 3
06:42:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:42:54 MainThread: num_known_live_backends has reached value: 3
06:42:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:42:54 MainThread: num_known_live_backends has reached value: 3
06:42:55 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:42:55,274 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:42:55,275 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:42:55,276 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:42:55,277 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:42:55,278 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:42:55,278 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:42:55,279 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:42:55,279 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:42:55,280 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:42:55,281 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:42:55,281 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:42:55,282 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:42:55,283 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:42:55,284 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 205, in CloseSession
    return self.recv_CloseSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 216, in recv_CloseSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_refresh_native;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b9f2d0&gt;
-- 2019-04-18 06:42:55,406 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_refresh_native;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS udf_permanent_test CASCADE;

-- 2019-04-18 06:42:55,513 INFO     MainThread: Started query f6448be0f3a1c0a1:767a510500000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS java_permanent_test CASCADE;

-- 2019-04-18 06:42:55,545 INFO     MainThread: Started query 5045f317c37264f2:776c792800000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS hive_impala_integration_db CASCADE;

-- 2019-04-18 06:42:55,576 INFO     MainThread: Started query df46347803ce8e41:617c731e00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(boolean);

-- 2019-04-18 06:42:55,688 INFO     MainThread: Started query 874527649453f76f:ef244d9a00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(tinyint);

-- 2019-04-18 06:42:55,786 INFO     MainThread: Started query b14c27c3bf453468:3dcb06e100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(smallint);

-- 2019-04-18 06:42:55,883 INFO     MainThread: Started query c2456d6c16acf402:ae78eed400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(int);

-- 2019-04-18 06:42:55,981 INFO     MainThread: Started query 3e43ce22e6be2751:b13add2300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(bigint);

-- 2019-04-18 06:42:56,079 INFO     MainThread: Started query c14a607705f02c57:bab14ccb00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(float);

-- 2019-04-18 06:42:56,178 INFO     MainThread: Started query c44bb434db7fd74c:278c4fa200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(double);

-- 2019-04-18 06:42:56,276 INFO     MainThread: Started query 674832d966a93e28:b5b326c000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(string);

-- 2019-04-18 06:42:56,374 INFO     MainThread: Started query 694486ac412ca36a:dcf8f02400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(timestamp);

-- 2019-04-18 06:42:56,472 INFO     MainThread: Started query 53407f4c879385de:97cf806400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(9,0));

-- 2019-04-18 06:42:56,573 INFO     MainThread: Started query fd4b680f5f4fb8f2:b8cd836600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(18,1));

-- 2019-04-18 06:42:56,671 INFO     MainThread: Started query 1b442833bc75890e:6de7c89700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(38,10));

-- 2019-04-18 06:42:56,769 INFO     MainThread: Started query 17453b56665cf42a:8d25070100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0));

-- 2019-04-18 06:42:56,868 INFO     MainThread: Started query 144f87e3cde06882:792fcf9500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.no_args();

-- 2019-04-18 06:42:56,967 INFO     MainThread: Started query 3845735c3851f134:70c6971800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_and(boolean...);

-- 2019-04-18 06:42:57,066 INFO     MainThread: Started query 6845b1f24f1708bd:dd1be1f100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(int...);

-- 2019-04-18 06:42:57,164 INFO     MainThread: Started query a04c901be50957ff:c891a00d00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(double...);

-- 2019-04-18 06:42:57,261 INFO     MainThread: Started query fd4766d681489537:12dc2a8e00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(string...);

-- 2019-04-18 06:42:57,360 INFO     MainThread: Started query 98433223edae1a08:2d64ac5f00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(decimal(4,2)...);

-- 2019-04-18 06:42:57,457 INFO     MainThread: Started query f6407543041b82a4:15241b2800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum_multiply(double, int...);

-- 2019-04-18 06:42:57,555 INFO     MainThread: Started query 844cbd0e2caa2a45:50bcf23f00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_timestamp();

-- 2019-04-18 06:42:57,652 INFO     MainThread: Started query 0643db78068c151f:05ef4e6800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_arg_type(string);

-- 2019-04-18 06:42:57,750 INFO     MainThread: Started query 7044d71fd4f8376f:979c75e500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.count_rows();

-- 2019-04-18 06:42:57,848 INFO     MainThread: Started query a24d7ae8ad1d9dd6:8afae2bc00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_arg(int);

-- 2019-04-18 06:42:57,945 INFO     MainThread: Started query cd47fd374cb6e8b4:3a1529d100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_open(int);

-- 2019-04-18 06:42:58,043 INFO     MainThread: Started query 484bf018ba8e12e3:a3b2402a00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test(bigint);

-- 2019-04-18 06:42:58,140 INFO     MainThread: Started query 3447c574b46cd28f:29a7633800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test_leaks(bigint);

-- 2019-04-18 06:42:58,238 INFO     MainThread: Started query 39460ee2ebf9a362:d797e3da00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.unmangled_symbol();

-- 2019-04-18 06:42:58,335 INFO     MainThread: Started query c14ee11f9252b4c1:7ca8cb1600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.four_args(int, int, int, int);

-- 2019-04-18 06:42:58,433 INFO     MainThread: Started query 844055dea4bfda78:07ab800d00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.five_args(int, int, int, int, int);

-- 2019-04-18 06:42:58,531 INFO     MainThread: Started query 424cb45bf7e95fd8:41fadb7600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.six_args(int, int, int, int, int, int);

-- 2019-04-18 06:42:58,629 INFO     MainThread: Started query 0f4044947c0e7712:17449c8100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.seven_args(int, int, int, int, int, int, int);

-- 2019-04-18 06:42:58,726 INFO     MainThread: Started query f84101a665278e43:888afd1d00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.eight_args(int, int, int, int, int, int, int, int);

-- 2019-04-18 06:42:58,823 INFO     MainThread: Started query f34ed9af3271b32c:0fd75e4900000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:42:59,083 INFO     MainThread: Started query 69480acbce8c86b5:8ea573b000000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(boolean) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:42:59,582 INFO     MainThread: Started query f84ffde19f995d7f:51157b6400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(tinyint) returns tinyint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:00,081 INFO     MainThread: Started query 2f48d11535a848c7:aaac452f00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(smallint) returns smallint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:00,581 INFO     MainThread: Started query 5a45523ddf1d27fd:b0f78cce00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:01,081 INFO     MainThread: Started query 0044bf4887830296:4468834d00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:01,581 INFO     MainThread: Started query 8b45bef3eb852491:68b6dcf000000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(float) returns float
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:02,082 INFO     MainThread: Started query 3b48da5283ce5b23:f6e19ad500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(double) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:02,581 INFO     MainThread: Started query f44172e654a5c8ec:6e6c1ebc00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(string) returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_9StringValE&apos;;

-- 2019-04-18 06:43:03,081 INFO     MainThread: Started query 7945f0cb99c5c81b:b1f83e3300000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(timestamp) returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_12TimestampValE&apos;;

-- 2019-04-18 06:43:03,581 INFO     MainThread: Started query a345c3abb58593b0:4d81919700000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(9,0)) returns decimal(9,0)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:43:04,081 INFO     MainThread: Started query 994ebb9dc138f5a0:413e00e600000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(18,1)) returns decimal(18,1)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:43:04,581 INFO     MainThread: Started query c842fc6f2e4b14b2:4ab39da400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(38,10)) returns decimal(38,10)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:43:05,081 INFO     MainThread: Started query 2b46fb4e10b8851e:dd02f30e00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0))
    returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;AllTypes&apos;;

-- 2019-04-18 06:43:05,582 INFO     MainThread: Started query cb46b8d9aa4ff61f:3f99185c00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.no_args() returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z6NoArgsPN10impala_udf15FunctionContextE&apos;;

-- 2019-04-18 06:43:06,081 INFO     MainThread: Started query 9344efe03ddc9395:8cc5d2c400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_and(boolean...) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarAnd&apos;;

-- 2019-04-18 06:43:06,581 INFO     MainThread: Started query 7f4885c167450bce:9fcc7b8400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(int...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:43:07,081 INFO     MainThread: Started query 3f4e3dfcf4c7c53e:d49a945900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(double...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:43:07,581 INFO     MainThread: Started query 0e4c6863a80b4b5b:1cc2f49e00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(string...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:43:08,081 INFO     MainThread: Started query 8f45bf7601f66bea:725d8fdc00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(decimal(4,2)...) returns decimal(18,2)
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:43:08,581 INFO     MainThread: Started query ec4d171ddab2daec:f3a818db00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum_multiply(double, int...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z14VarSumMultiplyPN10impala_udf15FunctionContextERKNS_9DoubleValEiPKNS_6IntValE&apos;;

-- 2019-04-18 06:43:09,082 INFO     MainThread: Started query 664d2bd7a29fa232:fe0a014b00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_timestamp() returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantTimestamp&apos;;

-- 2019-04-18 06:43:09,582 INFO     MainThread: Started query 0845a2039f62d235:9eadf4a800000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_arg_type(string) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateArgType&apos;;

-- 2019-04-18 06:43:10,081 INFO     MainThread: Started query 4044437c0575e828:41e9fc0900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.count_rows() returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Count&apos; prepare_fn=&apos;CountPrepare&apos; close_fn=&apos;CountClose&apos;;

-- 2019-04-18 06:43:10,582 INFO     MainThread: Started query 4140a8a4af77ffdd:d03fb52100000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_arg(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantArg&apos; prepare_fn=&apos;ConstantArgPrepare&apos; close_fn=&apos;ConstantArgClose&apos;;

-- 2019-04-18 06:43:11,081 INFO     MainThread: Started query 204739dd3248393d:6acc835000000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_open(int) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateOpen&apos;
    prepare_fn=&apos;ValidateOpenPrepare&apos; close_fn=&apos;ValidateOpenClose&apos;;

-- 2019-04-18 06:43:11,582 INFO     MainThread: Started query 4b4be9b38e4614c8:e08d745b00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos; close_fn=&apos;MemTestClose&apos;;

-- 2019-04-18 06:43:12,081 INFO     MainThread: Started query 2844eb9c6d1c49da:a2d38f4a00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test_leaks(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos;;

-- 2019-04-18 06:43:12,582 INFO     MainThread: Started query 10474ab30993e61f:728949ab00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.test_count(int);

-- 2019-04-18 06:43:12,681 INFO     MainThread: Started query 6a443d87ac435243:d02c507200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.hll(int);

-- 2019-04-18 06:43:12,778 INFO     MainThread: Started query 17459e2705e9fd19:45dac5e000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.sum_small_decimal(decimal(9,2));

-- 2019-04-18 06:43:12,874 INFO     MainThread: Started query fc4529d737fa8778:72f3027700000000
-- executing against ip-172-31-13-181:21000

    create database if not exists udf_permanent_test;

-- 2019-04-18 06:43:12,880 INFO     MainThread: Started query 934b0cfda221c6ea:651259ba00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.test_count(int) returns bigint
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;CountUpdate&apos;;

-- 2019-04-18 06:43:13,081 INFO     MainThread: Started query 004512a77c3f1077:568afac700000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.hll(int) returns string
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;HllUpdate&apos;;

-- 2019-04-18 06:43:13,582 INFO     MainThread: Started query 804983a2d02ccd7e:64696d5a00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.sum_small_decimal(decimal(9,2))
    returns decimal(9,2) location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;SumSmallDecimalUpdate&apos;;

-- 2019-04-18 06:43:14,082 INFO     MainThread: Started query d3401a0786b28e1d:6be0ddc500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.trunc_sum(double);

-- 2019-04-18 06:43:14,181 INFO     MainThread: Started query 934c561cb9ef77d6:e7379c6700000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:43:14,186 INFO     MainThread: Started query 3d4117f9fce316df:6ee82daf00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.trunc_sum(double)
    returns bigint intermediate double location &apos;/test-warehouse/libTestUdas.so&apos;
    update_fn=&apos;TruncSumUpdate&apos; merge_fn=&apos;TruncSumMerge&apos;
    serialize_fn=&apos;TruncSumSerialize&apos; finalize_fn=&apos;TruncSumFinalize&apos;;

-- 2019-04-18 06:43:14,582 INFO     MainThread: Started query 454ac143b39d7875:03c0f93e00000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS java_permanent_test;

-- 2019-04-18 06:43:15,082 INFO     MainThread: Started query 054bf85aac61a1a2:bbe7409600000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS hive_impala_integration_db;

-- 2019-04-18 06:43:15,582 INFO     MainThread: Started query dc4636a495ebec9e:91e9972a00000000
-- executing against ip-172-31-13-181:21000
create function hive_impala_integration_db.identity_tmp(bigint) returns bigint location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:16,081 INFO     MainThread: Started query 1b482713c77e6ccf:1427482900000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE hive_impala_integration_db CASCADE;

-- 2019-04-18 06:43:23,585 INFO     MainThread: Started query 6a49ae7311351bf4:bae3908600000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE hive_impala_integration_db;

-- 2019-04-18 06:43:24,082 INFO     MainThread: Started query 754423ba4172cce2:eebf3c5100000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:43:24,093 INFO     MainThread: Started query ec49b26827d749c3:3c2ccd4800000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:43:31,552 INFO     MainThread: Started query dc49bc9b6f27fef4:80127ada00000000
-- executing against ip-172-31-13-181:21000
REFRESH FUNCTIONS hive_impala_integration_db;

-- 2019-04-18 06:43:31,571 INFO     MainThread: Started query 1748c1f52715e13a:e9610f5000000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:43:31,577 INFO     MainThread: Started query 4f4e1e03c3580f80:a11c263500000000
-- executing against ip-172-31-13-181:21000
SELECT hive_impala_integration_db.identity_tmp(10);

-- 2019-04-18 06:43:31,713 INFO     MainThread: Started query c34f87b16723772a:da8ce14700000000
</system-err></testcase><testcase classname="custom_cluster.test_permanent_udfs.TestUdfPersistence" file="custom_cluster/test_permanent_udfs.py" line="311" name="test_refresh_replace" time="53.4968531132"><system-err>-- 2019-04-18 06:43:33,089 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--local_library_dir=/tmp/tmpE4Iujh &apos; --impalad_args=--default_query_options=
06:43:33 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:43:34 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:43:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:43:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:43:35 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:43:38 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:43:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:43:38 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:43:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:43:39 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:43:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:43:40 MainThread: num_known_live_backends has reached value: 3
06:43:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:43:41 MainThread: num_known_live_backends has reached value: 3
06:43:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:43:41 MainThread: num_known_live_backends has reached value: 3
06:43:42 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:43:42,286 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:43:42,287 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:43:42,288 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:43:42,290 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:43:42,290 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:43:42,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:43:42,291 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:43:42,292 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:43:42,292 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:43:42,293 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:43:42,293 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:43:42,294 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:43:42,295 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:43:42,296 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 205, in CloseSession
    return self.recv_CloseSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 216, in recv_CloseSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_refresh_replace;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b9b390&gt;
-- 2019-04-18 06:43:42,414 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_refresh_replace;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS udf_permanent_test CASCADE;

-- 2019-04-18 06:43:42,519 INFO     MainThread: Started query 244b8514141b01c0:e987138a00000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS java_permanent_test CASCADE;

-- 2019-04-18 06:43:42,552 INFO     MainThread: Started query db4eb26a350e7e35:0eb88fb300000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS hive_impala_integration_db CASCADE;

-- 2019-04-18 06:43:42,582 INFO     MainThread: Started query 7f436ea22f042799:d492af3b00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(boolean);

-- 2019-04-18 06:43:42,692 INFO     MainThread: Started query 254c1ac6ee5a4d1d:644235c600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(tinyint);

-- 2019-04-18 06:43:42,788 INFO     MainThread: Started query ce4e63bf866fb687:2423853500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(smallint);

-- 2019-04-18 06:43:42,884 INFO     MainThread: Started query f54d949d47c47462:5a9a4b9a00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(int);

-- 2019-04-18 06:43:42,979 INFO     MainThread: Started query 1949a37f16281715:e1fe968200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(bigint);

-- 2019-04-18 06:43:43,074 INFO     MainThread: Started query b64cadceac2a1ee5:b53f8a6100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(float);

-- 2019-04-18 06:43:43,170 INFO     MainThread: Started query 60493b442dc3db81:ff60f1f800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(double);

-- 2019-04-18 06:43:43,265 INFO     MainThread: Started query 5d4b0237694082d9:a4b0aaf700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(string);

-- 2019-04-18 06:43:43,360 INFO     MainThread: Started query 5a4f336fddaa6210:3f10800f00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(timestamp);

-- 2019-04-18 06:43:43,456 INFO     MainThread: Started query 174b8540eb01c559:2d48807100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(9,0));

-- 2019-04-18 06:43:43,553 INFO     MainThread: Started query d149e3d20b25b6a7:41cda0ed00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(18,1));

-- 2019-04-18 06:43:43,649 INFO     MainThread: Started query ee4e2634b5636548:91cf623500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(38,10));

-- 2019-04-18 06:43:43,744 INFO     MainThread: Started query f94fee3d12503ab5:1840411f00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0));

-- 2019-04-18 06:43:43,845 INFO     MainThread: Started query 0447ce2bbdb57853:bb660fb600000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.no_args();

-- 2019-04-18 06:43:43,940 INFO     MainThread: Started query 1347ebed2fc9dd88:cde1039400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_and(boolean...);

-- 2019-04-18 06:43:44,035 INFO     MainThread: Started query 18448ccb73f80a29:9f70183700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(int...);

-- 2019-04-18 06:43:44,131 INFO     MainThread: Started query 81488d1e37689f57:46d14ecd00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(double...);

-- 2019-04-18 06:43:44,226 INFO     MainThread: Started query 6f434260d9394e72:d35c4f5900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(string...);

-- 2019-04-18 06:43:44,321 INFO     MainThread: Started query c7415ea5c483c47e:2892780900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(decimal(4,2)...);

-- 2019-04-18 06:43:44,416 INFO     MainThread: Started query cc447d5600c30b0a:e381cc8f00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum_multiply(double, int...);

-- 2019-04-18 06:43:44,512 INFO     MainThread: Started query 0c49027012eed7c7:0a7b3ac500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_timestamp();

-- 2019-04-18 06:43:44,607 INFO     MainThread: Started query ac4fbd774ea03b8f:83cea27400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_arg_type(string);

-- 2019-04-18 06:43:44,702 INFO     MainThread: Started query d3422b6b0204d0cf:408e9e4000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.count_rows();

-- 2019-04-18 06:43:44,797 INFO     MainThread: Started query 1e402f2bc0c4e01b:f6f80ed800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_arg(int);

-- 2019-04-18 06:43:44,892 INFO     MainThread: Started query 1e46bc5e548f83da:1761541900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_open(int);

-- 2019-04-18 06:43:44,987 INFO     MainThread: Started query c744e2e788d8f9b6:e052abe700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test(bigint);

-- 2019-04-18 06:43:45,082 INFO     MainThread: Started query c347f42901b884d3:1e03862500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test_leaks(bigint);

-- 2019-04-18 06:43:45,179 INFO     MainThread: Started query c3446639b32a928a:69779b1100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.unmangled_symbol();

-- 2019-04-18 06:43:45,275 INFO     MainThread: Started query e2442a9d7efa6f1c:27d928d000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.four_args(int, int, int, int);

-- 2019-04-18 06:43:45,372 INFO     MainThread: Started query b7461779af5d2e65:68a71ed400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.five_args(int, int, int, int, int);

-- 2019-04-18 06:43:45,468 INFO     MainThread: Started query 614fbe5fed338c79:d578740200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.six_args(int, int, int, int, int, int);

-- 2019-04-18 06:43:45,564 INFO     MainThread: Started query a24c30edce200192:14422a7100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.seven_args(int, int, int, int, int, int, int);

-- 2019-04-18 06:43:45,661 INFO     MainThread: Started query bd4c0f38edfd6bf9:84490fda00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.eight_args(int, int, int, int, int, int, int, int);

-- 2019-04-18 06:43:45,758 INFO     MainThread: Started query 0940fb12083afe94:c1bfed2000000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:43:46,083 INFO     MainThread: Started query e04424a14f941d33:4311573c00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(boolean) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:46,582 INFO     MainThread: Started query 764b2770c7c441c0:e5101e0500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(tinyint) returns tinyint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:47,081 INFO     MainThread: Started query ff4013dbdb1cf22e:292eabd800000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(smallint) returns smallint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:47,580 INFO     MainThread: Started query 1245d4a06ea3c759:c88fef9f00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:48,081 INFO     MainThread: Started query 8f44aba39de2f41f:edc298a700000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:48,581 INFO     MainThread: Started query 5e4baec1cbe8b88a:e9ffcdda00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(float) returns float
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:49,081 INFO     MainThread: Started query 694376eebd9e5156:bb71d53700000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(double) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:43:49,581 INFO     MainThread: Started query 894f24969c5f9631:539e9e7600000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(string) returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_9StringValE&apos;;

-- 2019-04-18 06:43:50,081 INFO     MainThread: Started query 164932ac6c88df0f:1d67fdb400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(timestamp) returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_12TimestampValE&apos;;

-- 2019-04-18 06:43:50,581 INFO     MainThread: Started query 95477be8d2bbe70f:6ffc7bd100000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(9,0)) returns decimal(9,0)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:43:51,081 INFO     MainThread: Started query 294a2aad4a62b72e:5fb5645900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(18,1)) returns decimal(18,1)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:43:51,581 INFO     MainThread: Started query 364ec40bd80d5d3e:4f9d8c1900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(38,10)) returns decimal(38,10)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:43:52,081 INFO     MainThread: Started query 7a423970ebf8ed59:2408ce1d00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0))
    returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;AllTypes&apos;;

-- 2019-04-18 06:43:52,581 INFO     MainThread: Started query b94f4eddb95434c7:79ef1e1200000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.no_args() returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z6NoArgsPN10impala_udf15FunctionContextE&apos;;

-- 2019-04-18 06:43:53,081 INFO     MainThread: Started query bc4ca40cf2fe1dfc:a3c36f4600000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_and(boolean...) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarAnd&apos;;

-- 2019-04-18 06:43:53,581 INFO     MainThread: Started query 064f03dc0079286e:17fa748100000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(int...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:43:54,081 INFO     MainThread: Started query 3642eb3ab358d062:75f12eea00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(double...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:43:54,581 INFO     MainThread: Started query 084cac698ae04480:bdd69e0400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(string...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:43:55,081 INFO     MainThread: Started query 7144fb74a918c236:93c7060400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(decimal(4,2)...) returns decimal(18,2)
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:43:55,581 INFO     MainThread: Started query 17487de71b1c362e:827beefe00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum_multiply(double, int...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z14VarSumMultiplyPN10impala_udf15FunctionContextERKNS_9DoubleValEiPKNS_6IntValE&apos;;

-- 2019-04-18 06:43:56,081 INFO     MainThread: Started query ea429f3bb86a27c1:1f26562300000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_timestamp() returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantTimestamp&apos;;

-- 2019-04-18 06:43:56,582 INFO     MainThread: Started query f3442a074f903ff9:ce1fdefe00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_arg_type(string) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateArgType&apos;;

-- 2019-04-18 06:43:57,081 INFO     MainThread: Started query ed429e4729bf2121:28b8ac4200000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.count_rows() returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Count&apos; prepare_fn=&apos;CountPrepare&apos; close_fn=&apos;CountClose&apos;;

-- 2019-04-18 06:43:57,581 INFO     MainThread: Started query eb4b9b51e19d6342:e15c2d3500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_arg(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantArg&apos; prepare_fn=&apos;ConstantArgPrepare&apos; close_fn=&apos;ConstantArgClose&apos;;

-- 2019-04-18 06:43:58,081 INFO     MainThread: Started query 194b6647e80b4aee:46792d9e00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_open(int) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateOpen&apos;
    prepare_fn=&apos;ValidateOpenPrepare&apos; close_fn=&apos;ValidateOpenClose&apos;;

-- 2019-04-18 06:43:58,582 INFO     MainThread: Started query 5d42be1b30c1995b:da3f16ec00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos; close_fn=&apos;MemTestClose&apos;;

-- 2019-04-18 06:43:59,082 INFO     MainThread: Started query d34ddb51a6c86c0d:93932d6800000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test_leaks(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos;;

-- 2019-04-18 06:43:59,588 INFO     MainThread: Started query 29487274e1e0c4be:de762ce000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.test_count(int);

-- 2019-04-18 06:43:59,686 INFO     MainThread: Started query 234ff59058eda1db:d4cb0c4d00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.hll(int);

-- 2019-04-18 06:43:59,783 INFO     MainThread: Started query 0b4a51dd3fd48bc5:05a0916000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.sum_small_decimal(decimal(9,2));

-- 2019-04-18 06:43:59,880 INFO     MainThread: Started query b34228db2f97525d:4f1c361b00000000
-- executing against ip-172-31-13-181:21000

    create database if not exists udf_permanent_test;

-- 2019-04-18 06:43:59,886 INFO     MainThread: Started query 94466c88c17caecb:4f13945b00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.test_count(int) returns bigint
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;CountUpdate&apos;;

-- 2019-04-18 06:44:00,081 INFO     MainThread: Started query 5043c328e6a43fdf:91f6ce9500000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.hll(int) returns string
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;HllUpdate&apos;;

-- 2019-04-18 06:44:00,582 INFO     MainThread: Started query 2f4a3df8b37ce0d4:d2c063f400000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.sum_small_decimal(decimal(9,2))
    returns decimal(9,2) location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;SumSmallDecimalUpdate&apos;;

-- 2019-04-18 06:44:01,081 INFO     MainThread: Started query a84c76e16e7c584a:62da85a700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.trunc_sum(double);

-- 2019-04-18 06:44:01,180 INFO     MainThread: Started query fc42cc6afdf7d7f1:b558db2900000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:44:01,186 INFO     MainThread: Started query 65464b4daa6f25f0:91b5979e00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.trunc_sum(double)
    returns bigint intermediate double location &apos;/test-warehouse/libTestUdas.so&apos;
    update_fn=&apos;TruncSumUpdate&apos; merge_fn=&apos;TruncSumMerge&apos;
    serialize_fn=&apos;TruncSumSerialize&apos; finalize_fn=&apos;TruncSumFinalize&apos;;

-- 2019-04-18 06:44:01,582 INFO     MainThread: Started query 244b7857b9c739ea:45962b1500000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS java_permanent_test;

-- 2019-04-18 06:44:02,081 INFO     MainThread: Started query 6a4151da19834782:863e476200000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS hive_impala_integration_db;

-- 2019-04-18 06:44:02,581 INFO     MainThread: Started query 7d4a216e2c015439:977ee30400000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:44:09,895 INFO     MainThread: Started query d94fff64c0adc1aa:81bb78c100000000
-- executing against ip-172-31-13-181:21000
REFRESH FUNCTIONS hive_impala_integration_db;

-- 2019-04-18 06:44:10,054 INFO     MainThread: Started query 004c6c49cdb3cf29:264e788b00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:44:10,060 INFO     MainThread: Started query 594b984bdee06793:3e74489600000000
-- executing against ip-172-31-13-181:21000
SELECT hive_impala_integration_db.test_func(123);

-- 2019-04-18 06:44:10,224 INFO     MainThread: Started query 26400bb38bd851f1:6a1ca2a200000000
-- executing against ip-172-31-13-181:21000
REFRESH FUNCTIONS hive_impala_integration_db;

-- 2019-04-18 06:44:25,047 INFO     MainThread: Started query 21423b3942e04ea4:773a0e7500000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN hive_impala_integration_db;

-- 2019-04-18 06:44:25,053 INFO     MainThread: Started query e54e03fbc592d267:c538ce6a00000000
-- executing against ip-172-31-13-181:21000
SELECT hive_impala_integration_db.test_func(123);

-- 2019-04-18 06:44:25,078 INFO     MainThread: Started query 1a498aef0f028760:29d985ea00000000
</system-err></testcase><testcase classname="custom_cluster.test_permanent_udfs.TestUdfPersistence" file="custom_cluster/test_permanent_udfs.py" line="364" name="test_java_udfs_from_impala" time="119.997422695"><system-err>-- 2019-04-18 06:44:26,588 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:44:27 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:44:28 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:44:29 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:44:29 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:44:29 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:44:32 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:44:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:44:32 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:44:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:44:33 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:44:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:44:34 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:44:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:44:35 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:44:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:44:36 MainThread: num_known_live_backends has reached value: 3
06:44:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:44:36 MainThread: num_known_live_backends has reached value: 3
06:44:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:44:37 MainThread: num_known_live_backends has reached value: 3
06:44:37 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:44:37,777 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:44:37,777 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:44:37,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:44:37,780 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:44:37,780 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:44:37,781 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:44:37,782 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:44:37,782 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:44:37,783 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:44:37,784 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:44:37,784 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:44:37,785 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:44:37,786 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:44:37,786 ERROR    MainThread: Failed to open transport (tries_left=3)
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/hiveserver2.py&quot;, line 940, in _execute
    return func(request)
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 205, in CloseSession
    return self.recv_CloseSession()
  File &quot;/home/ubuntu/Impala/infra/python/env/local/lib/python2.7/site-packages/impala/_thrift_gen/TCLIService/TCLIService.py&quot;, line 216, in recv_CloseSession
    (fname, mtype, rseqid) = self._iprot.readMessageBegin()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 126, in readMessageBegin
    sz = self.readI32()
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/protocol/TBinaryProtocol.py&quot;, line 206, in readI32
    buff = self.trans.readAll(4)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 58, in readAll
    chunk = self.read(sz - have)
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TTransport.py&quot;, line 159, in read
    self.__rbuf = StringIO(self.__trans.read(max(sz, self.__rbuf_size)))
  File &quot;/home/ubuntu/Impala/toolchain/thrift-0.9.3-p5/python/lib/python2.7/site-packages/thrift/transport/TSocket.py&quot;, line 120, in read
    message=&apos;TSocket read 0 bytes&apos;)
TTransportException: TSocket read 0 bytes
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_java_udfs_from_impala;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b8bf90&gt;
-- 2019-04-18 06:44:37,905 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_java_udfs_from_impala;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS udf_permanent_test CASCADE;

-- 2019-04-18 06:44:38,011 INFO     MainThread: Started query 80444357968ab6bc:6caff5d700000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS java_permanent_test CASCADE;

-- 2019-04-18 06:44:38,046 INFO     MainThread: Started query 35468b6ef96bb919:d1bb5b6600000000
-- executing against ip-172-31-13-181:21000
DROP DATABASE IF EXISTS hive_impala_integration_db CASCADE;

-- 2019-04-18 06:44:38,084 INFO     MainThread: Started query 3147ba9444c7e236:96bafc9100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(boolean);

-- 2019-04-18 06:44:38,194 INFO     MainThread: Started query 1045112666c5a7ed:bd1bac9200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(tinyint);

-- 2019-04-18 06:44:38,291 INFO     MainThread: Started query f54afe4132407950:78bb56bd00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(smallint);

-- 2019-04-18 06:44:38,387 INFO     MainThread: Started query 0146fa8d60b84988:c2360d5a00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(int);

-- 2019-04-18 06:44:38,484 INFO     MainThread: Started query cf4199a16c963026:0766cc4800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(bigint);

-- 2019-04-18 06:44:38,580 INFO     MainThread: Started query 9e443349ad9c8800:91c651cd00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(float);

-- 2019-04-18 06:44:38,677 INFO     MainThread: Started query a84464e9fbcc4de5:5b563c2e00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(double);

-- 2019-04-18 06:44:38,773 INFO     MainThread: Started query c04b0b26dbfdc12a:b6e6ee0b00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(string);

-- 2019-04-18 06:44:38,868 INFO     MainThread: Started query b04d5edcbeb727bb:5a90fac400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(timestamp);

-- 2019-04-18 06:44:38,962 INFO     MainThread: Started query f64612df82792396:8cbd00f400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(9,0));

-- 2019-04-18 06:44:39,062 INFO     MainThread: Started query 404c0b8188315269:fcdf6c1f00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(18,1));

-- 2019-04-18 06:44:39,156 INFO     MainThread: Started query e8461623bdb32ab7:a84ad2af00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.identity(decimal(38,10));

-- 2019-04-18 06:44:39,251 INFO     MainThread: Started query a047c6dccc585a84:38f2fa4900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0));

-- 2019-04-18 06:44:39,346 INFO     MainThread: Started query 2a44a8db8a862228:32a6cc4500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.no_args();

-- 2019-04-18 06:44:39,442 INFO     MainThread: Started query a64fcd34ec2418dc:78b6375400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_and(boolean...);

-- 2019-04-18 06:44:39,539 INFO     MainThread: Started query bd4dc98367e2e5a9:89beb43100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(int...);

-- 2019-04-18 06:44:39,634 INFO     MainThread: Started query ed4ac2ee7eb5368d:6464306200000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(double...);

-- 2019-04-18 06:44:39,728 INFO     MainThread: Started query f441ac11749fc680:fed5572c00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(string...);

-- 2019-04-18 06:44:39,822 INFO     MainThread: Started query 304d9dc436f23762:d7e1e51c00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum(decimal(4,2)...);

-- 2019-04-18 06:44:39,916 INFO     MainThread: Started query 49465bc558ee1834:74eb0ab100000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.var_sum_multiply(double, int...);

-- 2019-04-18 06:44:40,011 INFO     MainThread: Started query 9644d60e50dd67aa:4b01653e00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_timestamp();

-- 2019-04-18 06:44:40,105 INFO     MainThread: Started query 1d443dbfbe432c7e:f70ad5f000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_arg_type(string);

-- 2019-04-18 06:44:40,200 INFO     MainThread: Started query ff4712476a78bf07:087357b300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.count_rows();

-- 2019-04-18 06:44:40,294 INFO     MainThread: Started query f547e12ce41b6dad:1a6e115700000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.constant_arg(int);

-- 2019-04-18 06:44:40,389 INFO     MainThread: Started query 6b41bfd87b42e78b:f820b5e000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.validate_open(int);

-- 2019-04-18 06:44:40,483 INFO     MainThread: Started query b34e005226c4da4b:c5cbf56900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test(bigint);

-- 2019-04-18 06:44:40,579 INFO     MainThread: Started query 9640fff47aaec2ea:40ae43fe00000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.mem_test_leaks(bigint);

-- 2019-04-18 06:44:40,675 INFO     MainThread: Started query 4049c67630aced34:ef65f4e900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.unmangled_symbol();

-- 2019-04-18 06:44:40,770 INFO     MainThread: Started query 1a434f23b713fc1d:0f7f02e800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.four_args(int, int, int, int);

-- 2019-04-18 06:44:40,864 INFO     MainThread: Started query dc48abf70c502108:73dbfb0500000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.five_args(int, int, int, int, int);

-- 2019-04-18 06:44:40,961 INFO     MainThread: Started query 8e4a6d0c15d8b9c9:7f92ec7000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.six_args(int, int, int, int, int, int);

-- 2019-04-18 06:44:41,055 INFO     MainThread: Started query 6e4791674a8d8bf2:0adf6c3800000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.seven_args(int, int, int, int, int, int, int);

-- 2019-04-18 06:44:41,150 INFO     MainThread: Started query d2498d61c6617526:c1102af400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.eight_args(int, int, int, int, int, int, int, int);

-- 2019-04-18 06:44:41,245 INFO     MainThread: Started query 3443896701f1101d:680daab500000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:44:41,584 INFO     MainThread: Started query e146e593e0f865da:962fe0c300000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(boolean) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:44:42,085 INFO     MainThread: Started query 0f4b3e5d3961a80a:04e526be00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(tinyint) returns tinyint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:44:42,581 INFO     MainThread: Started query da4d9bb607d6d373:9f4df32100000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(smallint) returns smallint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:44:43,081 INFO     MainThread: Started query dd4c62def5a90bc4:ebb43abd00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:44:43,581 INFO     MainThread: Started query 6648772ca99115ad:18bca94400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:44:44,081 INFO     MainThread: Started query 3941db7927bd27f6:cfbb227d00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(float) returns float
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:44:44,581 INFO     MainThread: Started query 5249aac3caddd6be:b059942300000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(double) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:44:45,081 INFO     MainThread: Started query b246725aadb1ac36:447645d900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(string) returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_9StringValE&apos;;

-- 2019-04-18 06:44:45,581 INFO     MainThread: Started query f44884bd71bf4c19:247d182500000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(timestamp) returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_12TimestampValE&apos;;

-- 2019-04-18 06:44:46,084 INFO     MainThread: Started query dd4f9619617dd363:32c8345400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(9,0)) returns decimal(9,0)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:44:46,581 INFO     MainThread: Started query 714d09bca23ff223:6324456d00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(18,1)) returns decimal(18,1)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:44:47,082 INFO     MainThread: Started query 0d4e83e95dd203c4:82f457e300000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.identity(decimal(38,10)) returns decimal(38,10)
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_10DecimalValE&apos;;

-- 2019-04-18 06:44:47,581 INFO     MainThread: Started query 8f4e02cc3aa41732:7d4845a300000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.all_types_fn(
        string, boolean, tinyint, smallint, int, bigint, float, double, decimal(2,0))
    returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;AllTypes&apos;;

-- 2019-04-18 06:44:48,082 INFO     MainThread: Started query bf4a6b4f176fdf11:c4270c0f00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.no_args() returns string
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z6NoArgsPN10impala_udf15FunctionContextE&apos;;

-- 2019-04-18 06:44:48,581 INFO     MainThread: Started query 134542afbe113177:6a9da30c00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_and(boolean...) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarAnd&apos;;

-- 2019-04-18 06:44:49,082 INFO     MainThread: Started query 784819efa351a8fa:ddc2aa1f00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(int...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:44:49,581 INFO     MainThread: Started query 70449c31694b450d:355c461900000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(double...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:44:50,081 INFO     MainThread: Started query 954236d6b95b9f37:b419294a00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(string...) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:44:50,582 INFO     MainThread: Started query ce429ed51545f94d:3530018e00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum(decimal(4,2)...) returns decimal(18,2)
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;VarSum&apos;;

-- 2019-04-18 06:44:51,082 INFO     MainThread: Started query ae4d8c29970c63ce:d8a1a93300000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.var_sum_multiply(double, int...) returns double
    location &apos;/test-warehouse/libTestUdfs.so&apos;
    symbol=&apos;_Z14VarSumMultiplyPN10impala_udf15FunctionContextERKNS_9DoubleValEiPKNS_6IntValE&apos;;

-- 2019-04-18 06:44:51,582 INFO     MainThread: Started query 994f4a816b5c1f90:4118a04b00000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_timestamp() returns timestamp
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantTimestamp&apos;;

-- 2019-04-18 06:44:52,081 INFO     MainThread: Started query ca41359d927e3cf8:3ca7874000000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_arg_type(string) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateArgType&apos;;

-- 2019-04-18 06:44:52,581 INFO     MainThread: Started query 2e49b38fdc026a12:d1cc4b8600000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.count_rows() returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Count&apos; prepare_fn=&apos;CountPrepare&apos; close_fn=&apos;CountClose&apos;;

-- 2019-04-18 06:44:53,082 INFO     MainThread: Started query fe4c49b4eede4c2c:d9d27b8400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.constant_arg(int) returns int
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ConstantArg&apos; prepare_fn=&apos;ConstantArgPrepare&apos; close_fn=&apos;ConstantArgClose&apos;;

-- 2019-04-18 06:44:53,582 INFO     MainThread: Started query a54819da4fedde4c:ae0964b400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.validate_open(int) returns boolean
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;ValidateOpen&apos;
    prepare_fn=&apos;ValidateOpenPrepare&apos; close_fn=&apos;ValidateOpenClose&apos;;

-- 2019-04-18 06:44:54,081 INFO     MainThread: Started query b64b535de066288a:0f32c0d400000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos; close_fn=&apos;MemTestClose&apos;;

-- 2019-04-18 06:44:54,582 INFO     MainThread: Started query a9487bd6452839aa:50aa0f2100000000
-- executing against ip-172-31-13-181:21000


    create function udf_permanent_test.mem_test_leaks(bigint) returns bigint
    location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;MemTest&apos;
    prepare_fn=&apos;MemTestPrepare&apos;;

-- 2019-04-18 06:44:55,082 INFO     MainThread: Started query ba48eb4b7afb9ac5:616842f300000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.test_count(int);

-- 2019-04-18 06:44:58,333 INFO     MainThread: Started query a5429bf7d90284f2:350fb29000000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.hll(int);

-- 2019-04-18 06:44:58,430 INFO     MainThread: Started query b548bb048b9cafd0:b7931e6900000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.sum_small_decimal(decimal(9,2));

-- 2019-04-18 06:44:58,525 INFO     MainThread: Started query 734500e5e208bff8:130a043400000000
-- executing against ip-172-31-13-181:21000

    create database if not exists udf_permanent_test;

-- 2019-04-18 06:44:58,531 INFO     MainThread: Started query fc4a9f2b7acc4ade:f2d56a3f00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.test_count(int) returns bigint
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;CountUpdate&apos;;

-- 2019-04-18 06:44:59,082 INFO     MainThread: Started query f949387f9f9ab2b1:6fcb41ce00000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.hll(int) returns string
    location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;HllUpdate&apos;;

-- 2019-04-18 06:44:59,582 INFO     MainThread: Started query 76418e54b1b6eec1:d88cb0a900000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.sum_small_decimal(decimal(9,2))
    returns decimal(9,2) location &apos;/test-warehouse/libudasample.so&apos; update_fn=&apos;SumSmallDecimalUpdate&apos;;

-- 2019-04-18 06:45:00,082 INFO     MainThread: Started query f540a34e98c14d37:da85aaf400000000
-- executing against ip-172-31-13-181:21000

    drop function if exists udf_permanent_test.trunc_sum(double);

-- 2019-04-18 06:45:04,336 INFO     MainThread: Started query 6e4576375c78f02d:e0dda89500000000
-- executing against ip-172-31-13-181:21000


    create database if not exists udf_permanent_test;

-- 2019-04-18 06:45:04,343 INFO     MainThread: Started query 254a9d4a769b773b:cd71e58500000000
-- executing against ip-172-31-13-181:21000


    create aggregate function udf_permanent_test.trunc_sum(double)
    returns bigint intermediate double location &apos;/test-warehouse/libTestUdas.so&apos;
    update_fn=&apos;TruncSumUpdate&apos; merge_fn=&apos;TruncSumMerge&apos;
    serialize_fn=&apos;TruncSumSerialize&apos; finalize_fn=&apos;TruncSumFinalize&apos;;

-- 2019-04-18 06:45:04,582 INFO     MainThread: Started query 6f46f02c35ea1df0:7cdfee5800000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS java_permanent_test;

-- 2019-04-18 06:45:05,082 INFO     MainThread: Started query 33444eb65d7b806a:18014c5900000000
-- executing against ip-172-31-13-181:21000
CREATE DATABASE IF NOT EXISTS hive_impala_integration_db;

-- 2019-04-18 06:45:05,582 INFO     MainThread: Started query 984f624e47005f72:25c47c4700000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS in java_permanent_test;

-- 2019-04-18 06:45:05,594 INFO     MainThread: Started query f24dd0cf1ade7149:5ba1a03800000000
-- executing against ip-172-31-13-181:21000
create function java_permanent_test.identity(boolean) returns boolean location &apos;hdfs://localhost:20500/test-warehouse/impala-hive-udfs.jar&apos; symbol=&apos;org.apache.impala.TestUdf&apos;;

-- 2019-04-18 06:45:06,081 INFO     MainThread: Started query b04500291fbbff1e:cef2d43c00000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION java_permanent_test.identity LOCATION &apos;hdfs://localhost:20500/test-warehouse/impala-hive-udfs.jar&apos; symbol=&apos;org.apache.impala.TestUdf&apos;
  ;

-- executing against ip-172-31-13-181:21000
create function java_permanent_test.identity(int) returns int location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:45:06,581 INFO     MainThread: Started query 4443545837f18d43:1745eb6300000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION java_permanent_test.identity LOCATION &apos;hdfs://localhost:20500/test-warehouse/impala-hive-udfs.jar&apos; symbol=&apos;org.apache.impala.TestUdf&apos;
  ;

-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION java_permanent_test.identity_java LOCATION &apos;hdfs://localhost:20500/test-warehouse/impala-hive-udfs.jar&apos; symbol=&apos;org.apache.impala.TestUdf&apos;
  ;

-- 2019-04-18 06:45:06,824 INFO     MainThread: Started query 4b4d13a1f697d39e:1478767c00000000
-- executing against ip-172-31-13-181:21000
create function java_permanent_test.identity_java(boolean) returns boolean location &apos;hdfs://localhost:20500/test-warehouse/impala-hive-udfs.jar&apos; symbol=&apos;org.apache.impala.TestUdf&apos;;

-- executing against ip-172-31-13-181:21000
create function java_permanent_test.identity_java(int) returns int location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against ip-172-31-13-181:21000
create function  if not exists java_permanent_test.identity_java(int) returns int location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 06:45:06,995 INFO     MainThread: Started query d040634f3ea2a48a:851b388f00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS in java_permanent_test;

-- 2019-04-18 06:45:07,001 INFO     MainThread: Started query 9044df24540a5951:3f6e662d00000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS java_permanent_test.impala_java;

-- 2019-04-18 06:45:12,342 INFO     MainThread: Started query 03448a8213caad2d:201df8b800000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION java_permanent_test.compatibility LOCATION &apos;hdfs://localhost:20500/test-warehouse/impala-hive-udfs.jar&apos; symbol=&apos;org.apache.impala.JavaUdfTest&apos;
  ;

-- 2019-04-18 06:45:12,363 INFO     MainThread: Started query 9f497d2c9e76b446:d9fe16c800000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN java_permanent_test like &apos;compatibility*&apos;;

-- 2019-04-18 06:45:12,368 INFO     MainThread: Started query 514a488687e095f4:73b4019400000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS in java_permanent_test;

-- 2019-04-18 06:45:12,374 INFO     MainThread: Started query 854f94d09ae33fec:57195eb300000000
-- executing against ip-172-31-13-181:21000
INVALIDATE METADATA;

-- 2019-04-18 06:45:16,433 INFO     MainThread: Started query 0f49a4b6f47fbd0f:5ee8769100000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN java_permanent_test;

-- 2019-04-18 06:45:16,440 INFO     MainThread: Started query ae46d517bd01d8c1:1f275d7300000000
-- 2019-04-18 06:45:20,800 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:45:21 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:45:22 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:45:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:45:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:45:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:45:26 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:45:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:26 MainThread: &apos;backends&apos;
06:45:26 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:45:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:27 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:45:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:28 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:45:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:29 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:45:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:30 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:45:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:31 MainThread: num_known_live_backends has reached value: 3
06:45:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:45:31 MainThread: num_known_live_backends has reached value: 3
06:45:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:45:32 MainThread: num_known_live_backends has reached value: 3
06:45:32 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:45:32,980 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:45:32,980 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:45:32,982 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:45:32,984 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:45:32,984 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:45:32,985 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:45:32,986 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:45:32,986 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:45:32,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:45:32,988 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:45:32,988 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:45:32,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:45:32,990 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_java_udfs_from_impala;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN java_permanent_test;

-- 2019-04-18 06:45:33,118 INFO     MainThread: Started query 2049d6f60450236b:e775eef400000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION compatibility(smallint);

-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN java_permanent_test like &apos;compatibility*&apos;;

-- 2019-04-18 06:45:33,211 INFO     MainThread: Started query 9743b8427f1501ef:22bef69f00000000
-- executing against ip-172-31-13-181:21000
DROP FUNCTION java_permanent_test.compatibility;

-- 2019-04-18 06:45:33,399 INFO     MainThread: Started query b6417dd79aacf88f:bb91bc3900000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN java_permanent_test like &apos;compatibility*&apos;;

-- 2019-04-18 06:45:33,405 INFO     MainThread: Started query f54d52c9a9ec81ba:5f7d482900000000
-- 2019-04-18 06:45:37,767 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:45:38 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:45:39 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:45:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:45:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:45:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:45:43 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:45:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:45:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:45:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:45 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:45:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:46 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:45:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:47 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:45:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:45:48 MainThread: num_known_live_backends has reached value: 3
06:45:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:45:48 MainThread: num_known_live_backends has reached value: 3
06:45:49 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:45:49 MainThread: num_known_live_backends has reached value: 3
06:45:49 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:45:49,949 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:45:49,950 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:45:49,951 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:45:49,953 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:45:49,953 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:45:49,954 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:45:49,955 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:45:49,955 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:45:49,955 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:45:49,956 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:45:49,957 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:45:49,957 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:45:49,958 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_permanent_udfs.py::TestUdfPersistence::()::test_java_udfs_from_impala;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN java_permanent_test like &apos;compatibility*&apos;;

-- 2019-04-18 06:45:50,086 INFO     MainThread: Started query fb4fabc88f6ec541:f26a800d00000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION java_permanent_test.badudf LOCATION &apos;hdfs://localhost:20500/test-warehouse/impala-hive-udfs.jar&apos; symbol=&apos;org.apache.impala.IncompatibleUdfTest&apos;
  ;

-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN java_permanent_test like &apos;badudf*&apos;;

-- 2019-04-18 06:45:50,347 INFO     MainThread: Started query 3a4b4fe206e8f7bf:1731150000000000
-- executing against ip-172-31-13-181:21000
INVALIDATE METADATA;

-- 2019-04-18 06:46:17,617 INFO     MainThread: Started query 18498eb2084cbcff:2962559c00000000
-- executing against ip-172-31-13-181:21000
SHOW FUNCTIONS IN java_permanent_test like &apos;badudf*&apos;;

-- 2019-04-18 06:46:17,626 INFO     MainThread: Started query 6043ece30b38301b:2c974a1600000000
-- executing against ip-172-31-13-181:21000

    CREATE FUNCTION java_permanent_test.badudf LOCATION &apos;hdfs://localhost:20500/test-warehouse/impala-hive-udfs.jar&apos; symbol=&apos;org.apache.impala.TestUdf&apos;
  ;

-- executing against ip-172-31-13-181:21000
DROP FUNCTION IF EXISTS java_permanent_test.badudf;

-- 2019-04-18 06:46:17,886 INFO     MainThread: Started query c3413a64859090c2:eafbed2b00000000
</system-err></testcase><testcase classname="custom_cluster.test_query_concurrency.TestQueryConcurrency" file="custom_cluster/test_query_concurrency.py" line="68" name="test_query_concurrency[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000322103500366"><skipped message="Runs only in exhaustive mode." type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_query_concurrency.py:44: &lt;py._xmlgen.raw object at 0x7f27d4b75350&gt;</skipped></testcase><testcase classname="custom_cluster.test_query_expiration.TestQueryExpiration" file="custom_cluster/test_query_expiration.py" line="42" name="test_query_expiration[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="22.1046149731"><system-err>-- 2019-04-18 06:46:26,589 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--idle_query_timeout=8 --logbuflevel=-1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:46:27 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:46:28 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:46:29 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:46:29 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:46:29 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:46:32 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:46:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:46:32 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:46:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:46:33 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:46:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:46:34 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:46:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:46:35 MainThread: num_known_live_backends has reached value: 3
06:46:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:46:35 MainThread: num_known_live_backends has reached value: 3
06:46:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:46:36 MainThread: num_known_live_backends has reached value: 3
06:46:36 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:46:36,793 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:46:36,793 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:46:36,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:36,796 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:46:36,796 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:46:36,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:36,798 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:46:36,798 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:46:36,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:36,800 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:46:36,800 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:46:36,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:36,802 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresho;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b75c10&gt;
-- 2019-04-18 06:46:36,921 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresho;
-- connecting to: ip-172-31-13-181:21000
-- 2019-04-18 06:46:36,924 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing async: ip-172-31-13-181:21000
SELECT SLEEP(1000000);

-- 2019-04-18 06:46:37,073 INFO     MainThread: Started query f848f9f8035d772b:c42e537100000000
-- executing against ip-172-31-13-181:21000
SET EXEC_TIME_LIMIT_S=3;

-- 2019-04-18 06:46:37,077 INFO     MainThread: Started query 954a44b020cea551:64b0adda00000000
-- executing async: ip-172-31-13-181:21000
SELECT SLEEP(1000000);

-- 2019-04-18 06:46:37,084 INFO     MainThread: Started query 48406c641afe91f3:6e6ecb0f00000000
-- executing against ip-172-31-13-181:21000
SET EXEC_TIME_LIMIT_S=5;

-- 2019-04-18 06:46:37,088 INFO     MainThread: Started query de4b0927f1011795:70e7174f00000000
-- executing against ip-172-31-13-181:21000
SET QUERY_TIMEOUT_S=3;

-- 2019-04-18 06:46:37,093 INFO     MainThread: Started query 544f93f58a4f41ae:d295bb8b00000000
-- executing async: ip-172-31-13-181:21000
SELECT SLEEP(2000000);

-- 2019-04-18 06:46:37,099 INFO     MainThread: Started query 69484fafdde26a16:781eeec400000000
-- executing against ip-172-31-13-181:21000
SET EXEC_TIME_LIMIT_S=0;

-- 2019-04-18 06:46:37,103 INFO     MainThread: Started query 664cebcf4a86e9b8:9926146f00000000
-- executing against ip-172-31-13-181:21000
SET QUERY_TIMEOUT_S=1000;

-- 2019-04-18 06:46:37,108 INFO     MainThread: Started query 7b4fb1646bf0b27a:7d7ea98a00000000
-- executing async: ip-172-31-13-181:21000
SELECT SLEEP(3000000);

-- 2019-04-18 06:46:37,114 INFO     MainThread: Started query ef451718efd9d3f1:67a2c1fe00000000
-- 2019-04-18 06:46:37,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:41,123 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71d10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71d50&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71fd0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71a90&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71d10&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71d50&gt;
-- 2019-04-18 06:46:41,131 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:41,135 INFO     MainThread: Getting metric: impala-server.num-queries-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:46:41,136 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:41,139 INFO     MainThread: Waiting for metric value &apos;impala-server.num-queries-expired&apos;=4. Current value: 2
-- 2019-04-18 06:46:41,139 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:46:42,140 INFO     MainThread: Getting metric: impala-server.num-queries-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:46:42,141 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:42,144 INFO     MainThread: Waiting for metric value &apos;impala-server.num-queries-expired&apos;=4. Current value: 2
-- 2019-04-18 06:46:42,144 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:46:43,145 INFO     MainThread: Getting metric: impala-server.num-queries-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:46:43,146 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:43,149 INFO     MainThread: Waiting for metric value &apos;impala-server.num-queries-expired&apos;=4. Current value: 2
-- 2019-04-18 06:46:43,149 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:46:44,149 INFO     MainThread: Getting metric: impala-server.num-queries-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:46:44,151 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:44,154 INFO     MainThread: Waiting for metric value &apos;impala-server.num-queries-expired&apos;=4. Current value: 2
-- 2019-04-18 06:46:44,154 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:46:45,155 INFO     MainThread: Getting metric: impala-server.num-queries-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:46:45,156 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:45,159 INFO     MainThread: Waiting for metric value &apos;impala-server.num-queries-expired&apos;=4. Current value: 3
-- 2019-04-18 06:46:45,159 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:46:46,160 INFO     MainThread: Getting metric: impala-server.num-queries-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:46:46,161 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:46,164 INFO     MainThread: Metric &apos;impala-server.num-queries-expired&apos; has reached desired value: 4
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71fd0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71a90&gt;
-- executing against ip-172-31-13-181:21000
SET QUERY_TIMEOUT_S=0;

-- 2019-04-18 06:46:46,168 INFO     MainThread: Started query 624e6f8406850fbb:6abb374100000000
-- executing against ip-172-31-13-181:21000
SELECT SLEEP(2500);

-- 2019-04-18 06:46:46,176 INFO     MainThread: Started query 734ef503ecd2a53f:744e04ef00000000
-- 2019-04-18 06:46:48,683 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:48,687 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71fd0&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71d50&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71d10&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b71a90&gt;
</system-err></testcase><testcase classname="custom_cluster.test_query_expiration.TestQueryExpiration" file="custom_cluster/test_query_expiration.py" line="133" name="test_query_expiration_no_default[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="14.6255831718"><system-err>-- 2019-04-18 06:46:48,695 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--idle_query_timeout=0 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:46:49 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:46:50 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:46:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:46:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:46:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:46:54 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:46:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:46:54 MainThread: &apos;backends&apos;
06:46:54 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:46:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:46:55 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:46:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:46:56 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:46:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:46:57 MainThread: num_known_live_backends has reached value: 3
06:46:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:46:57 MainThread: num_known_live_backends has reached value: 3
06:46:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:46:58 MainThread: num_known_live_backends has reached value: 3
06:46:58 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:46:58,886 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:46:58,886 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:46:58,887 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:58,889 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:46:58,889 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:46:58,890 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:58,891 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:46:58,891 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:46:58,892 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:58,893 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:46:58,893 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:46:58,894 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:46:58,895 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_query_expiration_no_default[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b71590&gt;
-- 2019-04-18 06:46:59,014 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_query_expiration_no_default[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21002
-- 2019-04-18 06:46:59,018 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1;

-- 2019-04-18 06:46:59,141 INFO     MainThread: Started query c8418c64d74920b1:0b116ee100000000
-- executing async: ip-172-31-13-181:21002
SELECT SLEEP(1000000);

-- 2019-04-18 06:46:59,280 INFO     MainThread: Started query ba40fbb0072f6325:d090472500000000
-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=0;

-- 2019-04-18 06:46:59,284 INFO     MainThread: Started query d04dd70850bc907e:284a33aa00000000
-- executing against ip-172-31-13-181:21002
SET EXEC_TIME_LIMIT_S=1;

-- 2019-04-18 06:46:59,289 INFO     MainThread: Started query ef4731a0d47cd90b:0bd0424f00000000
-- executing async: ip-172-31-13-181:21002
SELECT SLEEP(1000000);

-- 2019-04-18 06:46:59,296 INFO     MainThread: Started query d34ecdade3b8b3b1:f8d1103400000000
-- executing against ip-172-31-13-181:21002
SET EXEC_TIME_LIMIT_S=0;

-- 2019-04-18 06:46:59,299 INFO     MainThread: Started query 1a4be28edcc4838c:21e2395300000000
-- executing against ip-172-31-13-181:21002
SET QUERY_TIMEOUT_S=1000;

-- 2019-04-18 06:46:59,304 INFO     MainThread: Started query c248235a7ba3727d:fcb33b3800000000
-- executing async: ip-172-31-13-181:21002
SELECT SLEEP(1000000);

-- 2019-04-18 06:46:59,311 INFO     MainThread: Started query 674766384d5325c0:55d1ad2800000000
-- 2019-04-18 06:47:03,313 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b93810&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b757d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b75790&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b93810&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b757d0&gt;
</system-err></testcase><testcase classname="custom_cluster.test_query_expiration.TestQueryExpiration" file="custom_cluster/test_query_expiration.py" line="186" name="test_concurrent_query_expiration[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="12.1500313282"><system-err>-- 2019-04-18 06:47:03,322 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--idle_query_timeout=1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:47:03 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:47:04 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:47:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:47:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:47:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:47:08 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:47:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:47:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:47:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:47:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:47:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:47:10 MainThread: num_known_live_backends has reached value: 3
06:47:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:47:11 MainThread: num_known_live_backends has reached value: 3
06:47:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:47:11 MainThread: num_known_live_backends has reached value: 3
06:47:12 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:47:12,532 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:47:12,533 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:47:12,534 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:47:12,536 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:47:12,536 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:47:12,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:47:12,538 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:47:12,538 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:47:12,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:47:12,540 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:47:12,540 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:47:12,540 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:47:12,541 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b9c110&gt;
-- 2019-04-18 06:47:12,663 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
-- 2019-04-18 06:47:12,666 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_query_expiration.py::TestQueryExpiration::()::test_concurrent_query_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_r;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
SELECT SLEEP(2500);

-- executing against ip-172-31-13-181:21001
SELECT SLEEP(2500);

-- executing against ip-172-31-13-181:21001
SELECT SLEEP(2500);

-- executing against ip-172-31-13-181:21001
SELECT SLEEP(2500);

-- executing against ip-172-31-13-181:21001
SELECT SLEEP(2500);

-- executing async: ip-172-31-13-181:21001
SELECT SLEEP(3000000);

-- executing async: ip-172-31-13-181:21001
SELECT SLEEP(3000000);

-- executing async: ip-172-31-13-181:21001
SELECT SLEEP(3000000);

-- executing async: ip-172-31-13-181:21001
SELECT SLEEP(3000000);

-- executing async: ip-172-31-13-181:21001
SELECT SLEEP(3000000);

-- executing against ip-172-31-13-181:21001
SET EXEC_TIME_LIMIT_S=1;

-- executing against ip-172-31-13-181:21001
SET EXEC_TIME_LIMIT_S=1;

-- executing against ip-172-31-13-181:21001
SET EXEC_TIME_LIMIT_S=1;

-- executing against ip-172-31-13-181:21001
SET EXEC_TIME_LIMIT_S=1;

-- executing against ip-172-31-13-181:21001
SET EXEC_TIME_LIMIT_S=1;

-- executing against ip-172-31-13-181:21001
SET EXEC_TIME_LIMIT_S=10;

-- executing against ip-172-31-13-181:21001
SET EXEC_TIME_LIMIT_S=10;

-- executing against ip-172-31-13-181:21001
SET EXEC_TIME_LIMIT_S=10;

-- executing against ip-172-31-13-181:21001
SET EXEC_TIME_LIMIT_S=10;

-- executing against ip-172-31-13-181:21001
SET EXEC_TIME_LIMIT_S=10;

-- 2019-04-18 06:47:12,812 INFO     Thread-120: Started query 9147c9865db1f253:d0f9a26e00000000
-- 2019-04-18 06:47:12,813 INFO     Thread-114: Started query 634770fb37697dd8:2eb15da400000000
-- 2019-04-18 06:47:12,813 INFO     Thread-113: Started query 3242742454aac3cc:57ebacc000000000
-- 2019-04-18 06:47:12,813 INFO     Thread-115: Started query d144d2be530f719d:2d7bb69000000000
-- 2019-04-18 06:47:12,814 INFO     Thread-122: Started query 7c4f8e0310771dd7:da57fca700000000
-- 2019-04-18 06:47:12,814 INFO     Thread-118: Started query 554b97a9f35afc44:088cb8a500000000
-- 2019-04-18 06:47:12,814 INFO     Thread-116: Started query 1a46f4e377d645dc:fdcd514000000000
-- 2019-04-18 06:47:12,815 INFO     Thread-119: Started query 79423662c08bc40a:1a1412e000000000
-- 2019-04-18 06:47:12,816 INFO     Thread-121: Started query f1493a05b6a6d6a6:07dcc90900000000
-- 2019-04-18 06:47:12,817 INFO     Thread-117: Started query 57425a57c77dca0f:0a72196000000000
-- executing against ip-172-31-13-181:21001
SELECT SLEEP(2500);

-- executing against ip-172-31-13-181:21001
SELECT SLEEP(2500);

-- executing against ip-172-31-13-181:21001
SELECT count(*) FROM functional.alltypes;

-- executing against ip-172-31-13-181:21001
SELECT SLEEP(2500);

-- executing against ip-172-31-13-181:21001
SELECT count(*) FROM functional.alltypes;

-- executing against ip-172-31-13-181:21001
SELECT count(*) FROM functional.alltypes;

-- executing against ip-172-31-13-181:21001
SELECT SLEEP(2500);

-- executing against ip-172-31-13-181:21001
SELECT count(*) FROM functional.alltypes;

-- executing against ip-172-31-13-181:21001
SELECT count(*) FROM functional.alltypes;

-- executing against ip-172-31-13-181:21001
SELECT SLEEP(2500);

-- 2019-04-18 06:47:12,937 INFO     Thread-108: Started query 0f443b2d22a9d441:a1be7d2400000000
-- 2019-04-18 06:47:12,937 INFO     Thread-103: Started query 734368cfe404d8e0:516949ad00000000
-- 2019-04-18 06:47:12,938 INFO     Thread-105: Started query 4746f0f7b0a88d5b:327f355800000000
-- 2019-04-18 06:47:12,938 INFO     Thread-107: Started query 014962669c0124a9:20b013f300000000
-- 2019-04-18 06:47:12,938 INFO     Thread-116: Started query 614ee96651aba2b8:1c2834bd00000000
-- 2019-04-18 06:47:12,940 INFO     Thread-109: Started query 4f4b99b6c497c7c3:d335bf1500000000
-- 2019-04-18 06:47:12,940 INFO     Thread-115: Started query ad4c99bfa8ad0b97:bfe67b5800000000
-- 2019-04-18 06:47:12,940 INFO     Thread-117: Started query 5940ab589be193a6:184ccd6d00000000
-- 2019-04-18 06:47:12,941 INFO     Thread-114: Started query 3f43cba9b7e70e02:a21660d400000000
-- 2019-04-18 06:47:12,942 INFO     Thread-110: Started query 1449164a84b576df:dac854e000000000
-- 2019-04-18 06:47:12,942 INFO     Thread-111: Started query bf4b4d9c6490867a:6093105900000000
-- 2019-04-18 06:47:12,942 INFO     Thread-106: Started query 0e4df595cc7aa7b8:be42763600000000
-- 2019-04-18 06:47:12,943 INFO     Thread-112: Started query 6d4aef7f9eadfd33:d25368e900000000
-- 2019-04-18 06:47:12,944 INFO     Thread-113: Started query ae4b71d83a522a38:cc59fb5100000000
-- 2019-04-18 06:47:12,944 INFO     Thread-104: Started query 434c41d29e34dd8e:35e4ac1000000000
-- 2019-04-18 06:47:13,568 INFO     Thread-122: Started query 8d494b0e48e16f91:17c12a4600000000
-- 2019-04-18 06:47:13,569 INFO     Thread-119: Started query e541fc0ad2fee5fd:46b273b300000000
-- 2019-04-18 06:47:13,569 INFO     Thread-121: Started query a342685d6f4ada5f:3fd4245f00000000
-- 2019-04-18 06:47:13,569 INFO     Thread-120: Started query f64e32222e80a914:0835965300000000
-- 2019-04-18 06:47:13,574 INFO     Thread-118: Started query 1a49a4e8a2fa8f3a:62b51f8d00000000
-- 2019-04-18 06:47:15,466 INFO     MainThread: Getting metric: impala-server.num-queries-expired from ip-172-31-13-181:25001
-- 2019-04-18 06:47:15,467 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:47:15,470 INFO     MainThread: Metric &apos;impala-server.num-queries-expired&apos; has reached desired value: 10
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b95910&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b95c10&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b95a90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b95c50&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b95a50&gt;
</system-err></testcase><testcase classname="custom_cluster.test_redaction.TestRedaction" file="custom_cluster/test_redaction.py" line="169" name="test_bad_rules" time="15.8684580326"><system-err>-- 2019-04-18 06:47:15,475 INFO     MainThread: tmp_dir is /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_OJFtdN
-- 2019-04-18 06:47:15,475 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_OJFtdN/logs --log_level=2 &apos;--impalad_args=-audit_event_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_OJFtdN/audits
                           -profile_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_OJFtdN/profiles
                           -redaction_rules_file=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_OJFtdN/redaction_rules.json
                           -vmodule=&apos; --impalad_args=--default_query_options=
06:47:15 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_OJFtdN/logs/statestored.INFO
06:47:16 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_OJFtdN/logs/catalogd.INFO
06:47:18 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_OJFtdN/logs/impalad.INFO
06:47:18 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_OJFtdN/logs/impalad_node1.INFO
06:47:18 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_OJFtdN/logs/impalad_node2.INFO
06:47:21 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:22 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:23 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:24 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:25 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:26 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:27 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:28 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:29 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:30 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:31 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:47:31 MainThread: Error starting cluster
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/bin/start-impala-cluster.py&quot;, line 680, in &lt;module&gt;
    options.cluster_size - expected_catalog_delays)
  File &quot;/home/ubuntu/Impala/tests/common/impala_cluster.py&quot;, line 165, in wait_until_ready
    self.wait_for_num_impalads(expected_num_impalads)
  File &quot;/home/ubuntu/Impala/tests/common/impala_cluster.py&quot;, line 199, in wait_for_num_impalads
    raise RuntimeError(msg)
RuntimeError: Expected 3 impalad(s), only 0 found

-- 2019-04-18 06:47:31,342 INFO     MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
</system-err></testcase><testcase classname="custom_cluster.test_redaction.TestRedaction" file="custom_cluster/test_redaction.py" line="236" name="test_redacted" time="28.6263327599"><system-err>-- 2019-04-18 06:47:31,344 INFO     MainThread: tmp_dir is /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_oQtxUE
-- 2019-04-18 06:47:31,345 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_oQtxUE/logs --log_level=2 &apos;--impalad_args=-audit_event_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_oQtxUE/audits
                           -profile_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_oQtxUE/profiles
                           -redaction_rules_file=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_oQtxUE/redaction_rules.json
                           -vmodule=&apos; --impalad_args=--default_query_options=
06:47:31 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_oQtxUE/logs/statestored.INFO
06:47:32 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_oQtxUE/logs/catalogd.INFO
06:47:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_oQtxUE/logs/impalad.INFO
06:47:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_oQtxUE/logs/impalad_node1.INFO
06:47:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_oQtxUE/logs/impalad_node2.INFO
06:47:36 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:47:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:47:36 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:47:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:47:37 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:47:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:47:38 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:47:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:47:39 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:47:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:47:40 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:47:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:47:41 MainThread: num_known_live_backends has reached value: 3
06:47:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:47:42 MainThread: num_known_live_backends has reached value: 3
06:47:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:47:42 MainThread: num_known_live_backends has reached value: 3
06:47:43 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:47:43,538 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:47:43,538 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:47:43,539 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:47:43,541 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:47:43,541 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:47:43,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:47:43,543 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:47:43,543 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:47:43,544 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:47:43,545 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:47:43,545 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:47:43,546 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:47:43,547 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_redaction.py::TestRedaction::test_redacted;
-- connecting to: localhost:21000
-- executing against localhost:21000
SELECT string_col = &apos;FOO@bar.com&apos;, COUNT(*) FROM functional.alltypes GROUP BY 1;

-- 2019-04-18 06:47:49,425 INFO     MainThread: Started query 2042b03eda23ea62:3ca6dedb00000000
-- 2019-04-18 06:47:49,653 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,656 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,659 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,660 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,663 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,665 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,668 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,670 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,673 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,675 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,682 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,687 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,690 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,693 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,695 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,697 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,699 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,705 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:49,707 INFO     MainThread: Starting new HTTP connection (1): localhost
-- executing against localhost:21000
1234-5678-1234-5678;

-- 2019-04-18 06:47:54,808 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,811 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,813 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,815 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,817 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,818 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,820 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,822 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,826 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,828 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,830 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,832 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,833 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,836 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,838 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,840 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,842 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:54,844 INFO     MainThread: Starting new HTTP connection (1): localhost
-- executing against localhost:21000
SELECT string_col = &apos;ubuntu&apos;, COUNT(*) FROM functional.alltypes GROUP BY 1;

-- 2019-04-18 06:47:59,879 INFO     MainThread: Started query 5b40947be856a16f:64b5454500000000
-- 2019-04-18 06:47:59,952 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:59,955 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:59,961 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:47:59,964 INFO     MainThread: Starting new HTTP connection (1): localhost
</system-err></testcase><testcase classname="custom_cluster.test_redaction.TestRedaction" file="custom_cluster/test_redaction.py" line="209" name="test_unredacted" time="21.245126009"><system-err>-- 2019-04-18 06:47:59,972 INFO     MainThread: tmp_dir is /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_KXKzhY
-- 2019-04-18 06:47:59,972 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_KXKzhY/logs --log_level=2 &apos;--impalad_args=-audit_event_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_KXKzhY/audits
                           -profile_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_KXKzhY/profiles
                           -redaction_rules_file=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_KXKzhY/redaction_rules.json
                           -vmodule=&apos; --impalad_args=--default_query_options=
06:48:00 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_KXKzhY/logs/statestored.INFO
06:48:01 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_KXKzhY/logs/catalogd.INFO
06:48:02 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_KXKzhY/logs/impalad.INFO
06:48:02 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_KXKzhY/logs/impalad_node1.INFO
06:48:02 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_KXKzhY/logs/impalad_node2.INFO
06:48:05 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:48:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:48:05 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:48:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:48:06 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:48:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:48:07 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:48:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:48:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:48:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:48:09 MainThread: num_known_live_backends has reached value: 3
06:48:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:48:10 MainThread: num_known_live_backends has reached value: 3
06:48:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:48:10 MainThread: num_known_live_backends has reached value: 3
06:48:11 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:48:11,169 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:48:11,170 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:48:11,171 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:48:11,173 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:48:11,173 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:48:11,174 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:48:11,175 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:48:11,175 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:48:11,176 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:48:11,177 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:48:11,177 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:48:11,177 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:48:11,179 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_redaction.py::TestRedaction::test_unredacted;
-- connecting to: localhost:21000
-- executing against localhost:21000
SELECT COUNT(*) FROM functional.alltypes WHERE string_col = &apos;foo@bar.com&apos;;

-- 2019-04-18 06:48:16,026 INFO     MainThread: Started query e047efbc0500f1bf:122b00b300000000
-- 2019-04-18 06:48:16,194 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:48:16,197 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:48:16,199 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:48:16,201 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:48:16,203 INFO     MainThread: Starting new HTTP connection (1): localhost
</system-err></testcase><testcase classname="custom_cluster.test_redaction.TestRedaction" file="custom_cluster/test_redaction.py" line="178" name="test_very_verbose_logging" time="47.5800890923"><system-err>-- 2019-04-18 06:48:21,218 INFO     MainThread: tmp_dir is /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_m6wOZB
-- 2019-04-18 06:48:21,219 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_m6wOZB/logs --log_level=3 &apos;--impalad_args=-audit_event_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_m6wOZB/audits
                           -profile_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_m6wOZB/profiles
                           -redaction_rules_file=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_m6wOZB/redaction_rules.json
                           -vmodule=&apos; --impalad_args=--default_query_options=
06:48:21 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_m6wOZB/logs/statestored.INFO
06:48:22 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_m6wOZB/logs/catalogd.INFO
06:48:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_m6wOZB/logs/impalad.INFO
06:48:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_m6wOZB/logs/impalad_node1.INFO
06:48:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_m6wOZB/logs/impalad_node2.INFO
06:48:26 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:27 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:28 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:29 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:30 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:31 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:32 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:33 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:34 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:36 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:37 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:37 MainThread: Error starting cluster
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/bin/start-impala-cluster.py&quot;, line 680, in &lt;module&gt;
    options.cluster_size - expected_catalog_delays)
  File &quot;/home/ubuntu/Impala/tests/common/impala_cluster.py&quot;, line 165, in wait_until_ready
    self.wait_for_num_impalads(expected_num_impalads)
  File &quot;/home/ubuntu/Impala/tests/common/impala_cluster.py&quot;, line 199, in wait_for_num_impalads
    raise RuntimeError(msg)
RuntimeError: Expected 3 impalad(s), only 0 found

-- 2019-04-18 06:48:37,085 INFO     MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:48:37,085 INFO     MainThread: tmp_dir is /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_a9C4zf
-- 2019-04-18 06:48:37,086 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_a9C4zf/logs --log_level=2 &apos;--impalad_args=-audit_event_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_a9C4zf/audits
                           -profile_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_a9C4zf/profiles
                           -redaction_rules_file=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_a9C4zf/redaction_rules.json
                           -vmodule=foo&apos; --impalad_args=--default_query_options=
06:48:37 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_a9C4zf/logs/statestored.INFO
06:48:38 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_a9C4zf/logs/catalogd.INFO
06:48:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_a9C4zf/logs/impalad.INFO
06:48:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_a9C4zf/logs/impalad_node1.INFO
06:48:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_a9C4zf/logs/impalad_node2.INFO
06:48:42 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:43 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:44 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:45 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:46 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:47 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:48 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:49 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:50 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:51 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:52 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:52 MainThread: Error starting cluster
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/bin/start-impala-cluster.py&quot;, line 680, in &lt;module&gt;
    options.cluster_size - expected_catalog_delays)
  File &quot;/home/ubuntu/Impala/tests/common/impala_cluster.py&quot;, line 165, in wait_until_ready
    self.wait_for_num_impalads(expected_num_impalads)
  File &quot;/home/ubuntu/Impala/tests/common/impala_cluster.py&quot;, line 199, in wait_for_num_impalads
    raise RuntimeError(msg)
RuntimeError: Expected 3 impalad(s), only 0 found

-- 2019-04-18 06:48:52,943 INFO     MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:48:52,944 INFO     MainThread: tmp_dir is /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_0YAIq4
-- 2019-04-18 06:48:52,944 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_0YAIq4/logs --log_level=3 &apos;--impalad_args=-audit_event_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_0YAIq4/audits
                           -profile_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_0YAIq4/profiles
                           -redaction_rules_file=/home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_0YAIq4/redaction_rules.json
                           -vmodule=foo&apos; --impalad_args=--default_query_options=
06:48:53 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_0YAIq4/logs/statestored.INFO
06:48:54 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_0YAIq4/logs/catalogd.INFO
06:48:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_0YAIq4/logs/impalad.INFO
06:48:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_0YAIq4/logs/impalad_node1.INFO
06:48:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_redaction_0YAIq4/logs/impalad_node2.INFO
06:48:58 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:48:59 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:49:00 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:49:01 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:49:02 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:49:03 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:49:04 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:49:05 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:49:06 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:49:07 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:49:08 MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
06:49:08 MainThread: Error starting cluster
Traceback (most recent call last):
  File &quot;/home/ubuntu/Impala/bin/start-impala-cluster.py&quot;, line 680, in &lt;module&gt;
    options.cluster_size - expected_catalog_delays)
  File &quot;/home/ubuntu/Impala/tests/common/impala_cluster.py&quot;, line 165, in wait_until_ready
    self.wait_for_num_impalads(expected_num_impalads)
  File &quot;/home/ubuntu/Impala/tests/common/impala_cluster.py&quot;, line 199, in wait_for_num_impalads
    raise RuntimeError(msg)
RuntimeError: Expected 3 impalad(s), only 0 found

-- 2019-04-18 06:49:08,797 INFO     MainThread: Found 0 impalad/1 statestored/1 catalogd process(es)
</system-err></testcase><testcase classname="custom_cluster.test_reserved_words_version.TestReservedWordsVersion" file="custom_cluster/test_reserved_words_version.py" line="23" name="test_3_0" time="9.70700287819"><system-err>-- 2019-04-18 06:49:08,800 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--reserved_words_version=3.0.0 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:49:09 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:49:10 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:49:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:49:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:49:11 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:49:14 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:49:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:14 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:49:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:15 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:49:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:16 MainThread: num_known_live_backends has reached value: 3
06:49:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:49:16 MainThread: num_known_live_backends has reached value: 3
06:49:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:49:17 MainThread: num_known_live_backends has reached value: 3
06:49:17 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:49:17,986 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:49:17,986 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:49:17,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:17,989 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:49:17,989 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:49:17,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:17,991 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:49:17,991 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:49:17,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:17,993 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:49:17,993 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:49:17,994 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:17,995 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_reserved_words_version.py::TestReservedWordsVersion::()::test_3_0;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b95b50&gt;
-- 2019-04-18 06:49:18,113 INFO     MainThread: Closing active operation
-- executing against localhost:21000
select 1 as at;

-- executing against localhost:21000
select 1 as `at`;

-- 2019-04-18 06:49:18,328 INFO     MainThread: Started query 3b4f3001386e94c9:70f396c600000000
-- executing against localhost:21000
select 1 as year;

-- 2019-04-18 06:49:18,391 INFO     MainThread: Started query 3949cf704358a613:cc5f690900000000
-- executing against localhost:21000
select 1 as avg;

-- 2019-04-18 06:49:18,451 INFO     MainThread: Started query c643a87e97b76549:cc8e161100000000
</system-err></testcase><testcase classname="custom_cluster.test_reserved_words_version.TestReservedWordsVersion" file="custom_cluster/test_reserved_words_version.py" line="32" name="test_2_11" time="10.6236670017"><system-err>-- 2019-04-18 06:49:18,508 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--reserved_words_version=2.11.0 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:49:18 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:49:19 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:49:21 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:49:21 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:49:21 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:49:24 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:49:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:24 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:49:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:25 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:49:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:26 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:49:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:27 MainThread: num_known_live_backends has reached value: 3
06:49:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:49:27 MainThread: num_known_live_backends has reached value: 3
06:49:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:49:28 MainThread: num_known_live_backends has reached value: 3
06:49:28 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:49:28,692 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:49:28,693 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:49:28,694 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:28,696 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:49:28,696 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:49:28,697 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:28,698 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:49:28,698 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:49:28,699 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:28,700 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:49:28,700 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:49:28,701 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:28,702 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_reserved_words_version.py::TestReservedWordsVersion::()::test_2_11;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4bf7610&gt;
-- 2019-04-18 06:49:28,821 INFO     MainThread: Closing active operation
-- executing against localhost:21000
select 1 as at;

-- 2019-04-18 06:49:28,952 INFO     MainThread: Started query d44e26a61aba53fc:a067a69b00000000
-- executing against localhost:21000
select 1 as year;

-- 2019-04-18 06:49:29,015 INFO     MainThread: Started query f5445b79fbd942d8:0d9d270a00000000
-- executing against localhost:21000
select 1 as avg;

-- 2019-04-18 06:49:29,076 INFO     MainThread: Started query ba4d528b8d4b398d:0463414d00000000
</system-err></testcase><testcase classname="custom_cluster.test_restart_services.TestRestart" file="custom_cluster/test_restart_services.py" line="43" name="test_restart_statestore" time="72.4694552422"><system-out>Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
</system-out><system-err>-- 2019-04-18 06:49:29,133 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:49:29 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:49:30 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:49:31 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:49:31 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:49:31 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:49:34 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:49:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:34 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:49:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:35 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:49:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:36 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:49:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:37 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:49:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:38 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:49:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:49:39 MainThread: num_known_live_backends has reached value: 3
06:49:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:49:40 MainThread: num_known_live_backends has reached value: 3
06:49:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:49:40 MainThread: num_known_live_backends has reached value: 3
06:49:41 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:49:41,331 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:49:41,331 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:49:41,333 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:41,335 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:49:41,335 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:49:41,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:41,337 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:49:41,337 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:49:41,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:41,339 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:49:41,339 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:49:41,339 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:49:41,340 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_restart_services.py::TestRestart::()::test_restart_statestore;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4bf7cd0&gt;
-- 2019-04-18 06:49:41,456 INFO     MainThread: Closing active operation
-- 2019-04-18 06:49:41,483 INFO     MainThread: Killing &lt;StateStoreProcess PID: 115976 (/home/ubuntu/Impala/be/build/latest/service/statestored -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=statestored -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests)&gt; with signal 9
-- 2019-04-18 06:49:41,505 INFO     MainThread: No PID found for process cmdline: /home/ubuntu/Impala/be/build/latest/service/statestored -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=statestored -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests. Process is dead?
-- 2019-04-18 06:49:41,505 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/statestored -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=statestored -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests (PID: None)
-- 2019-04-18 06:49:41,516 INFO     MainThread: Starting statestored with arguments
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.ERROR
</system-err></testcase><testcase classname="custom_cluster.test_restart_services.TestRestart" file="custom_cluster/test_restart_services.py" line="66" name="test_restart_impala" time="58.6684277058"><system-out>Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
</system-out><system-err>-- 2019-04-18 06:50:41,604 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:50:42 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:50:43 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:50:44 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:50:44 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:50:44 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:50:47 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:50:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:50:47 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:50:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:50:48 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:50:49 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:50:49 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:50:50 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:50:50 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:50:51 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:50:51 MainThread: num_known_live_backends has reached value: 3
06:50:51 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:50:51 MainThread: num_known_live_backends has reached value: 3
06:50:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:50:52 MainThread: num_known_live_backends has reached value: 3
06:50:52 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:50:52,788 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:50:52,788 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:50:52,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:50:52,791 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:50:52,791 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:50:52,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:50:52,793 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:50:52,793 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:50:52,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:50:52,795 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:50:52,795 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:50:52,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:50:52,797 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_restart_services.py::TestRestart::()::test_restart_impala;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c16050&gt;
-- 2019-04-18 06:50:52,913 INFO     MainThread: Closing active operation
-- 2019-04-18 06:50:52,915 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=1 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:50:53 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:50:54 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:50:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:50:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:50:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:50:58 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:50:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:50:58 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:50:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:50:59 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:51:00 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:51:00 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:51:01 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:51:01 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:51:02 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:51:02 MainThread: num_known_live_backends has reached value: 3
06:51:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:51:03 MainThread: num_known_live_backends has reached value: 3
06:51:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:51:03 MainThread: num_known_live_backends has reached value: 3
06:51:03 MainThread: Impala Cluster Running with 3 nodes (1 coordinators, 3 executors).
-- 2019-04-18 06:51:03,100 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:51:03,101 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:51:03,102 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:03,104 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:51:03,104 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:51:03,104 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:03,106 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:51:03,106 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:51:03,106 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:03,107 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:51:03,108 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:51:03,108 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:03,109 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_restart_services.py::TestRestart::()::test_restart_impala;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
select * from functional.alltypes;

-- 2019-04-18 06:51:08,853 INFO     MainThread: Started query da413f52ab983563:564954f700000000
-- 2019-04-18 06:51:09,137 INFO     MainThread: Killing &lt;ImpaladProcess PID: 118719 (/home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --default_query_options=)&gt; with signal 9
-- 2019-04-18 06:51:09,159 INFO     MainThread: No PID found for process cmdline: /home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --default_query_options=. Process is dead?
-- 2019-04-18 06:51:09,160 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --default_query_options= (PID: None)
-- 2019-04-18 06:51:09,171 INFO     MainThread: Starting Impalad process with args: [&apos;-is_coordinator=false&apos;, &apos;-kudu_client_rpc_timeout_ms&apos;, &apos;0&apos;, &apos;-kudu_master_hosts&apos;, &apos;localhost&apos;, &apos;-mem_limit=12884901888&apos;, &apos;-logbufsecs=5&apos;, &apos;-v=1&apos;, &apos;-max_log_files=0&apos;, &apos;-log_filename=impalad_node1&apos;, &apos;-log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests&apos;, &apos;-beeswax_port=21001&apos;, &apos;-hs2_port=21051&apos;, &apos;-be_port=22001&apos;, &apos;-krpc_port=27001&apos;, &apos;-state_store_subscriber_port=23001&apos;, &apos;-webserver_port=25001&apos;, &apos;--default_query_options=&apos;]
-- 2019-04-18 06:51:09,176 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:51:09,178 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:09,178 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.ERROR
-- 2019-04-18 06:51:10,180 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:10,181 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
-- 2019-04-18 06:51:11,182 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:11,185 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: None
-- 2019-04-18 06:51:11,185 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:51:12,186 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:51:12,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:12,191 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: True
-- executing against ip-172-31-13-181:21000
select * from functional.alltypes;

-- 2019-04-18 06:51:15,213 INFO     MainThread: Started query 874dfd2748814c6b:c6204aef00000000
-- 2019-04-18 06:51:15,410 INFO     MainThread: Killing &lt;ImpaladProcess PID: 118723 (/home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node2 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21002 -hs2_port=21052 -be_port=22002 -krpc_port=27002 -state_store_subscriber_port=23002 -webserver_port=25002 --default_query_options=)&gt; with signal 9
-- 2019-04-18 06:51:15,431 INFO     MainThread: No PID found for process cmdline: /home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node2 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21002 -hs2_port=21052 -be_port=22002 -krpc_port=27002 -state_store_subscriber_port=23002 -webserver_port=25002 --default_query_options=. Process is dead?
-- 2019-04-18 06:51:15,431 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node2 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21002 -hs2_port=21052 -be_port=22002 -krpc_port=27002 -state_store_subscriber_port=23002 -webserver_port=25002 --default_query_options= (PID: None)
-- 2019-04-18 06:51:15,442 INFO     MainThread: Starting Impalad process with args: [&apos;-is_coordinator=false&apos;, &apos;-kudu_client_rpc_timeout_ms&apos;, &apos;0&apos;, &apos;-kudu_master_hosts&apos;, &apos;localhost&apos;, &apos;-mem_limit=12884901888&apos;, &apos;-logbufsecs=5&apos;, &apos;-v=1&apos;, &apos;-max_log_files=0&apos;, &apos;-log_filename=impalad_node2&apos;, &apos;-log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests&apos;, &apos;-beeswax_port=21002&apos;, &apos;-hs2_port=21052&apos;, &apos;-be_port=22002&apos;, &apos;-krpc_port=27002&apos;, &apos;-state_store_subscriber_port=23002&apos;, &apos;-webserver_port=25002&apos;, &apos;--default_query_options=&apos;]
-- 2019-04-18 06:51:15,446 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25002
-- 2019-04-18 06:51:15,448 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:15,448 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.ERROR
-- 2019-04-18 06:51:16,450 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:16,451 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
-- 2019-04-18 06:51:17,453 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:17,456 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: None
-- 2019-04-18 06:51:17,456 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:51:18,457 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25002
-- 2019-04-18 06:51:18,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:18,461 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: True
-- executing against ip-172-31-13-181:21000
select * from functional.alltypes;

-- 2019-04-18 06:51:21,483 INFO     MainThread: Started query d142bf35de8cc43b:0eecfe1000000000
-- 2019-04-18 06:51:21,687 INFO     MainThread: Killing &lt;ImpaladProcess PID: 119757 (/home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --default_query_options=)&gt; with signal 9
-- 2019-04-18 06:51:21,707 INFO     MainThread: No PID found for process cmdline: /home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --default_query_options=. Process is dead?
-- 2019-04-18 06:51:21,707 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --default_query_options= (PID: None)
-- 2019-04-18 06:51:21,718 INFO     MainThread: Starting Impalad process with args: [&apos;-is_coordinator=false&apos;, &apos;-kudu_client_rpc_timeout_ms&apos;, &apos;0&apos;, &apos;-kudu_master_hosts&apos;, &apos;localhost&apos;, &apos;-mem_limit=12884901888&apos;, &apos;-logbufsecs=5&apos;, &apos;-v=1&apos;, &apos;-max_log_files=0&apos;, &apos;-log_filename=impalad_node1&apos;, &apos;-log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests&apos;, &apos;-beeswax_port=21001&apos;, &apos;-hs2_port=21051&apos;, &apos;-be_port=22001&apos;, &apos;-krpc_port=27001&apos;, &apos;-state_store_subscriber_port=23001&apos;, &apos;-webserver_port=25001&apos;, &apos;--default_query_options=&apos;]
-- 2019-04-18 06:51:21,723 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:51:21,724 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:21,725 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.ERROR
-- 2019-04-18 06:51:22,727 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:22,727 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
-- 2019-04-18 06:51:23,729 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:23,729 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
-- 2019-04-18 06:51:24,732 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:24,735 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: True
-- executing against ip-172-31-13-181:21000
select * from functional.alltypes;

-- 2019-04-18 06:51:27,754 INFO     MainThread: Started query b446b305051295e4:84de306900000000
-- 2019-04-18 06:51:27,951 INFO     MainThread: Killing &lt;ImpaladProcess PID: 120108 (/home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node2 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21002 -hs2_port=21052 -be_port=22002 -krpc_port=27002 -state_store_subscriber_port=23002 -webserver_port=25002 --default_query_options=)&gt; with signal 9
-- 2019-04-18 06:51:27,972 INFO     MainThread: No PID found for process cmdline: /home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node2 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21002 -hs2_port=21052 -be_port=22002 -krpc_port=27002 -state_store_subscriber_port=23002 -webserver_port=25002 --default_query_options=. Process is dead?
-- 2019-04-18 06:51:27,972 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node2 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21002 -hs2_port=21052 -be_port=22002 -krpc_port=27002 -state_store_subscriber_port=23002 -webserver_port=25002 --default_query_options= (PID: None)
-- 2019-04-18 06:51:27,983 INFO     MainThread: Starting Impalad process with args: [&apos;-is_coordinator=false&apos;, &apos;-kudu_client_rpc_timeout_ms&apos;, &apos;0&apos;, &apos;-kudu_master_hosts&apos;, &apos;localhost&apos;, &apos;-mem_limit=12884901888&apos;, &apos;-logbufsecs=5&apos;, &apos;-v=1&apos;, &apos;-max_log_files=0&apos;, &apos;-log_filename=impalad_node2&apos;, &apos;-log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests&apos;, &apos;-beeswax_port=21002&apos;, &apos;-hs2_port=21052&apos;, &apos;-be_port=22002&apos;, &apos;-krpc_port=27002&apos;, &apos;-state_store_subscriber_port=23002&apos;, &apos;-webserver_port=25002&apos;, &apos;--default_query_options=&apos;]
-- 2019-04-18 06:51:27,987 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25002
-- 2019-04-18 06:51:27,988 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:27,989 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.ERROR
-- 2019-04-18 06:51:28,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:28,991 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
-- 2019-04-18 06:51:29,993 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:29,996 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: None
-- 2019-04-18 06:51:29,996 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:51:30,997 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25002
-- 2019-04-18 06:51:30,998 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:31,001 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: True
-- executing against ip-172-31-13-181:21000
select * from functional.alltypes;

-- 2019-04-18 06:51:34,017 INFO     MainThread: Started query 124a1788a4236fb8:09bdf00a00000000
-- 2019-04-18 06:51:34,219 INFO     MainThread: Killing &lt;ImpaladProcess PID: 120459 (/home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --default_query_options=)&gt; with signal 9
-- 2019-04-18 06:51:34,239 INFO     MainThread: No PID found for process cmdline: /home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --default_query_options=. Process is dead?
-- 2019-04-18 06:51:34,239 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/impalad -is_coordinator=false -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --default_query_options= (PID: None)
-- 2019-04-18 06:51:34,250 INFO     MainThread: Starting Impalad process with args: [&apos;-is_coordinator=false&apos;, &apos;-kudu_client_rpc_timeout_ms&apos;, &apos;0&apos;, &apos;-kudu_master_hosts&apos;, &apos;localhost&apos;, &apos;-mem_limit=12884901888&apos;, &apos;-logbufsecs=5&apos;, &apos;-v=1&apos;, &apos;-max_log_files=0&apos;, &apos;-log_filename=impalad_node1&apos;, &apos;-log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests&apos;, &apos;-beeswax_port=21001&apos;, &apos;-hs2_port=21051&apos;, &apos;-be_port=22001&apos;, &apos;-krpc_port=27001&apos;, &apos;-state_store_subscriber_port=23001&apos;, &apos;-webserver_port=25001&apos;, &apos;--default_query_options=&apos;]
-- 2019-04-18 06:51:34,255 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:51:34,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:34,256 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.ERROR
-- 2019-04-18 06:51:35,259 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:35,260 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
-- 2019-04-18 06:51:36,261 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:36,264 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: None
-- 2019-04-18 06:51:36,264 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:51:37,265 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:51:37,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:37,269 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: True
-- closing connection to: ip-172-31-13-181:21000
</system-err></testcase><testcase classname="custom_cluster.test_restart_services.TestShutdownCommand" file="custom_cluster/test_restart_services.py" line="109" name="test_shutdown_idle" time="71.1972029209"><system-err>-- 2019-04-18 06:51:40,275 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--shutdown_grace_period_s=1           --hostname=ip-172-31-13-181 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:51:40 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:51:41 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:51:42 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:51:42 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:51:42 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:51:45 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:51:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:51:45 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:51:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:51:46 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:51:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:51:47 MainThread: num_known_live_backends has reached value: 3
06:51:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:51:48 MainThread: num_known_live_backends has reached value: 3
06:51:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:51:48 MainThread: num_known_live_backends has reached value: 3
06:51:49 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:51:49,467 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:51:49,467 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:51:49,468 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:49,470 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:51:49,470 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:51:49,471 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:49,472 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:51:49,472 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:51:49,473 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:49,474 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:51:49,474 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:51:49,474 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:51:49,475 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_idle;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c00310&gt;
-- 2019-04-18 06:51:49,596 INFO     MainThread: Closing active operation
-- 2019-04-18 06:51:49,610 INFO     MainThread: Found PID 121614 for /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21000 -hs2_port=21050 -be_port=22000 -krpc_port=27000 -state_store_subscriber_port=23000 -webserver_port=25000 --shutdown_grace_period_s=1 --hostname=ip-172-31-13-181 --default_query_options=
-- 2019-04-18 06:51:49,621 INFO     MainThread: Found PID 121617 for /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --shutdown_grace_period_s=1 --hostname=ip-172-31-13-181 --default_query_options=
-- 2019-04-18 06:51:49,632 INFO     MainThread: Found PID 121621 for /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node2 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21002 -hs2_port=21052 -be_port=22002 -krpc_port=27002 -state_store_subscriber_port=23002 -webserver_port=25002 --shutdown_grace_period_s=1 --hostname=ip-172-31-13-181 --default_query_options=
-- executing against localhost:21000
:shutdown(&apos;e6c00ca5cd67b567eb96c6ecfb26f05&apos;);

-- executing against localhost:21000
:shutdown(&apos;localhost:100000&apos;);

-- executing against localhost:21000
:shutdown(&apos;localhost:21051&apos;);

-- executing against localhost:21000
:shutdown(&apos;localhost:22001&apos;);

SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_idle;
SET debug_action=CRS_SHUTDOWN_RPC:FAIL;
-- executing against localhost:21000
:shutdown(&apos;localhost:27001&apos;);

-- 2019-04-18 06:52:50,381 INFO     MainThread: Start remote shutdown 1555570370.38
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_idle;
-- executing against localhost:21000
:shutdown(&apos;localhost:27001&apos;);

-- 2019-04-18 06:52:50,387 INFO     MainThread: Started query 3a4a0a0a8de3bef0:da36777000000000
-- 2019-04-18 06:52:50,412 INFO     MainThread: Killing &lt;StateStoreProcess PID: 121480 (/home/ubuntu/Impala/be/build/latest/service/statestored -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=statestored -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --statestore_update_frequency_ms=50 --statestore_priority_update_frequency_ms=50 --statestore_heartbeat_frequency_ms=50)&gt; with signal 9
-- 2019-04-18 06:52:50,431 INFO     MainThread: No PID found for process cmdline: /home/ubuntu/Impala/be/build/latest/service/statestored -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=statestored -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --statestore_update_frequency_ms=50 --statestore_priority_update_frequency_ms=50 --statestore_heartbeat_frequency_ms=50. Process is dead?
-- 2019-04-18 06:52:50,431 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/statestored -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=statestored -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --statestore_update_frequency_ms=50 --statestore_priority_update_frequency_ms=50 --statestore_heartbeat_frequency_ms=50 (PID: None)
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_idle;
-- executing against localhost:21000
:shutdown(&apos;localhost:27002&apos;);

-- 2019-04-18 06:52:50,448 INFO     MainThread: Started query 8549cafa28ffe61b:a999b97600000000
-- 2019-04-18 06:52:50,450 INFO     MainThread: Start local shutdown 1555570370.45
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_idle;
SET debug_action=CRS_SHUTDOWN_RPC:FAIL;
-- executing against localhost:21000
:shutdown(&apos;ip-172-31-13-181:27000&apos;);

-- 2019-04-18 06:52:50,453 INFO     MainThread: Started query 1143da45ca3d4555:9c2e0b9600000000
-- 2019-04-18 06:52:50,455 INFO     MainThread: Waiting for impalads to exit 1555570370.46
-- 2019-04-18 06:52:51,471 INFO     MainThread: First impalad exited 1555570371.47
-- 2019-04-18 06:52:51,471 INFO     MainThread: Second impalad exited 1555570371.47
-- 2019-04-18 06:52:51,471 INFO     MainThread: Third impalad exited 1555570371.47
</system-err></testcase><testcase classname="custom_cluster.test_restart_services.TestShutdownCommand" file="custom_cluster/test_restart_services.py" line="176" name="test_shutdown_executor" time="69.5096359253"><system-out>Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
</system-out><system-err>-- 2019-04-18 06:52:51,474 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--shutdown_grace_period_s=5           --shutdown_deadline_s=10           --hostname=ip-172-31-13-181 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:52:51 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:52:52 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:52:54 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:52:54 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:52:54 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:52:57 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:52:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:52:57 MainThread: &apos;backends&apos;
06:52:57 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:52:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:52:58 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:52:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:52:59 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:53:00 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:53:00 MainThread: num_known_live_backends has reached value: 3
06:53:00 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:53:00 MainThread: num_known_live_backends has reached value: 3
06:53:01 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:53:01 MainThread: num_known_live_backends has reached value: 3
06:53:01 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:53:01,655 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:53:01,655 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:53:01,657 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:01,658 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:53:01,659 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:53:01,659 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:01,660 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:53:01,660 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:53:01,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:01,662 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:53:01,662 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:53:01,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:01,664 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_executor;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c12110&gt;
-- 2019-04-18 06:53:01,786 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_executor;
SET num_scanner_threads=1;
-- executing async: localhost:21000
select count(*) from functional_parquet.alltypes where sleep(1) = bool_col;

-- 2019-04-18 06:53:02,598 INFO     MainThread: Started query 744961aae2520c00:3f5b666400000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c009d0&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c009d0&gt;
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_executor;
SET debug_action=CRS_BEFORE_ADMISSION:SLEEP@30000;
-- executing async: localhost:21000
select count(*) from functional_parquet.alltypes where sleep(1) = bool_col;

-- 2019-04-18 06:53:03,624 INFO     MainThread: Started query 7f403c436ea05d12:96770ffa00000000
-- executing against localhost:21000
: shutdown(&apos;localhost:27001&apos;);

-- 2019-04-18 06:53:03,637 INFO     MainThread: Started query 82417f7522f4a81d:b039a8ba00000000
-- 2019-04-18 06:53:03,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:03,645 INFO     MainThread: Getting num_known_live_backends from localhost:25000
-- 2019-04-18 06:53:03,646 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:53:03,647 INFO     MainThread: Waiting for num_known_live_backends=2. Current value: 3
-- 2019-04-18 06:53:04,648 INFO     MainThread: Getting num_known_live_backends from localhost:25000
-- 2019-04-18 06:53:04,650 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:53:04,651 INFO     MainThread: num_known_live_backends has reached value: 2
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_executor;
SET num_scanner_threads=1;
-- executing async: localhost:21000
select count(*) from functional_parquet.alltypes where sleep(1) = bool_col;

-- 2019-04-18 06:53:04,671 INFO     MainThread: Started query 154ebee60c49704e:0fd5916600000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00490&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00490&gt;
-- 2019-04-18 06:53:05,685 INFO     MainThread: Found PID 123021 for /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --shutdown_grace_period_s=5 --shutdown_deadline_s=10 --hostname=ip-172-31-13-181 --default_query_options=
-- 2019-04-18 06:53:05,686 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --shutdown_grace_period_s=5 --shutdown_deadline_s=10 --hostname=ip-172-31-13-181 --default_query_options= (PID: 123021)
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c009d0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c009d0&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c009d0&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c009d0&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00d90&gt;
-- 2019-04-18 06:53:33,625 INFO     MainThread: Starting Impalad process with args: [&apos;-kudu_client_rpc_timeout_ms&apos;, &apos;0&apos;, &apos;-kudu_master_hosts&apos;, &apos;localhost&apos;, &apos;-mem_limit=12884901888&apos;, &apos;-logbufsecs=5&apos;, &apos;-v=1&apos;, &apos;-max_log_files=0&apos;, &apos;-log_filename=impalad_node1&apos;, &apos;-log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests&apos;, &apos;-beeswax_port=21001&apos;, &apos;-hs2_port=21051&apos;, &apos;-be_port=22001&apos;, &apos;-krpc_port=27001&apos;, &apos;-state_store_subscriber_port=23001&apos;, &apos;-webserver_port=25001&apos;, &apos;--shutdown_grace_period_s=5&apos;, &apos;--shutdown_deadline_s=10&apos;, &apos;--hostname=ip-172-31-13-181&apos;, &apos;--default_query_options=&apos;]
-- 2019-04-18 06:53:33,630 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:53:33,632 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:33,632 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.ERROR
-- 2019-04-18 06:53:34,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:34,635 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
-- 2019-04-18 06:53:35,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:35,640 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: None
-- 2019-04-18 06:53:35,640 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:53:36,641 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:53:36,642 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:36,646 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: False
-- 2019-04-18 06:53:36,646 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:53:37,646 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:53:37,647 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:37,650 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: False
-- 2019-04-18 06:53:37,650 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:53:38,651 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25001
-- 2019-04-18 06:53:38,652 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:53:38,655 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: True
-- 2019-04-18 06:53:38,655 INFO     MainThread: Getting num_known_live_backends from localhost:25000
-- 2019-04-18 06:53:38,656 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:53:38,657 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_executor;
SET num_scanner_threads=1;
-- executing async: localhost:21000
select count(*) from functional_parquet.alltypes where sleep(1) = bool_col;

-- 2019-04-18 06:53:38,678 INFO     MainThread: Started query 8946e2344f7f0790:3ed2b16a00000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00250&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00250&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00490&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00490&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00490&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00490&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00250&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00250&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00250&gt;
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00250&gt;
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00250&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00250&gt;
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_executor;
SET num_scanner_threads=1;
-- executing async: localhost:21000
select count(*) from tpch.lineitem where sleep(1) = l_orderkey;

-- 2019-04-18 06:53:41,892 INFO     MainThread: Started query 8845e0d28151bf12:daf6654f00000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00790&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00790&gt;
-- executing against localhost:21000
: shutdown(&apos;localhost:27001&apos;);

-- 2019-04-18 06:53:42,899 INFO     MainThread: Started query c94bfc52bb1545e4:243ef82800000000
-- 2019-04-18 06:53:42,913 INFO     MainThread: Found PID 124231 for /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --shutdown_grace_period_s=5 --shutdown_deadline_s=10 --hostname=ip-172-31-13-181 --default_query_options=
-- 2019-04-18 06:53:42,913 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node1 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21001 -hs2_port=21051 -be_port=22001 -krpc_port=27001 -state_store_subscriber_port=23001 -webserver_port=25001 --shutdown_grace_period_s=5 --shutdown_deadline_s=10 --hostname=ip-172-31-13-181 --default_query_options= (PID: 124231)
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00790&gt;
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_executor;
SET num_scanner_threads=1;
-- executing async: localhost:21000
select count(*) from tpch.lineitem where sleep(1) = l_orderkey;

-- 2019-04-18 06:53:53,448 INFO     MainThread: Started query 454822fe52cf7dda:a5173c0600000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00c90&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00c90&gt;
-- executing against localhost:21000
: shutdown(&apos;localhost:27002&apos;, 1000);

-- 2019-04-18 06:53:54,454 INFO     MainThread: Started query cb4e50daf5a00a39:53bc90ca00000000
-- executing against localhost:21000
: shutdown(&apos;localhost:27002&apos;, 5000);

-- 2019-04-18 06:53:54,460 INFO     MainThread: Started query ed49414b9afcf304:2155fa1300000000
-- 2019-04-18 06:53:54,461 INFO     MainThread: Deadline is 16m39s
-- executing against localhost:21000
: shutdown(&apos;localhost:27002&apos;, 5);

-- 2019-04-18 06:53:54,466 INFO     MainThread: Started query 8748c15f945c0aad:911604e100000000
-- 2019-04-18 06:53:54,479 INFO     MainThread: Found PID 123024 for /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node2 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21002 -hs2_port=21052 -be_port=22002 -krpc_port=27002 -state_store_subscriber_port=23002 -webserver_port=25002 --shutdown_grace_period_s=5 --shutdown_deadline_s=10 --hostname=ip-172-31-13-181 --default_query_options=
-- 2019-04-18 06:53:54,479 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad_node2 -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21002 -hs2_port=21052 -be_port=22002 -krpc_port=27002 -state_store_subscriber_port=23002 -webserver_port=25002 --shutdown_grace_period_s=5 --shutdown_deadline_s=10 --hostname=ip-172-31-13-181 --default_query_options= (PID: 123024)
-- fetching results from: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4c00c90&gt;
</system-err></testcase><testcase classname="custom_cluster.test_restart_services.TestShutdownCommand" file="custom_cluster/test_restart_services.py" line="186" name="test_shutdown_executor_with_delay" time="9.32727813721"><skipped message="&lt;Skipped instance&gt;" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_restart_services.py:201: &lt;py._xmlgen.raw object at 0x7f27d4b8d050&gt;</skipped><system-out>&lt;bound method type.exploration_strategy of &lt;class &apos;test_restart_services.TestShutdownCommand&apos;&gt;&gt;
</system-out><system-err>-- 2019-04-18 06:54:00,985 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--shutdown_grace_period_s=5           --shutdown_deadline_s=10           --stress_status_report_delay_ms=5000           --hostname=ip-172-31-13-181 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:54:01 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:54:02 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:54:03 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:54:03 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:54:03 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:54:06 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:54:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:06 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:54:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:07 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:54:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:08 MainThread: num_known_live_backends has reached value: 3
06:54:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:54:09 MainThread: num_known_live_backends has reached value: 3
06:54:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:54:09 MainThread: num_known_live_backends has reached value: 3
06:54:10 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:54:10,182 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:54:10,183 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:54:10,184 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:10,185 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:54:10,185 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:54:10,186 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:10,187 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:54:10,187 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:54:10,188 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:10,189 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:54:10,189 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:54:10,190 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:10,191 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_executor_with_delay;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c00310&gt;
-- 2019-04-18 06:54:10,310 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="custom_cluster.test_restart_services.TestShutdownCommand" file="hs2/hs2_test_suite.py" line="36" name="test_shutdown_coordinator" time="16.0372009277"><system-err>-- 2019-04-18 06:54:10,314 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--shutdown_grace_period_s=5           --shutdown_deadline_s=120           --hostname=ip-172-31-13-181 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=num_scanner_threads=1
06:54:10 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:54:11 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:54:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:54:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:54:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:54:15 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:54:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:15 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:54:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:16 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:54:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:17 MainThread: num_known_live_backends has reached value: 3
06:54:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:54:18 MainThread: num_known_live_backends has reached value: 3
06:54:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:54:18 MainThread: num_known_live_backends has reached value: 3
06:54:19 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:54:19,499 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:54:19,499 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:54:19,501 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:19,502 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:54:19,502 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:54:19,503 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:19,504 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:54:19,504 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:54:19,505 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:19,506 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:54:19,506 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:54:19,507 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:19,508 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_coordinator;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c00650&gt;
-- 2019-04-18 06:54:19,629 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_restart_services.py::TestShutdownCommand::()::test_shutdown_coordinator;
SET num_scanner_threads=1;
-- executing async: localhost:21000
select * from tpch_parquet.lineitem where sleep(1) &lt; l_orderkey;

-- 2019-04-18 06:54:20,318 INFO     MainThread: Started query e24be0727ebab9bf:57513a4000000000
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b8d110&gt;
-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b8d110&gt;
-- executing against localhost:21000
: shutdown();

-- 2019-04-18 06:54:21,346 INFO     MainThread: Started query c148567d0e662bdc:fbd3e37300000000
-- executing against localhost:21000
select 1;

-- executing async: localhost:21000
select 1;

-- getting state for operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b8d110&gt;
-- closing query for operation handle: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b8d110&gt;
-- 2019-04-18 06:54:22,591 INFO     MainThread: Found PID 126024 for /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21000 -hs2_port=21050 -be_port=22000 -krpc_port=27000 -state_store_subscriber_port=23000 -webserver_port=25000 --shutdown_grace_period_s=5 --shutdown_deadline_s=120 --hostname=ip-172-31-13-181 --default_query_options=num_scanner_threads=1
-- 2019-04-18 06:54:22,591 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21000 -hs2_port=21050 -be_port=22000 -krpc_port=27000 -state_store_subscriber_port=23000 -webserver_port=25000 --shutdown_grace_period_s=5 --shutdown_deadline_s=120 --hostname=ip-172-31-13-181 --default_query_options=num_scanner_threads=1 (PID: 126024)
</system-err></testcase><testcase classname="custom_cluster.test_rpc_exception.TestRPCException" file="custom_cluster/test_rpc_exception.py" line="55" name="test_rpc_send_closed_connection[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.00026798248291"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_exception.py:40: &lt;py._xmlgen.raw object at 0x7f27d4b8d7d0&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_exception.TestRPCException" file="custom_cluster/test_rpc_exception.py" line="60" name="test_rpc_send_stale_connection[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000244140625"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_exception.py:40: &lt;py._xmlgen.raw object at 0x7f27d4c1e190&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_exception.TestRPCException" file="custom_cluster/test_rpc_exception.py" line="65" name="test_rpc_send_timed_out[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000184059143066"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_exception.py:40: &lt;py._xmlgen.raw object at 0x7f27d4c1e810&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_exception.TestRPCException" file="custom_cluster/test_rpc_exception.py" line="70" name="test_rpc_recv_timed_out[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000195980072021"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_exception.py:40: &lt;py._xmlgen.raw object at 0x7f27d4c1ee90&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_exception.TestRPCException" file="custom_cluster/test_rpc_exception.py" line="75" name="test_rpc_secure_send_closed_connection[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000176906585693"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_exception.py:40: &lt;py._xmlgen.raw object at 0x7f27d4c1e910&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_exception.TestRPCException" file="custom_cluster/test_rpc_exception.py" line="80" name="test_rpc_secure_send_stale_connection[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000181913375854"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_exception.py:40: &lt;py._xmlgen.raw object at 0x7f27d4c1e1d0&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_exception.TestRPCException" file="custom_cluster/test_rpc_exception.py" line="85" name="test_rpc_secure_send_timed_out[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000184774398804"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_exception.py:40: &lt;py._xmlgen.raw object at 0x7f27d4b39450&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_exception.TestRPCException" file="custom_cluster/test_rpc_exception.py" line="90" name="test_rpc_secure_recv_timed_out[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000200986862183"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_exception.py:40: &lt;py._xmlgen.raw object at 0x7f27d4b39ad0&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_timeout.TestRPCTimeout" file="custom_cluster/test_rpc_timeout.py" line="80" name="test_execqueryfinstances_race[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000386238098145"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_timeout.py:39: &lt;py._xmlgen.raw object at 0x7f27d4b8ded0&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_timeout.TestRPCTimeout" file="custom_cluster/test_rpc_timeout.py" line="89" name="test_execqueryfinstances_timeout[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.00017786026001"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_timeout.py:39: &lt;py._xmlgen.raw object at 0x7f27d4c1e450&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_timeout.TestRPCTimeout" file="custom_cluster/test_rpc_timeout.py" line="104" name="test_cancelplanfragment_timeout[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000176906585693"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_timeout.py:39: &lt;py._xmlgen.raw object at 0x7f27d4b39b10&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_timeout.TestRPCTimeout" file="custom_cluster/test_rpc_timeout.py" line="112" name="test_publishfilter_timeout[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000175952911377"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_timeout.py:39: &lt;py._xmlgen.raw object at 0x7f27d4b39090&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_timeout.TestRPCTimeout" file="custom_cluster/test_rpc_timeout.py" line="118" name="test_updatefilter_timeout[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000185012817383"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_timeout.py:39: &lt;py._xmlgen.raw object at 0x7f27d4b3e350&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_timeout.TestRPCTimeout" file="custom_cluster/test_rpc_timeout.py" line="124" name="test_random_rpc_timeout[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000198841094971"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_timeout.py:39: &lt;py._xmlgen.raw object at 0x7f27d4b39310&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_timeout.TestRPCTimeout" file="custom_cluster/test_rpc_timeout.py" line="133" name="test_reportexecstatus_jitter[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000181913375854"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_timeout.py:39: &lt;py._xmlgen.raw object at 0x7f27d4b39490&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_timeout.TestRPCTimeout" file="custom_cluster/test_rpc_timeout.py" line="147" name="test_reportexecstatus_retry[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="0.000185966491699"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_timeout.py:39: &lt;py._xmlgen.raw object at 0x7f27d4c1e510&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_timeout.TestRPCTimeout" file="custom_cluster/test_rpc_timeout.py" line="154" name="test_reportexecstatus_profile_fail" time="0.000185966491699"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_timeout.py:39: &lt;py._xmlgen.raw object at 0x7f27d4b8ded0&gt;</skipped></testcase><testcase classname="custom_cluster.test_rpc_timeout.TestRPCTimeout" file="custom_cluster/test_rpc_timeout.py" line="160" name="test_reportexecstatus_retries" time="0.00019907951355"><skipped message="runs only in exhaustive" type="pytest.skip">/home/ubuntu/Impala/tests/custom_cluster/test_rpc_timeout.py:39: &lt;py._xmlgen.raw object at 0x7f27d4b3eb90&gt;</skipped></testcase><testcase classname="custom_cluster.test_s3a_access.TestS3AAccess" file="custom_cluster/test_s3a_access.py" line="52" name="test_ddl_keys_ignored" time="0.00020170211792"><skipped message="S3 Filesystem needed" type="pytest.skip">custom_cluster/test_s3a_access.py:52: &lt;py._xmlgen.raw object at 0x7f27d4b5a150&gt;</skipped></testcase><testcase classname="custom_cluster.test_s3a_access.TestS3AAccess" file="custom_cluster/test_s3a_access.py" line="67" name="test_keys_do_not_work" time="0.000150918960571"><skipped message="S3 Filesystem needed" type="pytest.skip">custom_cluster/test_s3a_access.py:67: &lt;py._xmlgen.raw object at 0x7f27d4b3e110&gt;</skipped></testcase><testcase classname="custom_cluster.test_scanner_plugin.TestScannerPlugin" file="custom_cluster/test_scanner_plugin.py" line="28" name="test_disable_lzo_plugin[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="10.5778758526"><system-err>-- 2019-04-18 06:54:26,371 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--enabled_hdfs_text_scanner_plugins= &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:54:26 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:54:27 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:54:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:54:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:54:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:54:31 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:54:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:31 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:54:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:32 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:54:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:33 MainThread: num_known_live_backends has reached value: 3
06:54:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:54:34 MainThread: num_known_live_backends has reached value: 3
06:54:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:54:35 MainThread: num_known_live_backends has reached value: 3
06:54:35 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:54:35,560 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:54:35,560 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:54:35,561 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:35,563 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:54:35,563 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:54:35,564 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:35,565 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:54:35,565 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:54:35,566 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:35,567 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:54:35,567 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:54:35,568 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:35,569 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_scanner_plugin.py::TestScannerPlugin::()::test_disable_lzo_plugin[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c1e690&gt;
-- 2019-04-18 06:54:35,688 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_scanner_plugin.py::TestScannerPlugin::()::test_disable_lzo_plugin[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold;
-- executing against localhost:21000
use functional;

-- 2019-04-18 06:54:35,711 INFO     MainThread: Started query d945285127ad712c:38ca256400000000
SET client_identifier=custom_cluster/test_scanner_plugin.py::TestScannerPlugin::()::test_disable_lzo_plugin[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
select * from functional_text_lzo.alltypes;

-- 2019-04-18 06:54:36,492 INFO     MainThread: Started query d549b20591781011:382037bc00000000
</system-err></testcase><testcase classname="custom_cluster.test_scratch_disk.TestScratchDir" file="custom_cluster/test_scratch_disk.py" line="77" name="test_multiple_dirs[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="24.9825594425"><system-out>Generated dir/tmp/tmpBKqgzR
Generated dir/tmp/tmpR31b9z
Generated dir/tmp/tmp4eWY1m
Generated dir/tmp/tmpWwlTmI
Generated dir/tmp/tmpsHnQeN
</system-out><system-err>-- 2019-04-18 06:54:36,951 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-logbuflevel=-1 -scratch_dirs=/tmp/tmpBKqgzR,/tmp/tmpR31b9z,/tmp/tmp4eWY1m,/tmp/tmpWwlTmI,/tmp/tmpsHnQeN&apos; --impalad_args=--allow_multiple_scratch_dirs_per_device=false --impalad_args=--default_query_options=
06:54:37 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:54:38 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:54:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:54:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:54:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:54:42 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:54:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:42 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:54:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:54:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:54:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:45 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:54:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:54:46 MainThread: num_known_live_backends has reached value: 3
06:54:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:54:47 MainThread: num_known_live_backends has reached value: 3
06:54:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:54:47 MainThread: num_known_live_backends has reached value: 3
06:54:48 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:54:48,146 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:54:48,146 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:54:48,148 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:48,149 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:54:48,149 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:54:48,150 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:48,151 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:54:48,151 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:54:48,152 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:48,153 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:54:48,153 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:54:48,154 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:54:48,155 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_multiple_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_multiple_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET buffer_pool_limit=45m;
-- executing against ip-172-31-13-181:21002

      select o_orderdate, o_custkey, o_comment
      from tpch.orders
      order by o_orderdate
      ;

-- 2019-04-18 06:54:52,898 INFO     MainThread: Started query ff4b600b33ce266b:ab5a1a6400000000
</system-err></testcase><testcase classname="custom_cluster.test_scratch_disk.TestScratchDir" file="custom_cluster/test_scratch_disk.py" line="95" name="test_no_dirs[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="22.3233189583"><system-err>-- 2019-04-18 06:55:01,935 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-logbuflevel=-1 -scratch_dirs=&apos; --impalad_args=--default_query_options=
06:55:02 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:55:03 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:55:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:55:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:55:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:55:07 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:55:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:07 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:10 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:11 MainThread: num_known_live_backends has reached value: 3
06:55:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:55:12 MainThread: num_known_live_backends has reached value: 3
06:55:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:55:12 MainThread: num_known_live_backends has reached value: 3
06:55:13 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:55:13,159 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:55:13,159 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:55:13,160 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:13,163 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:55:13,163 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:55:13,163 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:13,164 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:55:13,164 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:55:13,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:13,166 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:55:13,166 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:55:13,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:13,168 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_no_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_forma;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_no_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_forma;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET buffer_pool_limit=45m;
-- executing against ip-172-31-13-181:21000

      select o_orderdate, o_custkey, o_comment
      from tpch.orders
      order by o_orderdate
      ;

-- 2019-04-18 06:55:17,994 INFO     MainThread: Started query a84e84ef48de7e9d:8aeb4ac500000000
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_no_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_forma;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET buffer_pool_limit=45m;
-- executing against ip-172-31-13-181:21000

      select o_orderdate, o_custkey, o_comment from tpch.orders
      ;

-- 2019-04-18 06:55:18,866 INFO     MainThread: Started query 174ba72fd65e54f7:20e3130300000000
</system-err></testcase><testcase classname="custom_cluster.test_scratch_disk.TestScratchDir" file="custom_cluster/test_scratch_disk.py" line="110" name="test_non_writable_dirs[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="22.3334817886"><system-out>Generated dir/tmp/tmpGtpPyG
Generated dir/tmp/tmpXgAEaC
Generated dir/tmp/tmppiJtcD
Generated dir/tmp/tmpRUe3Xs
Generated dir/tmp/tmpZ6TRqR
</system-out><system-err>-- 2019-04-18 06:55:24,260 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-logbuflevel=-1 -scratch_dirs=/tmp/tmpGtpPyG,/tmp/tmpXgAEaC,/tmp/tmppiJtcD,/tmp/tmpRUe3Xs,/tmp/tmpZ6TRqR&apos; --impalad_args=--default_query_options=
06:55:24 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:55:25 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:55:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:55:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:55:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:55:29 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:55:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:29 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:30 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:31 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:32 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:33 MainThread: num_known_live_backends has reached value: 3
06:55:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:55:34 MainThread: num_known_live_backends has reached value: 3
06:55:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:55:34 MainThread: num_known_live_backends has reached value: 3
06:55:35 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:55:35,454 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:55:35,454 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:55:35,455 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:35,457 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:55:35,457 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:55:35,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:35,459 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:55:35,459 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:55:35,460 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:35,461 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:55:35,461 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:55:35,462 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:35,463 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_non_writable_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|t;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_non_writable_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|t;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET buffer_pool_limit=45m;
-- executing against ip-172-31-13-181:21001

      select o_orderdate, o_custkey, o_comment
      from tpch.orders
      order by o_orderdate
      ;

-- 2019-04-18 06:55:40,315 INFO     MainThread: Started query d440369f87181bcf:765a7d0800000000
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_non_writable_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|t;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET buffer_pool_limit=45m;
-- executing against ip-172-31-13-181:21001

      select o_orderdate, o_custkey, o_comment from tpch.orders
      ;

-- 2019-04-18 06:55:41,188 INFO     MainThread: Started query 8d44ffdf7b122417:741bb02900000000
</system-err></testcase><testcase classname="custom_cluster.test_scratch_disk.TestScratchDir" file="custom_cluster/test_scratch_disk.py" line="132" name="test_non_existing_dirs[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="24.5286672115"><system-out>Generated dir/tmp/tmpXFxZqq
Generated dir/tmp/tmpv2CsLQ
Generated dir/tmp/tmpyqOeNK
Generated dir/tmp/tmpmPRJMy
Generated dir/tmp/tmp8qFGWs
</system-out><system-err>-- 2019-04-18 06:55:46,595 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-logbuflevel=-1 -scratch_dirs=/tmp/tmpXFxZqq,/tmp/tmpv2CsLQ,/tmp/tmpyqOeNK,/tmp/tmpmPRJMy,/tmp/tmp8qFGWs&apos; --impalad_args=--default_query_options=
06:55:47 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:55:48 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:55:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:55:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:55:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:55:52 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:55:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:52 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:53 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:53 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:54 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:55 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:55:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:56 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:55:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:55:57 MainThread: num_known_live_backends has reached value: 3
06:55:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:55:57 MainThread: num_known_live_backends has reached value: 3
06:55:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:55:58 MainThread: num_known_live_backends has reached value: 3
06:55:58 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:55:58,771 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:55:58,771 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:55:58,772 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:58,774 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:55:58,774 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:55:58,775 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:58,776 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:55:58,776 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:55:58,777 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:58,778 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:55:58,778 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:55:58,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:55:58,780 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_non_existing_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|t;
-- connecting to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_non_existing_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|t;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET buffer_pool_limit=45m;
-- executing against ip-172-31-13-181:21002

      select o_orderdate, o_custkey, o_comment
      from tpch.orders
      order by o_orderdate
      ;

-- 2019-04-18 06:56:04,602 INFO     MainThread: Started query c64bcf00fdc70f52:7afd653a00000000
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_non_existing_dirs[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|t;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET buffer_pool_limit=45m;
-- executing against ip-172-31-13-181:21002

      select o_orderdate, o_custkey, o_comment from tpch.orders
      ;

-- 2019-04-18 06:56:05,477 INFO     MainThread: Started query f74387a993fb48fb:a019d81a00000000
</system-err></testcase><testcase classname="custom_cluster.test_scratch_disk.TestScratchDir" file="custom_cluster/test_scratch_disk.py" line="155" name="test_write_error_failover[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="26.9921901226"><system-out>Generated dir/tmp/tmpCeUg9E
Generated dir/tmp/tmpqtIkJc
Generated dir/tmp/tmpWkXEnY
</system-out><system-err>-- 2019-04-18 06:56:11,125 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-logbuflevel=-1 -scratch_dirs=/tmp/tmpCeUg9E,/tmp/tmpqtIkJc,/tmp/tmpWkXEnY&apos; --impalad_args=--allow_multiple_scratch_dirs_per_device=true --impalad_args=--default_query_options=
06:56:11 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:56:12 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:56:13 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:56:13 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:56:13 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:56:16 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:56:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:16 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:56:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:17 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:56:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:18 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:56:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:19 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:56:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:20 MainThread: Waiting for num_known_live_backends=3. Current value: 2
06:56:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:21 MainThread: num_known_live_backends has reached value: 3
06:56:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:56:22 MainThread: num_known_live_backends has reached value: 3
06:56:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:56:22 MainThread: num_known_live_backends has reached value: 3
06:56:23 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:56:23,299 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:56:23,299 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:56:23,301 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:23,302 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:56:23,302 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:56:23,303 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:23,304 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:56:23,304 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:56:23,305 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:23,306 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:56:23,306 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:56:23,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:23,308 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_write_error_failover[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_scratch_disk.py::TestScratchDir::()::test_write_error_failover[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
SET buffer_pool_limit=45m;
-- executing against ip-172-31-13-181:21001

      select o_orderdate, o_custkey, o_comment
      from tpch.orders
      order by o_orderdate
      ;

-- 2019-04-18 06:56:29,107 INFO     MainThread: Started query dc42169bc9eafc5d:c868068c00000000
</system-err></testcase><testcase classname="custom_cluster.test_seq_file_filtering.TestImpala3798" file="custom_cluster/test_seq_file_filtering.py" line="34" name="test_sequence_file_filtering_race[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="11.0711202621"><system-err>-- 2019-04-18 06:56:38,118 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--skip_file_runtime_filtering=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:56:38 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:56:39 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:56:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:56:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:56:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:56:43 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:56:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:56:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:56:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:45 MainThread: num_known_live_backends has reached value: 3
06:56:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:56:46 MainThread: num_known_live_backends has reached value: 3
06:56:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:56:46 MainThread: num_known_live_backends has reached value: 3
06:56:47 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:56:47,304 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:56:47,304 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:56:47,306 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:47,307 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:56:47,307 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:56:47,308 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:47,309 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:56:47,309 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:56:47,310 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:47,311 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:56:47,311 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:56:47,312 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:47,313 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_seq_file_filtering.py::TestImpala3798::()::test_sequence_file_filtering_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48bf750&gt;
-- 2019-04-18 06:56:47,431 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_seq_file_filtering.py::TestImpala3798::()::test_sequence_file_filtering_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
SET RUNTIME_FILTER_MODE=GLOBAL;

-- 2019-04-18 06:56:47,437 INFO     MainThread: Started query a04c0ea054792330:a62b565c00000000
-- executing against ip-172-31-13-181:21000
SET RUNTIME_FILTER_WAIT_TIME_MS=10000;

-- 2019-04-18 06:56:47,448 INFO     MainThread: Started query b34dc4ff761894d5:7aea7f6e00000000
-- executing against ip-172-31-13-181:21000
SET MAX_SCAN_RANGE_LENGTH=1024;

-- 2019-04-18 06:56:47,453 INFO     MainThread: Started query ae43e8e9a2ba3389:0ba199df00000000
-- executing against ip-172-31-13-181:21000
select STRAIGHT_JOIN * from functional_avro.alltypes a join [SHUFFLE] functional_avro.alltypes b on a.month = b.id and b.int_col = -3;

-- 2019-04-18 06:56:48,490 INFO     MainThread: Started query 1a4ff73deea068a7:084ab5c200000000
</system-err></testcase><testcase classname="custom_cluster.test_session_expiration.TestSessionExpiration" file="custom_cluster/test_session_expiration.py" line="27" name="test_session_expiration[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="16.3607170582"><system-err>-- 2019-04-18 06:56:49,191 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--idle_session_timeout=6 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:56:49 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:56:50 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:56:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:56:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:56:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:56:54 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:56:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:54 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:56:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:55 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:56:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:56:56 MainThread: num_known_live_backends has reached value: 3
06:56:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:56:57 MainThread: num_known_live_backends has reached value: 3
06:56:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:56:57 MainThread: num_known_live_backends has reached value: 3
06:56:58 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:56:58,388 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:56:58,388 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:56:58,390 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:58,391 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:56:58,391 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:56:58,392 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:58,393 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:56:58,393 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:56:58,394 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:58,395 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:56:58,395 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:56:58,396 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:56:58,397 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_session_expiration.py::TestSessionExpiration::()::test_session_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48c1d90&gt;
-- 2019-04-18 06:56:58,516 INFO     MainThread: Closing active operation
-- closing connection to: localhost:21000
-- closing connection to: localhost:21050
-- 2019-04-18 06:56:58,519 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_session_expiration.py::TestSessionExpiration::()::test_session_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_t;
-- connecting to: ip-172-31-13-181:21000
-- 2019-04-18 06:57:01,523 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:01,526 INFO     MainThread: Getting metric: impala-server.num-sessions-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:57:01,527 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:01,530 INFO     MainThread: Waiting for metric value &apos;impala-server.num-sessions-expired&apos;=1. Current value: 0
-- 2019-04-18 06:57:01,530 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:57:02,531 INFO     MainThread: Getting metric: impala-server.num-sessions-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:57:02,532 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:02,535 INFO     MainThread: Waiting for metric value &apos;impala-server.num-sessions-expired&apos;=1. Current value: 0
-- 2019-04-18 06:57:02,535 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:57:03,536 INFO     MainThread: Getting metric: impala-server.num-sessions-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:57:03,537 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:03,540 INFO     MainThread: Waiting for metric value &apos;impala-server.num-sessions-expired&apos;=1. Current value: 0
-- 2019-04-18 06:57:03,540 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:57:04,541 INFO     MainThread: Getting metric: impala-server.num-sessions-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:57:04,542 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:04,545 INFO     MainThread: Waiting for metric value &apos;impala-server.num-sessions-expired&apos;=1. Current value: 0
-- 2019-04-18 06:57:04,545 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:57:05,546 INFO     MainThread: Getting metric: impala-server.num-sessions-expired from ip-172-31-13-181:25000
-- 2019-04-18 06:57:05,548 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:05,551 INFO     MainThread: Metric &apos;impala-server.num-sessions-expired&apos; has reached desired value: 1
</system-err></testcase><testcase classname="custom_cluster.test_session_expiration.TestSessionExpiration" file="custom_cluster/test_session_expiration.py" line="43" name="test_session_expiration_with_set[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="16.993637085"><system-err>-- 2019-04-18 06:57:05,553 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--idle_session_timeout=3 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:57:05 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:57:07 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:57:08 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:57:08 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:57:08 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:57:11 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:57:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:11 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:57:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:12 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:57:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:13 MainThread: num_known_live_backends has reached value: 3
06:57:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:57:13 MainThread: num_known_live_backends has reached value: 3
06:57:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:57:14 MainThread: num_known_live_backends has reached value: 3
06:57:14 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:57:14,750 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:57:14,751 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:57:14,752 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:14,754 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:57:14,754 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:57:14,755 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:14,756 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:57:14,756 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:57:14,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:14,758 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:57:14,758 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:57:14,759 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:14,760 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_session_expiration.py::TestSessionExpiration::()::test_session_expiration_with_set[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48c55d0&gt;
-- 2019-04-18 06:57:14,895 INFO     MainThread: Closing active operation
-- closing connection to: localhost:21000
-- closing connection to: localhost:21050
-- 2019-04-18 06:57:14,899 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_session_expiration.py::TestSessionExpiration::()::test_session_expiration_with_set[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
SET IDLE_SESSION_TIMEOUT=1;

-- 2019-04-18 06:57:15,021 INFO     MainThread: Started query 5f435d2ed0b648a1:decbd7a300000000
-- 2019-04-18 06:57:17,528 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_session_expiration.py::TestSessionExpiration::()::test_session_expiration_with_set[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
SET IDLE_SESSION_TIMEOUT=10;

-- 2019-04-18 06:57:17,535 INFO     MainThread: Started query bc40f6edc6fd03ec:a55580ec00000000
-- 2019-04-18 06:57:22,543 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_session_expiration.TestSessionExpiration" file="custom_cluster/test_session_expiration.py" line="65" name="test_unsetting_session_expiration[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="16.4464480877"><system-err>-- 2019-04-18 06:57:22,548 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--idle_session_timeout=5 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:57:22 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:57:24 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:57:25 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:57:25 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:57:25 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:57:28 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:57:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:28 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:57:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:29 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:57:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:30 MainThread: num_known_live_backends has reached value: 3
06:57:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:57:30 MainThread: num_known_live_backends has reached value: 3
06:57:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:57:31 MainThread: num_known_live_backends has reached value: 3
06:57:31 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:57:31,715 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:57:31,715 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:57:31,717 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:31,718 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:57:31,718 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:57:31,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:31,720 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:57:31,720 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:57:31,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:31,722 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:57:31,722 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:57:31,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:31,724 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_session_expiration.py::TestSessionExpiration::()::test_unsetting_session_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_n;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b5ab90&gt;
-- 2019-04-18 06:57:31,845 INFO     MainThread: Closing active operation
-- closing connection to: localhost:21000
-- closing connection to: localhost:21050
-- 2019-04-18 06:57:31,848 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
SET client_identifier=custom_cluster/test_session_expiration.py::TestSessionExpiration::()::test_unsetting_session_expiration[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_n;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
SET IDLE_SESSION_TIMEOUT=1;

-- 2019-04-18 06:57:31,971 INFO     MainThread: Started query 2f49fe22f9984d05:ef58cc8600000000
-- executing against ip-172-31-13-181:21001
SET IDLE_SESSION_TIMEOUT=&quot;&quot;;

-- 2019-04-18 06:57:31,978 INFO     MainThread: Started query dd4491f075f5cd29:2155f1ea00000000
-- 2019-04-18 06:57:33,983 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:38,990 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="custom_cluster.test_session_expiration.TestSessionExpiration" file="custom_cluster/test_session_expiration.py" line="87" name="test_session_expiration_with_queued_query[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="13.4746949673"><system-err>-- 2019-04-18 06:57:38,996 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-default_pool_max_requests 1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:57:39 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:57:40 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:57:41 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:57:41 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:57:41 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:57:44 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:57:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:57:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:45 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:57:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:46 MainThread: num_known_live_backends has reached value: 3
06:57:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:57:47 MainThread: num_known_live_backends has reached value: 3
06:57:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:57:47 MainThread: num_known_live_backends has reached value: 3
06:57:48 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:57:48,161 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:57:48,161 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:57:48,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:48,164 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:57:48,164 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:57:48,165 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:48,166 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:57:48,166 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:57:48,167 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:48,168 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:57:48,168 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:57:48,169 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:48,170 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_session_expiration.py::TestSessionExpiration::()::test_session_expiration_with_queued_query[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b5add0&gt;
-- 2019-04-18 06:57:48,291 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_session_expiration.py::TestSessionExpiration::()::test_session_expiration_with_queued_query[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
SET IDLE_SESSION_TIMEOUT=3;

-- 2019-04-18 06:57:48,303 INFO     MainThread: Started query a74dc1e11bee7546:578bde7c00000000
-- executing async: ip-172-31-13-181:21000
select sleep(10000);

-- 2019-04-18 06:57:48,445 INFO     MainThread: Started query 184f0190c7660a64:869b4fc500000000
-- executing async: ip-172-31-13-181:21000
select 1;

-- 2019-04-18 06:57:48,450 INFO     MainThread: Started query 5a4b97878605b397:817f43bd00000000
-- 2019-04-18 06:57:48,450 INFO     MainThread: Getting metric: admission-controller.local-num-queued.default-pool from ip-172-31-13-181:25000
-- 2019-04-18 06:57:48,451 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:48,454 INFO     MainThread: Metric &apos;admission-controller.local-num-queued.default-pool&apos; has reached desired value: 1
-- 2019-04-18 06:57:51,456 INFO     MainThread: Getting metric: admission-controller.local-num-queued.default-pool from ip-172-31-13-181:25000
-- 2019-04-18 06:57:51,458 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:51,461 INFO     MainThread: Waiting for metric value &apos;admission-controller.local-num-queued.default-pool&apos;=0. Current value: 1
-- 2019-04-18 06:57:51,461 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:57:52,462 INFO     MainThread: Getting metric: admission-controller.local-num-queued.default-pool from ip-172-31-13-181:25000
-- 2019-04-18 06:57:52,463 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:52,466 INFO     MainThread: Metric &apos;admission-controller.local-num-queued.default-pool&apos; has reached desired value: 0
-- 2019-04-18 06:57:52,466 INFO     MainThread: Getting metric: admission-controller.agg-num-running.default-pool from ip-172-31-13-181:25000
-- 2019-04-18 06:57:52,467 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:57:52,469 INFO     MainThread: Metric &apos;admission-controller.agg-num-running.default-pool&apos; has reached desired value: 0
SET client_identifier=custom_cluster/test_session_expiration.py::TestSessionExpiration::()::test_session_expiration_with_queued_query[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_;
-- connecting to: ip-172-31-13-181:21000
-- getting runtime profile operation: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d48c1e50&gt;
</system-err></testcase><testcase classname="custom_cluster.test_set_and_unset.TestSetAndUnset" file="hs2/hs2_test_suite.py" line="36" name="test_set_and_unset" time="9.59766125679"><system-err>-- 2019-04-18 06:57:52,472 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=debug_action=custom
06:57:52 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:57:53 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:57:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:57:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:57:55 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:57:58 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:57:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:58 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:57:59 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:57:59 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:00 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:00 MainThread: num_known_live_backends has reached value: 3
06:58:00 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:58:00 MainThread: num_known_live_backends has reached value: 3
06:58:01 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:58:01 MainThread: num_known_live_backends has reached value: 3
06:58:01 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:58:01,659 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:58:01,659 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:58:01,661 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:01,662 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:58:01,662 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:58:01,663 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:01,664 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:01,664 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:58:01,665 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:01,667 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:01,667 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:58:01,667 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:01,668 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_set_and_unset.py::TestSetAndUnset::()::test_set_and_unset;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48c9ed0&gt;
-- 2019-04-18 06:58:01,791 INFO     MainThread: Closing active operation
-- executing against localhost:21000
set all;

-- 2019-04-18 06:58:01,798 INFO     MainThread: Started query 3f4a12b48aa63123:9db3516b00000000
-- executing against localhost:21000
set debug_action=hey;

-- 2019-04-18 06:58:01,804 INFO     MainThread: Started query 114b3c71095d9e1c:d84d6ea700000000
-- executing against localhost:21000
set all;

-- 2019-04-18 06:58:01,810 INFO     MainThread: Started query 7f499faa4b0a8f51:578fb17900000000
-- executing against localhost:21000
set debug_action=&quot;&quot;;

-- 2019-04-18 06:58:01,815 INFO     MainThread: Started query 21435b2d857aaa5e:fd4ce24900000000
-- executing against localhost:21000
set all;

-- 2019-04-18 06:58:01,820 INFO     MainThread: Started query 5746be38d33f4927:3435c54d00000000
-- executing against localhost:21000
set batch_size=123;

-- 2019-04-18 06:58:01,830 INFO     MainThread: Started query ac41373df568a0f1:0d07e04c00000000
SET client_identifier=custom_cluster/test_set_and_unset.py::TestSetAndUnset::()::test_set_and_unset;
SET batch_size=100;
-- executing against localhost:21000
select 1;

-- 2019-04-18 06:58:01,957 INFO     MainThread: Started query 0943d410672bf18d:e058c83c00000000
SET client_identifier=custom_cluster/test_set_and_unset.py::TestSetAndUnset::()::test_set_and_unset;
SET batch_size=;
-- executing against localhost:21000
select 1;

-- 2019-04-18 06:58:02,021 INFO     MainThread: Started query 0e49a5a8cf67ad9e:39dd9ba400000000
</system-err></testcase><testcase classname="custom_cluster.test_set_and_unset.TestSetAndUnset" file="hs2/hs2_test_suite.py" line="36" name="test_set_and_unset_session_timeout" time="9.39603924751"><system-err>-- 2019-04-18 06:58:02,071 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--idle_session_timeout=321 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:58:02 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:58:03 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:58:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:58:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:58:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:58:07 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:58:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:07 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:09 MainThread: num_known_live_backends has reached value: 3
06:58:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:58:10 MainThread: num_known_live_backends has reached value: 3
06:58:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:58:10 MainThread: num_known_live_backends has reached value: 3
06:58:11 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:58:11,237 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:58:11,237 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:58:11,238 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:11,240 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:58:11,240 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:58:11,241 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:11,242 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:11,242 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:58:11,243 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:11,244 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:11,244 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:58:11,244 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:11,246 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_set_and_unset.py::TestSetAndUnset::()::test_set_and_unset_session_timeout;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48d19d0&gt;
-- 2019-04-18 06:58:11,366 INFO     MainThread: Closing active operation
-- executing against localhost:21000
set;

-- 2019-04-18 06:58:11,374 INFO     MainThread: Started query 54458ea93fce5c7d:be922e7f00000000
-- executing against localhost:21000
set idle_session_timeout=123;

-- 2019-04-18 06:58:11,384 INFO     MainThread: Started query 2e4c746a9df38544:de49916400000000
-- executing against localhost:21000
set;

-- 2019-04-18 06:58:11,389 INFO     MainThread: Started query 894a96f260a7dcf7:c802d04700000000
-- executing against localhost:21000
set idle_session_timeout=1000;

-- 2019-04-18 06:58:11,395 INFO     MainThread: Started query e047872556ace95d:0f01757000000000
-- executing against localhost:21000
set;

-- 2019-04-18 06:58:11,400 INFO     MainThread: Started query 2d43be1e1f978295:619aa0e300000000
-- executing against localhost:21000
set idle_session_timeout=0;

-- 2019-04-18 06:58:11,405 INFO     MainThread: Started query 37444414bf3e5af3:9f94790b00000000
-- executing against localhost:21000
set;

-- 2019-04-18 06:58:11,410 INFO     MainThread: Started query 354a6d9e03db4980:82b98b7e00000000
-- executing against localhost:21000
set idle_session_timeout=&quot;&quot;;

-- 2019-04-18 06:58:11,415 INFO     MainThread: Started query 504033c66e7f7e07:642476d800000000
-- executing against localhost:21000
set;

-- 2019-04-18 06:58:11,420 INFO     MainThread: Started query bb4b42a85e6f9984:76320d9f00000000
-- executing against localhost:21000
set;

-- 2019-04-18 06:58:11,425 INFO     MainThread: Started query 114d633ccb0ae871:2883919d00000000
</system-err></testcase><testcase classname="custom_cluster.test_shared_tzdb.TestSharedTimezoneDatabase" file="custom_cluster/test_shared_tzdb.py" line="45" name="test_shared_timezones[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="12.1316652298"><system-err>-- 2019-04-18 06:58:11,469 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-hdfs_zone_info_zip=/test-warehouse/tzdb/2017c.zip &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:58:11 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:58:12 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:58:14 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:58:14 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:58:14 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:58:17 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:58:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:17 MainThread: &apos;backends&apos;
06:58:17 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:58:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:18 MainThread: &apos;backends&apos;
06:58:18 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:58:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:19 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:20 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:21 MainThread: num_known_live_backends has reached value: 3
06:58:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:58:21 MainThread: num_known_live_backends has reached value: 3
06:58:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:58:22 MainThread: num_known_live_backends has reached value: 3
06:58:22 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:58:22,640 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:58:22,640 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:58:22,643 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:22,645 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:58:22,645 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:58:22,646 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:22,647 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:22,647 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:58:22,648 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:22,649 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:22,649 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:58:22,650 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:22,651 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_shared_tzdb.py::TestSharedTimezoneDatabase::()::test_shared_timezones[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thres;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48d6350&gt;
-- 2019-04-18 06:58:22,757 INFO     MainThread: Closing active operation
-- executing against localhost:21000
select timezone, utctime, localtime,         from_utc_timestamp(utctime,timezone) as impalaresult from         functional.alltimezones where localtime != from_utc_timestamp(utctime,timezone);

-- 2019-04-18 06:58:23,437 INFO     MainThread: Started query 62470ed53b5b7576:e70f01f900000000
</system-err></testcase><testcase classname="custom_cluster.test_shared_tzdb.TestSharedTimezoneDatabase" file="custom_cluster/test_shared_tzdb.py" line="54" name="test_invalid_aliases[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="12.9369580746"><system-err>-- 2019-04-18 06:58:23,602 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-hdfs_zone_info_zip=/test-warehouse/tzdb/2017c.zip &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:58:24 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:58:25 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:58:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:58:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:58:26 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:58:29 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:58:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:29 MainThread: &apos;backends&apos;
06:58:29 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:58:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:30 MainThread: &apos;backends&apos;
06:58:30 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:58:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:31 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:32 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:33 MainThread: num_known_live_backends has reached value: 3
06:58:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:58:33 MainThread: num_known_live_backends has reached value: 3
06:58:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:58:34 MainThread: num_known_live_backends has reached value: 3
06:58:34 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:58:34,791 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:58:34,791 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:58:34,793 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:34,794 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:58:34,795 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:58:34,795 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:34,796 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:34,797 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:58:34,797 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:34,798 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:34,798 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:58:34,799 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:34,800 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_shared_tzdb.py::TestSharedTimezoneDatabase::()::test_invalid_aliases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thresh;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c1ebd0&gt;
-- 2019-04-18 06:58:34,909 INFO     MainThread: Closing active operation
-- executing against localhost:21000
select from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;invalid timezone&apos;);;

-- 2019-04-18 06:58:35,245 INFO     MainThread: Started query f74b72129f398d53:b9e18f2900000000
-- executing against localhost:21000
select from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;CEST&apos;);;

-- 2019-04-18 06:58:35,491 INFO     MainThread: Started query 684d33d6cbc5d9f4:90ba7b1700000000
-- executing against localhost:21000
select from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Mideast/Riyadh87&apos;);;

-- 2019-04-18 06:58:35,736 INFO     MainThread: Started query 0e4dec0d9910ba10:ca9fdbd600000000
-- executing against localhost:21000
select to_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;invalid timezone&apos;);;

-- 2019-04-18 06:58:35,982 INFO     MainThread: Started query 1b4de8d56b1ece85:2321b21800000000
-- executing against localhost:21000
select to_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;CEST&apos;);;

-- 2019-04-18 06:58:36,229 INFO     MainThread: Started query 644313bdc0034ff2:e2dc537800000000
-- executing against localhost:21000
select to_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Mideast/Riyadh87&apos;);;

-- 2019-04-18 06:58:36,482 INFO     MainThread: Started query f44da2f34d149c0f:26bc93a200000000
</system-err></testcase><testcase classname="custom_cluster.test_shared_tzdb.TestSharedTimezoneDatabase" file="custom_cluster/test_shared_tzdb.py" line="72" name="test_shared_timezone_aliases[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="12.5943820477"><system-err>-- 2019-04-18 06:58:36,540 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-hdfs_zone_info_zip=/test-warehouse/tzdb/2017c.zip -hdfs_zone_alias_conf=/test-warehouse/tzdb/alias.conf &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:58:36 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:58:38 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:58:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:58:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:58:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:58:42 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:58:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:42 MainThread: &apos;backends&apos;
06:58:42 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:58:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:43 MainThread: &apos;backends&apos;
06:58:43 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:58:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:45 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:46 MainThread: num_known_live_backends has reached value: 3
06:58:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:58:46 MainThread: num_known_live_backends has reached value: 3
06:58:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:58:47 MainThread: num_known_live_backends has reached value: 3
06:58:47 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:58:47,756 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:58:47,756 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:58:47,757 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:47,759 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:58:47,759 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:58:47,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:47,761 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:47,761 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:58:47,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:47,763 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:47,763 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:58:47,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:47,765 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_shared_tzdb.py::TestSharedTimezoneDatabase::()::test_shared_timezone_aliases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_row;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48c1d10&gt;
-- 2019-04-18 06:58:47,870 INFO     MainThread: Closing active operation
-- executing against localhost:21000
select from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;PST&apos;);;

-- 2019-04-18 06:58:48,208 INFO     MainThread: Started query c64476e83313615b:72fb54bc00000000
-- executing against localhost:21000
select from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;JST&apos;);;

-- 2019-04-18 06:58:48,453 INFO     MainThread: Started query cf44615245865385:5e3ee62100000000
-- executing against localhost:21000
select from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;ACT&apos;);;

-- 2019-04-18 06:58:48,696 INFO     MainThread: Started query 014a4c9a3c64d193:9a4d97f900000000
-- executing against localhost:21000
select from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;VST&apos;);;

-- 2019-04-18 06:58:48,941 INFO     MainThread: Started query 7940a5d79c3bd908:f74e1ac500000000
-- executing against localhost:21000

        select from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;America/Cancun&apos;),
               from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Cancun&apos;),
               from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;America/Argentina/Mendoza&apos;),
               from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Mendoza&apos;),
               from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Mendoza2&apos;),
               from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Utc&apos;),
               from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Etc/GMT+1&apos;),
               from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;GMT-01:00&apos;),
               from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Asia/Riyadh&apos;),
               from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Mideast/Riyadh89&apos;);
        ;

-- 2019-04-18 06:58:49,014 INFO     MainThread: Started query be477fd4c1073850:c8fe794500000000
-- executing against localhost:21000

        select from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Fifty-Four-Hundred&apos;),
               from_utc_timestamp(&apos;2018-04-19 13:07:48.891829000&apos;, &apos;Min-Fifty-Four-Hundred&apos;);
        ;

-- 2019-04-18 06:58:49,078 INFO     MainThread: Started query 564021cbb296d14b:963f1a2200000000
</system-err></testcase><testcase classname="custom_cluster.test_shell_interactive.TestShellInteractive" file="custom_cluster/test_shell_interactive.py" line="28" name="test_admission_status" time="12.6579902172"><system-err>-- 2019-04-18 06:58:49,136 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=-default_pool_max_requests 1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:58:49 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:58:50 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:58:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:58:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:58:51 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:58:54 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:58:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:54 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:55 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:58:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:58:56 MainThread: num_known_live_backends has reached value: 3
06:58:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:58:57 MainThread: num_known_live_backends has reached value: 3
06:58:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:58:57 MainThread: num_known_live_backends has reached value: 3
06:58:58 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:58:58,330 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:58:58,330 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:58:58,331 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:58,333 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:58:58,333 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:58:58,334 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:58,335 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:58,335 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:58:58,336 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:58,337 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:58:58,337 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:58:58,338 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:58:58,339 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_shell_interactive.py::TestShellInteractive::()::test_admission_status;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48dd950&gt;
-- 2019-04-18 06:58:58,458 INFO     MainThread: Closing active operation
-- executing async: localhost:21000
select sleep(10000);

-- 2019-04-18 06:58:58,599 INFO     MainThread: Started query e741676cbf861bca:7ff0f24a00000000
-- waiting for completion of the admission control processing of the query: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d48de090&gt;
</system-err></testcase><testcase classname="custom_cluster.test_shell_interactive_reconnect.TestShellInteractiveReconnect" file="custom_cluster/test_shell_interactive_reconnect.py" line="38" name="test_manual_reconnect" time="11.5171880722"><system-err>-- 2019-04-18 06:59:01,796 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:59:02 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:59:03 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:59:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:59:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:59:04 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:59:07 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:59:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:07 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:10 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:11 MainThread: num_known_live_backends has reached value: 3
06:59:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:59:11 MainThread: num_known_live_backends has reached value: 3
06:59:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:59:12 MainThread: num_known_live_backends has reached value: 3
06:59:12 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:59:12,966 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:59:12,966 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:59:12,968 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:12,969 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:59:12,969 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:59:12,970 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:12,971 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:59:12,971 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:59:12,972 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:12,973 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:59:12,973 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:59:12,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:12,975 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_shell_interactive_reconnect.py::TestShellInteractiveReconnect::()::test_manual_reconnect;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48da810&gt;
-- 2019-04-18 06:59:13,090 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="custom_cluster.test_shell_interactive_reconnect.TestShellInteractiveReconnect" file="custom_cluster/test_shell_interactive_reconnect.py" line="48" name="test_auto_reconnect" time="24.8288748264"><system-err>-- 2019-04-18 06:59:13,314 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:59:13 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:59:14 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:59:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:59:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:59:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:59:18 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:59:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:18 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:19 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:20 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:21 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:21 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:22 MainThread: num_known_live_backends has reached value: 3
06:59:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:59:23 MainThread: num_known_live_backends has reached value: 3
06:59:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:59:23 MainThread: num_known_live_backends has reached value: 3
06:59:24 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:59:24,492 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:59:24,492 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:59:24,493 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:24,495 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:59:24,495 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:59:24,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:24,497 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:59:24,497 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:59:24,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:24,499 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:59:24,499 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:59:24,500 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:24,501 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_shell_interactive_reconnect.py::TestShellInteractiveReconnect::()::test_auto_reconnect;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48d6850&gt;
-- 2019-04-18 06:59:24,617 INFO     MainThread: Closing active operation
-- 2019-04-18 06:59:24,620 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:59:24,788 INFO     MainThread: Getting metric: impala-server.num-queries from localhost:25000
-- 2019-04-18 06:59:24,790 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:59:24,793 INFO     MainThread: Waiting for metric value &apos;impala-server.num-queries&apos;=2. Current value: 1
-- 2019-04-18 06:59:24,793 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:59:25,794 INFO     MainThread: Getting metric: impala-server.num-queries from localhost:25000
-- 2019-04-18 06:59:25,795 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:59:25,798 INFO     MainThread: Metric &apos;impala-server.num-queries&apos; has reached desired value: 2
-- 2019-04-18 06:59:25,798 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 06:59:25,799 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:59:25,800 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:59:26 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:59:27 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:59:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:59:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:59:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:59:31 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:59:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:31 MainThread: &apos;backends&apos;
06:59:31 MainThread: Waiting for num_known_live_backends=3. Current value: None
06:59:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:32 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:33 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:34 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:35 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:35 MainThread: Waiting for num_known_live_backends=3. Current value: 1
06:59:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:36 MainThread: num_known_live_backends has reached value: 3
06:59:36 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:59:36 MainThread: num_known_live_backends has reached value: 3
06:59:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:59:37 MainThread: num_known_live_backends has reached value: 3
06:59:37 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:59:37,983 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:59:37,983 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:59:37,984 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:37,986 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:59:37,987 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:59:37,987 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:37,988 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:59:37,988 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:59:37,989 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:37,990 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:59:37,990 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:59:37,991 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:37,992 INFO     MainThread: num_known_live_backends has reached value: 3
</system-err></testcase><testcase classname="custom_cluster.test_shell_interactive_reconnect.TestShellInteractiveReconnect" file="custom_cluster/test_shell_interactive_reconnect.py" line="66" name="test_auto_reconnect_after_impalad_died" time="18.4837403297"><system-out>Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
</system-out><system-err>-- 2019-04-18 06:59:38,145 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --impalad_args=--default_query_options=
06:59:38 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:59:39 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:59:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:59:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:59:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
06:59:43 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
06:59:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:45 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:46 MainThread: Waiting for num_known_live_backends=3. Current value: 0
06:59:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
06:59:47 MainThread: num_known_live_backends has reached value: 3
06:59:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
06:59:48 MainThread: num_known_live_backends has reached value: 3
06:59:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
06:59:48 MainThread: num_known_live_backends has reached value: 3
06:59:49 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 06:59:49,319 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 06:59:49,319 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 06:59:49,320 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:49,322 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 06:59:49,322 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 06:59:49,323 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:49,324 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:59:49,324 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 06:59:49,325 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:49,326 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 06:59:49,326 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 06:59:49,327 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:49,328 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_shell_interactive_reconnect.py::TestShellInteractiveReconnect::()::test_auto_reconnect_after_impalad_died;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48da810&gt;
-- 2019-04-18 06:59:49,456 INFO     MainThread: Closing active operation
-- 2019-04-18 06:59:49,459 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:59:49,822 INFO     MainThread: Getting metric: impala-server.num-queries from localhost:25000
-- 2019-04-18 06:59:49,824 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:59:49,827 INFO     MainThread: Waiting for metric value &apos;impala-server.num-queries&apos;=2. Current value: 1
-- 2019-04-18 06:59:49,827 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:59:50,828 INFO     MainThread: Getting metric: impala-server.num-queries from localhost:25000
-- 2019-04-18 06:59:50,829 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:59:50,832 INFO     MainThread: Metric &apos;impala-server.num-queries&apos; has reached desired value: 2
-- 2019-04-18 06:59:50,832 INFO     MainThread: Getting num_in_flight_queries from localhost:25000
-- 2019-04-18 06:59:50,833 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 06:59:50,857 INFO     MainThread: Killing &lt;ImpaladProcess PID: 21148 (/home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21000 -hs2_port=21050 -be_port=22000 -krpc_port=27000 -state_store_subscriber_port=23000 -webserver_port=25000 --default_query_options=)&gt; with signal 9
-- 2019-04-18 06:59:50,968 INFO     MainThread: Starting Impalad process with args: [&apos;-kudu_client_rpc_timeout_ms&apos;, &apos;0&apos;, &apos;-kudu_master_hosts&apos;, &apos;localhost&apos;, &apos;-mem_limit=12884901888&apos;, &apos;-logbufsecs=5&apos;, &apos;-v=1&apos;, &apos;-max_log_files=0&apos;, &apos;-log_filename=impalad&apos;, &apos;-log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests&apos;, &apos;-beeswax_port=21000&apos;, &apos;-hs2_port=21050&apos;, &apos;-be_port=22000&apos;, &apos;-krpc_port=27000&apos;, &apos;-state_store_subscriber_port=23000&apos;, &apos;-webserver_port=25000&apos;, &apos;--default_query_options=&apos;]
-- 2019-04-18 06:59:50,973 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25000
-- 2019-04-18 06:59:50,975 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:50,975 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.ERROR
-- 2019-04-18 06:59:51,977 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:51,978 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
-- 2019-04-18 06:59:52,981 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:52,983 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: None
-- 2019-04-18 06:59:52,983 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:59:53,985 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25000
-- 2019-04-18 06:59:53,986 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:53,989 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: False
-- 2019-04-18 06:59:53,989 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:59:54,990 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25000
-- 2019-04-18 06:59:54,992 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:54,994 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: False
-- 2019-04-18 06:59:54,994 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 06:59:55,996 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25000
-- 2019-04-18 06:59:55,997 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 06:59:56,000 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: True
</system-err></testcase><testcase classname="custom_cluster.test_stats_extrapolation.TestStatsExtrapolation" file="custom_cluster/test_stats_extrapolation.py" line="40" name="test_stats_extrapolation[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="12.9631729126"><system-err>-- 2019-04-18 06:59:56,630 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--enable_stats_extrapolation=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
06:59:57 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
06:59:58 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
06:59:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
06:59:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
06:59:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:00:02 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:00:02 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:00:02 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:00:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:00:03 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:00:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:00:04 MainThread: num_known_live_backends has reached value: 3
07:00:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:00:04 MainThread: num_known_live_backends has reached value: 3
07:00:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:00:05 MainThread: num_known_live_backends has reached value: 3
07:00:05 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:00:05,804 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:00:05,805 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:00:05,806 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:05,808 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:00:05,808 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:00:05,808 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:05,810 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:00:05,810 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:00:05,810 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:05,811 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:00:05,812 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:00:05,812 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:05,813 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_stats_extrapolation.py::TestStatsExtrapolation::()::test_stats_extrapolation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d48e1290&gt;
-- 2019-04-18 07:00:05,933 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_stats_extrapolation.py::TestStatsExtrapolation::()::test_stats_extrapolation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_stats_extrapolation_ae528c28` CASCADE;

-- 2019-04-18 07:00:06,039 INFO     MainThread: Started query 8343963f6365685f:ce1650c500000000
SET client_identifier=custom_cluster/test_stats_extrapolation.py::TestStatsExtrapolation::()::test_stats_extrapolation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_stats_extrapolation_ae528c28`;

-- 2019-04-18 07:00:06,583 INFO     MainThread: Started query 6e43472bd1d94f44:dd26c73e00000000
-- 2019-04-18 07:00:06,585 INFO     MainThread: Created database &quot;test_stats_extrapolation_ae528c28&quot; for test ID &quot;custom_cluster/test_stats_extrapolation.py::TestStatsExtrapolation::()::test_stats_extrapolation[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 5000, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
-- executing against localhost:21000
set explain_level=2;

-- 2019-04-18 07:00:06,595 INFO     MainThread: Started query 9b46720885b0adbc:ca86d6ae00000000
-- executing against localhost:21000
explain select * from functional.alltypes;

-- 2019-04-18 07:00:07,374 INFO     MainThread: Started query 7040e22d1d72de54:67602a8f00000000
SET client_identifier=custom_cluster/test_stats_extrapolation.py::TestStatsExtrapolation::()::test_stats_extrapolation[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:5000;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_;
-- executing against localhost:21000
use functional;

-- 2019-04-18 07:00:07,382 INFO     MainThread: Started query 9a4fa21d14625aaf:fe1003ef00000000
-- executing against localhost:21000
describe formatted functional.alltypes;

-- 2019-04-18 07:00:07,406 INFO     MainThread: Started query 2b4b13cf832dcc14:8267ccc300000000
-- executing against localhost:21000
create external table test_stats_extrapolation_ae528c28.alltypes like functional.alltypes location &apos;hdfs://localhost:20500/test-warehouse/alltypes&apos;;

-- 2019-04-18 07:00:07,585 INFO     MainThread: Started query e64acfdacc78c9f0:cd4d8f1d00000000
-- executing against localhost:21000
alter table test_stats_extrapolation_ae528c28.alltypes recover partitions;

-- 2019-04-18 07:00:07,963 INFO     MainThread: Started query 7d498b453ff77b42:71d9959900000000
-- executing against localhost:21000
compute stats test_stats_extrapolation_ae528c28.alltypes tablesample system (13);

-- 2019-04-18 07:00:07,977 INFO     MainThread: Started query 854733ec2fb163d7:30b8012d00000000
-- executing against localhost:21000
show column stats test_stats_extrapolation_ae528c28.alltypes;

-- 2019-04-18 07:00:09,164 INFO     MainThread: Started query 7846133b31fec0b7:083e745600000000
</system-err></testcase><testcase classname="custom_cluster.test_udf_concurrency.TestUdfConcurrency" file="custom_cluster/test_udf_concurrency.py" line="43" name="test_native_functions_race[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="34.9822208881"><system-err>-- 2019-04-18 07:00:09,595 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--fe_service_threads=1000 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
07:00:10 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:00:11 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:00:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:00:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:00:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:00:15 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:00:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:00:15 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:00:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:00:16 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:00:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:00:17 MainThread: num_known_live_backends has reached value: 3
07:00:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:00:17 MainThread: num_known_live_backends has reached value: 3
07:00:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:00:18 MainThread: num_known_live_backends has reached value: 3
07:00:18 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:00:18,788 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:00:18,788 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:00:18,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:18,791 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:00:18,791 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:00:18,792 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:18,793 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:00:18,793 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:00:18,794 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:18,795 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:00:18,795 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:00:18,796 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:18,797 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4a7df50&gt;
-- 2019-04-18 07:00:18,934 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_native_functions_race_8d2f2e8` CASCADE;

-- 2019-04-18 07:00:19,044 INFO     MainThread: Started query 6846a93257a9bcd1:bf0a2fdd00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_native_functions_race_8d2f2e8`;

-- 2019-04-18 07:00:19,583 INFO     MainThread: Started query 064e5cffa09a26bc:eb6362e300000000
-- 2019-04-18 07:00:19,585 INFO     MainThread: Created database &quot;test_native_functions_race_8d2f2e8&quot; for test ID &quot;custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
-- 2019-04-18 07:00:19,609 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
select 1;

-- 2019-04-18 07:00:19,737 INFO     MainThread: Started query 0f410b9149a7f33f:c4b4800900000000
-- closing connection to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
select 1;

-- 2019-04-18 07:00:20,029 INFO     MainThread: Started query 014655793da09ce5:875a910700000000
-- closing connection to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21002
select 1;

-- 2019-04-18 07:00:20,324 INFO     MainThread: Started query ea4cee108d80762d:633f5b4300000000
-- closing connection to: ip-172-31-13-181:21002
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
create function test_native_functions_race_8d2f2e8.use_it(string) returns string
         LOCATION &apos;/test-warehouse/libTestUdfs.so&apos;
         SYMBOL=&apos;_Z8IdentityPN10impala_udf15FunctionContextERKNS_9StringValE&apos;;

-- 2019-04-18 07:00:21,083 INFO     MainThread: Started query 9b4104fdd9365014:4095863c00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- 2019-04-18 07:00:22,336 INFO     Thread-417: Started query a34a8065635f806e:aaa8aaed00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- 2019-04-18 07:00:22,409 INFO     Thread-438: Started query 3b44e0d329014fc6:82fff69c00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- 2019-04-18 07:00:22,418 INFO     Thread-415: Started query 7348784883c8b475:cc4daa2100000000
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- 2019-04-18 07:00:22,440 INFO     Thread-508: Started query 044ca233163ca00f:a9a0c65d00000000
-- 2019-04-18 07:00:22,440 INFO     Thread-364: Started query 2643e7484a4d15a3:7a8e6bcd00000000
-- 2019-04-18 07:00:22,440 INFO     Thread-447: Started query e84af10b86d7ef1e:26c1cf7200000000
-- 2019-04-18 07:00:22,441 INFO     Thread-505: Started query 3f43df2a80456216:060c291700000000
-- 2019-04-18 07:00:22,441 INFO     Thread-392: Started query 284c26ef69a4809e:4d98a7cc00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- 2019-04-18 07:00:22,471 INFO     Thread-353: Started query 7845d198912dce03:b58e95c800000000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- 2019-04-18 07:00:22,471 INFO     Thread-517: Started query 2f42ca978c964dea:411aa0de00000000
-- 2019-04-18 07:00:22,472 INFO     Thread-396: Started query 8e4b8bffe5e5c909:4198c0b700000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- 2019-04-18 07:00:22,497 INFO     Thread-479: Started query 6a4859de9e1ac62b:2536394e00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- 2019-04-18 07:00:22,501 INFO     Thread-513: Started query 614b7a0247e83008:b565dfa100000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- 2019-04-18 07:00:22,502 INFO     Thread-476: Started query 5f44a71f68fcf3e7:fd88a4a200000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- 2019-04-18 07:00:22,507 INFO     Thread-411: Started query 0d4593fc42036e8e:f9e22a3900000000
-- connecting to: localhost:21000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- 2019-04-18 07:00:22,538 INFO     Thread-394: Started query 4945bb60244a2b2c:9feac3ef00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- 2019-04-18 07:00:22,678 INFO     Thread-390: Started query d64c31e76602e351:76424aa000000000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- 2019-04-18 07:00:22,697 INFO     Thread-331: Started query 8b4aa84214d046a7:5091bbd400000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- 2019-04-18 07:00:22,705 INFO     Thread-422: Started query 5b4a88b373d798f3:4eefb53b00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- 2019-04-18 07:00:22,706 INFO     Thread-429: Started query bd48ed4afee62114:59d99d7200000000
-- 2019-04-18 07:00:22,707 INFO     Thread-384: Started query 814897f78045baa5:36c1a38500000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- 2019-04-18 07:00:22,708 INFO     Thread-324: Started query 164f3cbb6a6f074f:c76b9c2300000000
-- 2019-04-18 07:00:22,709 INFO     Thread-454: Started query 1d4f8cefb61820e4:86a1623100000000
-- 2019-04-18 07:00:22,709 INFO     Thread-486: Started query f246abd7cdab86c3:0f6968b100000000
-- 2019-04-18 07:00:22,709 INFO     Thread-373: Started query c34b1b24403509b7:da3fce0000000000
-- 2019-04-18 07:00:22,710 INFO     Thread-346: Started query e34b738ca92e059d:4174cf3400000000
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- 2019-04-18 07:00:22,711 INFO     Thread-449: Started query 544437d7f1694a66:20a6246800000000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- 2019-04-18 07:00:22,712 INFO     Thread-329: Started query 8d43a2ba6782d4e6:e25fc24f00000000
-- connecting to: localhost:21000
-- 2019-04-18 07:00:22,712 INFO     Thread-368: Started query 284901481e1a184c:ad141e3200000000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- 2019-04-18 07:00:22,749 INFO     Thread-467: Started query dc4cf14f74c18223:ecc4685800000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- 2019-04-18 07:00:22,887 INFO     Thread-488: Started query d140041f03b473a0:1a8d1a1a00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_native_functions_race_8d2f2e8.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_native_functions_race_8d2f2e8.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_native_functions_race_8d2f2e8.other(float);

-- 2019-04-18 07:00:23,164 INFO     Thread-438: Started query d146f2fc34181cb0:5ca66c0e00000000
-- 2019-04-18 07:00:23,935 INFO     Thread-455: Started query a544845251d32223:7fa9106f00000000
-- 2019-04-18 07:00:23,936 INFO     Thread-436: Started query 7a42d5dbe4d45be2:344bb90900000000
-- 2019-04-18 07:00:23,986 INFO     Thread-328: Started query f04625d17904b853:665d0aec00000000
-- 2019-04-18 07:00:23,987 INFO     Thread-347: Started query 71489455c0a1cd93:65a961e200000000
-- 2019-04-18 07:00:23,987 INFO     Thread-437: Started query d044a4a22c982726:8b352ad000000000
-- 2019-04-18 07:00:24,025 INFO     Thread-340: Started query 78485b0c46643c29:9db5e74500000000
-- 2019-04-18 07:00:24,034 INFO     Thread-426: Started query fc40885fec83de2e:4bfb401000000000
-- 2019-04-18 07:00:24,060 INFO     Thread-399: Started query 864e20023cdf18a8:3bd7adb300000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,086 INFO     Thread-334: Started query 1845ad4c8a620e68:fd13941a00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,119 INFO     Thread-423: Started query 3c4bba0803af0a00:c7ab0ea700000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,120 INFO     Thread-333: Started query 6548433bca8e4253:5a0a9c1900000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,137 INFO     Thread-397: Started query c1475f7bbeae7a6c:5eb8365b00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,154 INFO     Thread-390: Started query d84bfdc68f733e32:6418c6b800000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,187 INFO     Thread-480: Started query ff40e27fcac49b2e:32b999a700000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,276 INFO     Thread-383: Started query 9c40bdcf59619a3d:316d5b3600000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,283 INFO     Thread-501: Started query 654ab2c2ac99d024:c0f348c300000000
-- 2019-04-18 07:00:24,283 INFO     Thread-336: Started query 3f4c16bf29837587:afc6d15500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,288 INFO     Thread-468: Started query 72495e3e5ee9ddab:1fa3b84d00000000
-- 2019-04-18 07:00:24,289 INFO     Thread-466: Started query d346b67dc5dc839a:b53b744a00000000
-- 2019-04-18 07:00:24,290 INFO     Thread-461: Started query 424dc9c159b7e862:6205d41200000000
-- 2019-04-18 07:00:24,290 INFO     Thread-474: Started query 7d4bd5a18b5f6abd:fc01eb1a00000000
-- 2019-04-18 07:00:24,290 INFO     Thread-348: Started query 82408a524164b77c:5556bfa800000000
-- 2019-04-18 07:00:24,291 INFO     Thread-494: Started query 15472a71946e4601:cb240edc00000000
-- 2019-04-18 07:00:24,293 INFO     Thread-420: Started query 6347b907b24a7e3c:904570d000000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,306 INFO     Thread-493: Started query 734d6ecffd8e02b3:01440ef800000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,330 INFO     Thread-458: Started query cb42b4ac759cdbce:bc43f98d00000000
-- 2019-04-18 07:00:24,330 INFO     Thread-366: Started query 0f49d9cab8dbeae9:69c7fbc300000000
-- 2019-04-18 07:00:24,331 INFO     Thread-381: Started query 5d47019b4bd71160:aba78c4a00000000
-- 2019-04-18 07:00:24,331 INFO     Thread-451: Started query cd4ff5177dfeb206:484e88e600000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,349 INFO     Thread-387: Started query c04f07e8ad2e47b9:736626f100000000
-- 2019-04-18 07:00:24,350 INFO     Thread-463: Started query 9e46ec41535b008b:5107674000000000
-- 2019-04-18 07:00:24,350 INFO     Thread-496: Started query 714ba0d7871e6efa:fe559fbe00000000
-- 2019-04-18 07:00:24,354 INFO     Thread-374: Started query c849786bafe52629:1cc0cbee00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,357 INFO     Thread-478: Started query 8a4826db1d85c5b2:22ad3a1a00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,359 INFO     Thread-363: Started query 1e439f11c9f72998:ec60bac000000000
-- 2019-04-18 07:00:24,359 INFO     Thread-512: Started query 044b35cbf7b24b7e:08b1246500000000
-- 2019-04-18 07:00:24,360 INFO     Thread-499: Started query 094e1b8de24d8870:ae8f377b00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,372 INFO     Thread-416: Started query c545e4f746c53fca:8761554800000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,397 INFO     Thread-481: Started query d74ca9473df9b935:2697f91b00000000
-- 2019-04-18 07:00:24,402 INFO     Thread-385: Started query 7442944776f0dd8c:1a6a708600000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,410 INFO     Thread-408: Started query 35450d6c7fa985e6:b87e314e00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:24,498 INFO     Thread-208: Started query 3448ecee0bf614f1:f6343eb800000000
-- 2019-04-18 07:00:24,514 INFO     Thread-320: Started query bb4d306063c66caf:4810d7f900000000
-- 2019-04-18 07:00:24,549 INFO     Thread-319: Started query a8424436e2c086aa:90a6386800000000
-- 2019-04-18 07:00:24,560 INFO     Thread-293: Started query ac4c0400098cc13d:7347923e00000000
-- 2019-04-18 07:00:24,561 INFO     Thread-283: Started query df48ff36f15e92e0:3940020200000000
-- 2019-04-18 07:00:24,561 INFO     Thread-251: Started query 8b4bf135846372d6:07d0163000000000
-- 2019-04-18 07:00:24,591 INFO     Thread-175: Started query 9f412a5ae61fb600:cdb05c8a00000000
-- 2019-04-18 07:00:24,608 INFO     Thread-312: Started query 7043b2d3211b9980:33d1695300000000
-- 2019-04-18 07:00:24,617 INFO     Thread-280: Started query d148cd004f5c9d84:7129855d00000000
-- 2019-04-18 07:00:24,618 INFO     Thread-275: Started query 8a4c3b579d738d47:b67eebc000000000
-- 2019-04-18 07:00:24,619 INFO     Thread-228: Started query 80499f418c452fa4:55dca56d00000000
-- 2019-04-18 07:00:24,630 INFO     Thread-224: Started query 8045f4cea85e1651:fce48d4900000000
-- 2019-04-18 07:00:24,684 INFO     Thread-253: Started query b64a5712a31a4c02:afcce8d100000000
-- 2019-04-18 07:00:24,809 INFO     Thread-165: Started query 2640bd3a88dfab1a:59053f0e00000000
-- 2019-04-18 07:00:24,855 INFO     Thread-295: Started query d34754acc7a52ddd:1079d43000000000
-- 2019-04-18 07:00:24,855 INFO     Thread-263: Started query 9247ee782371cf5e:911e226100000000
-- 2019-04-18 07:00:24,879 INFO     Thread-188: Started query 55440e6b7f7caa0f:28e6a3ec00000000
-- 2019-04-18 07:00:24,880 INFO     Thread-289: Started query 9f44a20880ddf997:0cd222af00000000
-- 2019-04-18 07:00:24,882 INFO     Thread-172: Started query a449e7cdbea9e7e6:66eaaf4e00000000
-- 2019-04-18 07:00:24,895 INFO     Thread-204: Started query e74c71703b5cae5d:f489a49300000000
-- 2019-04-18 07:00:24,898 INFO     Thread-211: Started query d94b604a9cd7d9e6:db5ed55800000000
-- 2019-04-18 07:00:24,898 INFO     Thread-318: Started query aa460625eaaec524:cadd62b700000000
-- 2019-04-18 07:00:24,898 INFO     Thread-171: Started query d246b3678d7185ac:ffbfd98900000000
-- 2019-04-18 07:00:24,965 INFO     Thread-294: Started query f44b2d2e2b3c9298:a243131f00000000
-- 2019-04-18 07:00:24,965 INFO     Thread-158: Started query fa4be60a76e9a7ee:0123dd6f00000000
-- 2019-04-18 07:00:25,066 INFO     Thread-212: Started query 23422131e30d0b2a:b878d37600000000
-- 2019-04-18 07:00:25,066 INFO     Thread-298: Started query 9e450faea46b79b8:18d389ba00000000
-- 2019-04-18 07:00:25,068 INFO     Thread-162: Started query 60405b00c5867e15:9734907b00000000
-- 2019-04-18 07:00:25,088 INFO     Thread-299: Started query 8846e8a455cc8a02:3869156700000000
-- 2019-04-18 07:00:25,088 INFO     Thread-192: Started query e6417766bbd1c0c4:79ecbdc000000000
-- 2019-04-18 07:00:25,103 INFO     Thread-142: Started query ae4866d8bbbf2658:c4e4a27100000000
-- 2019-04-18 07:00:25,103 INFO     Thread-245: Started query 5c4376da5d2dc240:8106d65700000000
-- 2019-04-18 07:00:25,106 INFO     Thread-268: Started query 9f4f16d549e7a6bf:9d4187da00000000
-- 2019-04-18 07:00:25,162 INFO     Thread-193: Started query 4f479d0b3e88b9c0:89e16ce000000000
-- 2019-04-18 07:00:25,174 INFO     Thread-215: Started query f0421ca1c134e4d1:d7309a0f00000000
-- 2019-04-18 07:00:25,190 INFO     Thread-435: Started query 8b47c3d6bb57e5c8:8db71c9b00000000
-- 2019-04-18 07:00:25,197 INFO     Thread-430: Started query 6445a9853a0e8d80:ace266e900000000
-- 2019-04-18 07:00:25,261 INFO     Thread-425: Started query e14143c4e552a2f5:65cb4f4c00000000
-- 2019-04-18 07:00:25,270 INFO     Thread-498: Started query 1741a6441907edde:c773c2ca00000000
-- 2019-04-18 07:00:25,271 INFO     Thread-459: Started query af4a60ccb356b26c:5aef913a00000000
-- 2019-04-18 07:00:25,271 INFO     Thread-516: Started query 8d4f0b50b41887dc:fe2c142600000000
-- 2019-04-18 07:00:25,272 INFO     Thread-448: Started query 3c483a4bcf1af88b:68ef38a200000000
-- 2019-04-18 07:00:25,273 INFO     Thread-502: Started query a74d9e6766352cfe:a6a3f3d300000000
-- 2019-04-18 07:00:25,278 INFO     Thread-406: Started query cd41201c9b0902ff:9db7d37700000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:25,350 INFO     Thread-412: Started query 1b4ccbf3939c1074:997aa24f00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:25,350 INFO     Thread-413: Started query a94a6522caae455d:e2f5096800000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:25,522 INFO     Thread-150: Started query 2a48d9ff2792e92e:805ebd6500000000
-- 2019-04-18 07:00:25,538 INFO     Thread-484: Started query 3c48f8aad87e2d64:a5814d8b00000000
-- 2019-04-18 07:00:25,575 INFO     Thread-252: Started query 9a4f60500682b543:5b44763100000000
-- 2019-04-18 07:00:25,578 INFO     Thread-214: Started query e242ef3fa94d1f07:c915c52400000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:25,626 INFO     Thread-125: Started query 9e4ce54cdca59d7c:0baf506200000000
-- 2019-04-18 07:00:25,627 INFO     Thread-273: Started query 1d40baee5f3539e7:b147d5bb00000000
-- 2019-04-18 07:00:25,628 INFO     Thread-159: Started query 494bf9fadbf692f3:d2498f2900000000
-- 2019-04-18 07:00:25,628 INFO     Thread-279: Started query a34b8643f801fa89:bd7b283c00000000
-- 2019-04-18 07:00:25,629 INFO     Thread-177: Started query 68403acf61ff9802:8ced567300000000
-- 2019-04-18 07:00:25,642 INFO     Thread-218: Started query 5b42eacc878a889f:0f93042400000000
-- 2019-04-18 07:00:25,657 INFO     Thread-304: Started query f54e4c9374d58710:216d11ed00000000
-- 2019-04-18 07:00:25,657 INFO     Thread-176: Started query f348e9a76bfabbf4:76dc127300000000
-- 2019-04-18 07:00:25,657 INFO     Thread-183: Started query 4f41ade5532a004f:b102f0b300000000
-- 2019-04-18 07:00:25,664 INFO     Thread-174: Started query 11466f878cc25849:084d2d1300000000
-- 2019-04-18 07:00:25,681 INFO     Thread-256: Started query 1c4b0c04dce1a0fb:3af5308a00000000
-- 2019-04-18 07:00:25,690 INFO     Thread-271: Started query d743afb0f28f6a26:20cdf76e00000000
-- 2019-04-18 07:00:25,693 INFO     Thread-311: Started query 7447061db0bf2e6e:7ee8a00800000000
-- 2019-04-18 07:00:25,698 INFO     Thread-242: Started query e14e78b190233f77:cec65ee000000000
-- 2019-04-18 07:00:25,698 INFO     Thread-260: Started query c044d1f1ea3e7a17:b0fd1beb00000000
-- 2019-04-18 07:00:25,733 INFO     Thread-230: Started query 45404477970ca685:16fb625a00000000
-- 2019-04-18 07:00:25,733 INFO     Thread-123: Started query 304455b4b09c2459:f68eaf8900000000
-- 2019-04-18 07:00:25,734 INFO     Thread-317: Started query 404a86fae53ec46e:f37ba61400000000
-- 2019-04-18 07:00:25,734 INFO     Thread-219: Started query 6d4aa23dfa29bc96:38450f2500000000
-- 2019-04-18 07:00:25,747 INFO     Thread-194: Started query 234c355556c15c94:d3959b8d00000000
-- 2019-04-18 07:00:25,747 INFO     Thread-216: Started query 9d41d8975d674cb9:714796a100000000
-- 2019-04-18 07:00:25,747 INFO     Thread-302: Started query cf4b9a77665f788c:f0ef29fb00000000
-- 2019-04-18 07:00:25,748 INFO     Thread-265: Started query de42557d589c1cc0:e9f6a8d400000000
-- 2019-04-18 07:00:25,773 INFO     Thread-244: Started query 4d4c3920ffca9044:b2eb5f8800000000
-- 2019-04-18 07:00:25,773 INFO     Thread-248: Started query 3c4def8fcbd7061b:6c47e03400000000
-- 2019-04-18 07:00:25,774 INFO     Thread-290: Started query 8d49e8cb3e6f546a:d1cb443900000000
-- 2019-04-18 07:00:25,779 INFO     Thread-152: Started query 0249c912e6de0942:37f9f39300000000
-- 2019-04-18 07:00:25,780 INFO     Thread-146: Started query f345e62954de0200:9b5333a700000000
-- 2019-04-18 07:00:25,781 INFO     Thread-240: Started query c84331e96f16d519:951317cd00000000
-- 2019-04-18 07:00:25,781 INFO     Thread-147: Started query b941992f73531e06:733f9c5c00000000
-- 2019-04-18 07:00:25,795 INFO     Thread-160: Started query 704ddd79dfc3ccd5:59980ec100000000
-- 2019-04-18 07:00:25,796 INFO     Thread-132: Started query a344235213765c9e:248de2ed00000000
-- 2019-04-18 07:00:25,796 INFO     Thread-217: Started query cb422e023f2e6cca:a91d688d00000000
-- 2019-04-18 07:00:25,807 INFO     Thread-321: Started query 7841643bcbf97a9b:415c484900000000
-- 2019-04-18 07:00:25,828 INFO     Thread-163: Started query 9f49179eefb2d72d:fdbe23cc00000000
-- 2019-04-18 07:00:25,829 INFO     Thread-138: Started query c741007e2c3ea654:41535a4d00000000
-- 2019-04-18 07:00:25,864 INFO     Thread-129: Started query 48419945b74650fa:578390ef00000000
-- 2019-04-18 07:00:25,864 INFO     Thread-151: Started query b3416f59b4287bc5:1273e56700000000
-- 2019-04-18 07:00:25,886 INFO     Thread-195: Started query 9440d22512d80b98:c585cb9300000000
-- 2019-04-18 07:00:25,887 INFO     Thread-198: Started query 9a4ebbab8f8afa5c:8c6b964400000000
-- 2019-04-18 07:00:25,891 INFO     Thread-315: Started query b24d23b05c671c27:b10ee52500000000
-- 2019-04-18 07:00:25,924 INFO     Thread-291: Started query b5461ccf969fa829:3f61500f00000000
-- 2019-04-18 07:00:26,315 INFO     Thread-246: Started query bf46460b279bcddf:44ee8a2700000000
-- 2019-04-18 07:00:26,315 INFO     Thread-137: Started query db48bb520b3d97fe:dc70cabb00000000
-- 2019-04-18 07:00:26,360 INFO     Thread-239: Started query ad4fb927bbd1d85c:d152b96500000000
-- 2019-04-18 07:00:26,370 INFO     Thread-190: Started query 584225762ac3ac56:ec921d6700000000
-- 2019-04-18 07:00:26,435 INFO     Thread-155: Started query 914b1b63729b6cfd:762d625600000000
-- 2019-04-18 07:00:26,442 INFO     Thread-329: Started query 904906744d98d1d7:ccf3595e00000000
-- 2019-04-18 07:00:26,479 INFO     Thread-267: Started query 404962d942bbe569:914c6d6500000000
-- 2019-04-18 07:00:26,550 INFO     Thread-236: Started query 1d40d122beb1974e:4d532e2e00000000
-- 2019-04-18 07:00:26,554 INFO     Thread-181: Started query 054f46c97cd268bc:135d0d1b00000000
-- 2019-04-18 07:00:26,554 INFO     Thread-276: Started query dc4001e087a0724d:54eb3f9200000000
-- 2019-04-18 07:00:26,556 INFO     Thread-199: Started query ab453d4c6311bddf:3dbb3d9d00000000
-- 2019-04-18 07:00:26,625 INFO     Thread-247: Started query d144dae91fc3d0b2:a29e6e2000000000
-- 2019-04-18 07:00:26,640 INFO     Thread-201: Started query a24bf4f87f481f9d:9eba288100000000
-- 2019-04-18 07:00:26,760 INFO     Thread-213: Started query d848cbd44c3dac31:463cbf4d00000000
-- 2019-04-18 07:00:26,807 INFO     Thread-266: Started query d14ff7d06c7b667d:ea9c730000000000
-- 2019-04-18 07:00:26,809 INFO     Thread-200: Started query 334ab66538f3daf4:c85bc24700000000
-- 2019-04-18 07:00:26,835 INFO     Thread-233: Started query be419fd29a63081a:0ca3954a00000000
-- 2019-04-18 07:00:26,958 INFO     Thread-404: Started query 7f4a3611bc229bd0:831152ae00000000
-- 2019-04-18 07:00:26,966 INFO     Thread-221: Started query e44844c5089aa066:dd130c5200000000
-- 2019-04-18 07:00:26,974 INFO     Thread-191: Started query b94c427565cd2d98:74bbbb4000000000
-- 2019-04-18 07:00:26,975 INFO     Thread-206: Started query 2b4efc41734493e7:32c73d3000000000
-- 2019-04-18 07:00:26,980 INFO     Thread-167: Started query b3423fd5be6d22d8:808f0db200000000
-- 2019-04-18 07:00:26,989 INFO     Thread-149: Started query 1548f52cc9dfa626:34575ac600000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:27,037 INFO     Thread-235: Started query 9c4c6957296bddd0:9417bba900000000
-- 2019-04-18 07:00:27,059 INFO     Thread-133: Started query 1b4a9cccbc4e05eb:daa8de3000000000
-- 2019-04-18 07:00:27,079 INFO     Thread-373: Started query 304cd708e2193cd3:c34baf3c00000000
-- 2019-04-18 07:00:27,134 INFO     Thread-322: Started query 8748e326c93ee628:a350c23300000000
-- 2019-04-18 07:00:27,136 INFO     Thread-161: Started query 6f49b8b2d6c64c2c:bed08fd700000000
-- 2019-04-18 07:00:27,144 INFO     Thread-203: Started query 25499a2070ece013:b53b03af00000000
-- 2019-04-18 07:00:27,163 INFO     Thread-153: Started query b142901627099701:45f9425900000000
-- 2019-04-18 07:00:27,167 INFO     Thread-179: Started query ce491424e646b495:fa0faba400000000
-- 2019-04-18 07:00:27,180 INFO     Thread-157: Started query 484f22daac644d07:f7b26c0d00000000
-- 2019-04-18 07:00:27,188 INFO     Thread-207: Started query 4941694917df56bf:700db8a400000000
-- 2019-04-18 07:00:27,188 INFO     Thread-301: Started query c74c1d949e43f71d:41ec3e6a00000000
-- 2019-04-18 07:00:27,194 INFO     Thread-186: Started query 6445a6fe4b1d3be6:0d0d889c00000000
-- 2019-04-18 07:00:27,220 INFO     Thread-141: Started query 2640736b5e4e496a:6af6a49e00000000
-- 2019-04-18 07:00:27,227 INFO     Thread-148: Started query 67469bad573d5115:714a8f6600000000
-- 2019-04-18 07:00:27,232 INFO     Thread-269: Started query ec4fbddfb452aadc:a593bb9200000000
-- 2019-04-18 07:00:27,243 INFO     Thread-173: Started query e64e52aa8e33b34c:8d6ef29600000000
-- 2019-04-18 07:00:27,252 INFO     Thread-316: Started query 974bd982c342c00a:8def013f00000000
-- 2019-04-18 07:00:27,262 INFO     Thread-308: Started query 024c423c979a43b6:18c9dd9500000000
-- 2019-04-18 07:00:27,277 INFO     Thread-241: Started query fe466a35e5e0980b:f3c13b5a00000000
-- 2019-04-18 07:00:27,281 INFO     Thread-282: Started query bc455793ee29af41:a9e336ac00000000
-- 2019-04-18 07:00:27,299 INFO     Thread-220: Started query b149005b2667bf3f:53dd7d2800000000
-- 2019-04-18 07:00:27,304 INFO     Thread-255: Started query 3f4b35f58504b7fd:32d0afc100000000
-- 2019-04-18 07:00:27,304 INFO     Thread-287: Started query e74c4bc658761d70:58f37cd500000000
-- 2019-04-18 07:00:27,310 INFO     Thread-127: Started query a94c76190578aa0d:3206e27800000000
-- 2019-04-18 07:00:27,319 INFO     Thread-169: Started query f94501e8a414ecdf:0f234c4f00000000
-- 2019-04-18 07:00:27,337 INFO     Thread-259: Started query 504d4a5d726b7eb7:6ca469c900000000
-- 2019-04-18 07:00:27,342 INFO     Thread-285: Started query af414f1d989f56f2:e0a918ae00000000
-- 2019-04-18 07:00:27,350 INFO     Thread-226: Started query 5345e90bdce92b38:280012db00000000
-- 2019-04-18 07:00:27,351 INFO     Thread-278: Started query 884c98993c9f56c9:6eb4484a00000000
-- 2019-04-18 07:00:27,355 INFO     Thread-310: Started query ba4021a1c6caf31a:62a670fd00000000
-- 2019-04-18 07:00:27,405 INFO     Thread-223: Started query d845c0a474941239:f20ab81100000000
-- 2019-04-18 07:00:27,419 INFO     Thread-274: Started query 074293b74d6658ce:83e7516f00000000
-- 2019-04-18 07:00:27,433 INFO     Thread-184: Started query 694adff77112cf83:665d10f600000000
-- 2019-04-18 07:00:27,441 INFO     Thread-281: Started query 1440901ad43e93b2:09c31d7c00000000
-- 2019-04-18 07:00:27,441 INFO     Thread-231: Started query 6d4a746b5a2731e1:8f51607300000000
-- 2019-04-18 07:00:27,445 INFO     Thread-222: Started query 73473bfd6b37a506:c043f72600000000
-- 2019-04-18 07:00:27,447 INFO     Thread-229: Started query f94bf3e2ca442ac2:e1856d4e00000000
-- 2019-04-18 07:00:27,454 INFO     Thread-257: Started query 3e463f36129d5c15:cb2edaad00000000
-- 2019-04-18 07:00:27,474 INFO     Thread-442: Started query a8455fb06a592aeb:b1ea61e300000000
-- 2019-04-18 07:00:27,487 INFO     Thread-128: Started query e3468b843be6e9d9:cc9aafbd00000000
-- 2019-04-18 07:00:27,517 INFO     Thread-354: Started query 074f1666eef3c22f:12f8692700000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:27,549 INFO     Thread-131: Started query 92477550d050e4f6:7b043b4400000000
-- 2019-04-18 07:00:27,553 INFO     Thread-254: Started query 7444ab2844ad68c4:04fb522500000000
-- 2019-04-18 07:00:27,561 INFO     Thread-189: Started query e642fb9efa5ca39d:7c11aaa500000000
-- 2019-04-18 07:00:27,579 INFO     Thread-205: Started query e440d42cf5a8a3cf:96c2450b00000000
-- 2019-04-18 07:00:27,579 INFO     Thread-262: Started query 474012c5ca48badc:c4e1f6d300000000
-- 2019-04-18 07:00:27,581 INFO     Thread-168: Started query a64363b3a26830e7:ced17c5100000000
-- 2019-04-18 07:00:27,588 INFO     Thread-136: Started query 104bc14e66e00515:699771f900000000
-- 2019-04-18 07:00:27,588 INFO     Thread-140: Started query 444053a91247562c:ea8838aa00000000
-- 2019-04-18 07:00:27,592 INFO     Thread-296: Started query ab45d14faf54fe99:dde59bd000000000
-- 2019-04-18 07:00:27,594 INFO     Thread-164: Started query d649661366c9c428:2c333c5400000000
-- 2019-04-18 07:00:27,595 INFO     Thread-225: Started query 9d4ee3f72a19438b:f05a324000000000
-- 2019-04-18 07:00:27,596 INFO     Thread-324: Started query 374b5ce07f506be1:267aaae100000000
-- 2019-04-18 07:00:27,596 INFO     Thread-249: Started query 2645739c2f13c5ed:ee28432d00000000
-- 2019-04-18 07:00:27,661 INFO     Thread-196: Started query dd4c501beb97dc86:fbaca88e00000000
-- 2019-04-18 07:00:27,662 INFO     Thread-243: Started query 814387670c0cf09f:8076ac7700000000
-- 2019-04-18 07:00:27,662 INFO     Thread-145: Started query f64955637fe98017:acb17ad000000000
-- 2019-04-18 07:00:27,672 INFO     Thread-180: Started query 7e457ab83b61a3fc:f7d0f4df00000000
-- 2019-04-18 07:00:27,683 INFO     Thread-284: Started query 4c471c821e310e0c:b2ebc72e00000000
-- 2019-04-18 07:00:27,684 INFO     Thread-288: Started query b04dd29b3469ccc0:c21c52f400000000
-- 2019-04-18 07:00:27,685 INFO     Thread-234: Started query c947057366d32c7b:eb622ef400000000
-- 2019-04-18 07:00:27,701 INFO     Thread-227: Started query d14781f0f6235462:7984c2e900000000
-- 2019-04-18 07:00:27,712 INFO     Thread-264: Started query 2d4b17ad0b68fe21:28ac2e5600000000
-- 2019-04-18 07:00:27,713 INFO     Thread-286: Started query 1b40dc903901fab6:9fa6a0a600000000
-- 2019-04-18 07:00:27,720 INFO     Thread-292: Started query 374eb12e376d6b45:9e103e2600000000
-- 2019-04-18 07:00:27,721 INFO     Thread-309: Started query fc41e0909b7bb7d0:2b2ca57500000000
-- 2019-04-18 07:00:27,723 INFO     Thread-154: Started query 7143ef05566a94da:3b629f8600000000
-- 2019-04-18 07:00:27,724 INFO     Thread-314: Started query e646e7ec7b06d3bc:a4c1ef3800000000
-- 2019-04-18 07:00:27,739 INFO     Thread-126: Started query 734381acd02087bf:ae89912b00000000
-- 2019-04-18 07:00:27,744 INFO     Thread-237: Started query f34d5ddcb5031fbd:51f119b500000000
-- 2019-04-18 07:00:27,773 INFO     Thread-238: Started query 0948eac572530c54:da63ebbd00000000
-- 2019-04-18 07:00:27,801 INFO     Thread-124: Started query 0d49427ffd0bad84:b74bb4ea00000000
-- 2019-04-18 07:00:27,833 INFO     Thread-303: Started query 0c4c6df4ab9889e0:fb3d2a9800000000
-- 2019-04-18 07:00:27,835 INFO     Thread-143: Started query 0b43aa6c62ae8337:daf038cb00000000
-- 2019-04-18 07:00:27,883 INFO     Thread-187: Started query b14cb2e91061e213:0758d3e300000000
-- 2019-04-18 07:00:27,884 INFO     Thread-202: Started query bf4773c174379b24:405d2ac500000000
-- 2019-04-18 07:00:27,885 INFO     Thread-351: Started query 2a4965403e067546:31beb28100000000
-- 2019-04-18 07:00:27,890 INFO     Thread-261: Started query 4340466e435f77b6:26ae016000000000
-- 2019-04-18 07:00:27,895 INFO     Thread-514: Started query dd46c68b254c0594:de94fc4900000000
-- 2019-04-18 07:00:27,901 INFO     Thread-170: Started query 624a8c7a47a646b3:282b8c5500000000
-- 2019-04-18 07:00:27,960 INFO     Thread-185: Started query 0446fd9fc4e9e1bc:831dfb4600000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:27,990 INFO     Thread-307: Started query 5d49cb70429cffc5:4513856f00000000
-- 2019-04-18 07:00:27,992 INFO     Thread-197: Started query 1243e2fb0356bb4b:1075a52000000000
-- 2019-04-18 07:00:27,992 INFO     Thread-178: Started query 4943b81444265c51:76ecfd1c00000000
-- 2019-04-18 07:00:27,993 INFO     Thread-210: Started query 8a41682e11e054f2:da8552c000000000
-- 2019-04-18 07:00:27,994 INFO     Thread-297: Started query 38488172435810e6:f98689c700000000
-- 2019-04-18 07:00:27,998 INFO     Thread-277: Started query 0644afeacad119a4:b4bc301600000000
-- 2019-04-18 07:00:28,005 INFO     Thread-313: Started query 6f4887327fa1a4a8:8b7cf6ed00000000
-- 2019-04-18 07:00:28,008 INFO     Thread-139: Started query 44468b1086a1e6f6:d182a20e00000000
-- 2019-04-18 07:00:28,010 INFO     Thread-306: Started query 1e4077048f6c4a9b:9ec032fd00000000
-- 2019-04-18 07:00:28,011 INFO     Thread-134: Started query 3a44b3b670a37b5d:635a920a00000000
-- 2019-04-18 07:00:28,017 INFO     Thread-182: Started query 67434f8be8ab322d:9bf600b800000000
-- 2019-04-18 07:00:28,019 INFO     Thread-270: Started query c44f980e413af6e3:af6e8a7100000000
-- 2019-04-18 07:00:28,020 INFO     Thread-156: Started query e74876346781ea48:7cc562f800000000
-- 2019-04-18 07:00:28,022 INFO     Thread-209: Started query 464f80c05505c058:d5ff584100000000
-- 2019-04-18 07:00:28,023 INFO     Thread-272: Started query 7041cedb2de162a4:f9a3794a00000000
-- 2019-04-18 07:00:28,025 INFO     Thread-258: Started query ff48bb2228d45808:c9d340e400000000
-- 2019-04-18 07:00:28,027 INFO     Thread-300: Started query f04224de002a8877:d9fc4e2200000000
-- 2019-04-18 07:00:28,033 INFO     Thread-250: Started query 4e4d9b4d4edaf2c5:93fb941400000000
-- 2019-04-18 07:00:28,055 INFO     Thread-232: Started query ae4e1654e0ce6336:bb4f50a100000000
-- 2019-04-18 07:00:28,056 INFO     Thread-130: Started query d64845d6c318c617:ed914e0400000000
-- 2019-04-18 07:00:28,143 INFO     Thread-144: Started query 9844ac3f32f1c828:5e81268e00000000
-- 2019-04-18 07:00:28,173 INFO     Thread-521: Started query 004ab473ae7941e3:9fb8b50400000000
-- 2019-04-18 07:00:28,176 INFO     Thread-371: Started query aa487bdd2853eade:c981a03100000000
-- 2019-04-18 07:00:28,193 INFO     Thread-305: Started query 2d4f0580d4795df8:ea923d3a00000000
-- 2019-04-18 07:00:28,209 INFO     Thread-377: Started query 4d43479a93ae1544:9916aeac00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:28,277 INFO     Thread-135: Started query 324041bc86f286c0:3f5e0d0200000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:28,555 INFO     Thread-429: Started query b546f86758b4edf7:8516e08c00000000
-- 2019-04-18 07:00:28,637 INFO     Thread-325: Started query ed4b53cb8485b7de:3ba087b500000000
-- 2019-04-18 07:00:28,802 INFO     Thread-166: Started query 5c4cbd15c19c21aa:fb5f05a500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:29,181 INFO     Thread-475: Started query df4580597cd18822:5cf95b6800000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:29,265 INFO     Thread-511: Started query ab4b6545b8e8fdb5:ae0baee600000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:29,368 INFO     Thread-486: Started query 184831d3e79e9b73:06a9f82e00000000
-- 2019-04-18 07:00:29,819 INFO     Thread-352: Started query c648cc41d98a5637:566ad87000000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:29,973 INFO     Thread-518: Started query 4a42f0662d58b0dc:f986f0d600000000
-- 2019-04-18 07:00:29,985 INFO     Thread-483: Started query 204337cdb2e86fad:1b1fc17400000000
-- 2019-04-18 07:00:29,988 INFO     Thread-507: Started query af41678413cb7c34:40e7b0b700000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:30,007 INFO     Thread-487: Started query 914e8b0ead7466b9:06213cf100000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:30,147 INFO     Thread-384: Started query 544b12326a2abb69:be57bdc700000000
-- 2019-04-18 07:00:30,147 INFO     Thread-368: Started query 434429faa1c1a80a:a09025a300000000
-- 2019-04-18 07:00:30,161 INFO     Thread-449: Started query c5458084fc1624a1:03172a5b00000000
-- 2019-04-18 07:00:30,688 INFO     Thread-345: Started query d24be54d87f0e7ee:378c778500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:31,081 INFO     Thread-467: Started query 9249c7cc41066006:d2abf95e00000000
-- 2019-04-18 07:00:31,081 INFO     Thread-422: Started query 60406ce3c4001a04:989c59dc00000000
-- 2019-04-18 07:00:31,674 INFO     Thread-350: Started query 5645053e267b8ceb:8996bd8e00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:32,081 INFO     Thread-346: Started query 6144bd5d53821e92:c688527400000000
-- 2019-04-18 07:00:32,081 INFO     Thread-454: Started query b0449177367f02a5:3c57a54000000000
-- 2019-04-18 07:00:32,676 INFO     Thread-409: Started query d34c44754e39b0fe:ae3678aa00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:32,680 INFO     Thread-497: Started query 3a4d54920706c2d7:c7aa675b00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:32,713 INFO     Thread-456: Started query 1e4918bd74254259:0c6a877400000000
-- 2019-04-18 07:00:32,716 INFO     Thread-491: Started query a94f993002efd3c7:6fe79c2900000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:32,722 INFO     Thread-362: Started query 3c46f53a22628a63:e894473000000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:32,725 INFO     Thread-465: Started query 394b230a2fda6c14:c131708100000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:32,740 INFO     Thread-360: Started query c048a342dc49a1d3:186c211000000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:32,744 INFO     Thread-410: Started query b249f3606b2c3168:a50e2bbe00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:33,086 INFO     Thread-331: Started query 38418bce7cc64fcc:e43fa61a00000000
-- 2019-04-18 07:00:33,674 INFO     Thread-515: Started query cf4526e655fe8ec4:b545237c00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:34,081 INFO     Thread-364: Started query 364ccee8bd51185e:b3664a9a00000000
-- 2019-04-18 07:00:34,081 INFO     Thread-415: Started query 04498d88a35f5fd5:29c12afd00000000
-- 2019-04-18 07:00:34,674 INFO     Thread-344: Started query 324941824ba647bc:8966c55500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:34,732 INFO     Thread-509: Started query be46fb529497046e:68204bf800000000
-- 2019-04-18 07:00:34,733 INFO     Thread-380: Started query a84e86e29f6dc19c:071b56cc00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:35,081 INFO     Thread-476: Started query 8b485d5d3303df27:23724ebb00000000
-- 2019-04-18 07:00:35,674 INFO     Thread-326: Started query 2f47627fbfc6377a:5df014a500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:36,081 INFO     Thread-396: Started query e94f100033041a73:a940667f00000000
-- 2019-04-18 07:00:36,673 INFO     Thread-432: Started query fd4a7bdecf0e604c:b038afea00000000
-- 2019-04-18 07:00:36,675 INFO     Thread-471: Started query b5462a81c1efa6a3:61607ec500000000
-- 2019-04-18 07:00:36,675 INFO     Thread-330: Started query 534bbff66553bff8:5e2e830500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:37,081 INFO     Thread-513: Started query 88430fda0188a2fb:ea65c7bd00000000
-- 2019-04-18 07:00:37,674 INFO     Thread-500: Started query 9145689507a23e7b:fed0b59900000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:38,081 INFO     Thread-505: Started query 80408e9765dbfa95:7136baf600000000
-- 2019-04-18 07:00:38,082 INFO     Thread-411: Started query 31472c239b2b1695:283c137400000000
-- 2019-04-18 07:00:38,673 INFO     Thread-457: Started query 2047183a7e71cf83:b0267a4f00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:39,081 INFO     Thread-353: Started query 5a412639f3452c6c:9ab691a600000000
-- 2019-04-18 07:00:39,081 INFO     Thread-394: Started query 694bae809db22352:15a9cdf700000000
-- 2019-04-18 07:00:39,673 INFO     Thread-402: Started query f6449d25106538ce:28fe949900000000
-- 2019-04-18 07:00:39,674 INFO     Thread-401: Started query 964b5f8f8ea49d6f:d692a3e500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:40,081 INFO     Thread-517: Started query 9b4802d6244cbf43:aa708b6700000000
-- 2019-04-18 07:00:40,081 INFO     Thread-392: Started query 1c4a76a6ac6c7ce5:fb4f6abb00000000
-- 2019-04-18 07:00:40,082 INFO     Thread-479: Started query 6e43b0e9417dd958:135f2c0600000000
-- 2019-04-18 07:00:40,082 INFO     Thread-508: Started query db4c238f752c726f:6d518b7f00000000
-- 2019-04-18 07:00:40,674 INFO     Thread-510: Started query 694373c0b035d7ee:be7cea9000000000
-- 2019-04-18 07:00:40,673 INFO     Thread-327: Started query 894eade39fd24822:b06fea3e00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:41,081 INFO     Thread-447: Started query 6e4ad07d145b782e:63089afd00000000
-- 2019-04-18 07:00:41,081 INFO     Thread-417: Started query f24639778d2f2853:7ffe372e00000000
-- 2019-04-18 07:00:41,672 INFO     Thread-388: Started query 154632d4ee2c5b81:e84ad1b700000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:42,081 INFO     Thread-401: Started query 1f487319e213e2e6:545351ba00000000
-- 2019-04-18 07:00:42,081 INFO     Thread-500: Started query 2c43ad1104a113b1:46c379ad00000000
-- 2019-04-18 07:00:42,082 INFO     Thread-432: Started query 9f4a257d6035e02d:7ff3ecf200000000
-- 2019-04-18 07:00:42,082 INFO     Thread-457: Started query b447ba3fab1096af:a24554e200000000
-- 2019-04-18 07:00:42,082 INFO     Thread-327: Started query 4540e1ff65d0e673:9d30175000000000
-- 2019-04-18 07:00:42,082 INFO     Thread-510: Started query 7f47b35a647bb57c:1798f07600000000
-- 2019-04-18 07:00:42,083 INFO     Thread-471: Started query e2480a1e4d818a2f:206c9e7b00000000
-- 2019-04-18 07:00:42,083 INFO     Thread-402: Started query 7b47a5ea20d95f7b:945c74f200000000
-- 2019-04-18 07:00:42,082 INFO     Thread-330: Started query 7d45f78b7695b8f1:35a8a6ef00000000
-- 2019-04-18 07:00:42,084 INFO     Thread-509: Started query e54d3184567fa89c:0696d65e00000000
-- 2019-04-18 07:00:42,084 INFO     Thread-410: Started query 4a416fd78a6b9086:e24dce9c00000000
-- 2019-04-18 07:00:42,084 INFO     Thread-360: Started query b54cdfa8b2e182b1:458f5cb400000000
-- 2019-04-18 07:00:42,085 INFO     Thread-326: Started query 05488f776fafc67f:aaddf8c000000000
-- 2019-04-18 07:00:42,086 INFO     Thread-344: Started query 804bf67296a011d1:1b5d6b9100000000
-- 2019-04-18 07:00:42,086 INFO     Thread-515: Started query ca4de4783d3d207e:04910a6c00000000
-- 2019-04-18 07:00:42,086 INFO     Thread-380: Started query a44bea99edfaadd3:99c1afd700000000
-- 2019-04-18 07:00:42,088 INFO     Thread-497: Started query 2349edec12ba33b1:3da3580d00000000
-- 2019-04-18 07:00:42,088 INFO     Thread-350: Started query 064669ff2d7d4eb2:e3baf32300000000
-- 2019-04-18 07:00:42,089 INFO     Thread-483: Started query 74490989e3a14554:60857c3c00000000
-- 2019-04-18 07:00:42,093 INFO     Thread-352: Started query 7243726ccc3b5cc8:e29a7bd500000000
-- 2019-04-18 07:00:42,095 INFO     Thread-430: Started query b2431cb335b1d6f7:af7d7d1a00000000
-- 2019-04-18 07:00:42,095 INFO     Thread-406: Started query a840517d8f5e1525:c85819d200000000
-- 2019-04-18 07:00:42,095 INFO     Thread-354: Started query a041aa28cc25e21d:66332e6200000000
-- 2019-04-18 07:00:42,095 INFO     Thread-423: Started query a541434fed7f6ac5:c14a10f300000000
-- 2019-04-18 07:00:42,095 INFO     Thread-511: Started query 5142ce328602c9bb:72aa65e300000000
-- 2019-04-18 07:00:42,096 INFO     Thread-491: Started query cc46387426f01396:ea6e37d900000000
-- 2019-04-18 07:00:42,096 INFO     Thread-456: Started query fb46f4018d44cc32:4a92445600000000
-- 2019-04-18 07:00:42,096 INFO     Thread-465: Started query ff45bf8847368ba9:8e1ec7a400000000
-- 2019-04-18 07:00:42,096 INFO     Thread-328: Started query 3e49ab57cc000b7f:6987a0ac00000000
-- 2019-04-18 07:00:42,096 INFO     Thread-480: Started query eb4b7014247bf204:d4e3e14500000000
-- 2019-04-18 07:00:42,097 INFO     Thread-404: Started query 6a429a772e25ba2c:f5eeb53a00000000
-- 2019-04-18 07:00:42,097 INFO     Thread-507: Started query 5a4d1ad19886ece9:3073080600000000
-- 2019-04-18 07:00:42,097 INFO     Thread-413: Started query c64ad8cc1ea27290:8ef352a800000000
-- 2019-04-18 07:00:42,097 INFO     Thread-362: Started query 5e4f60553c845f17:9a0533f100000000
-- 2019-04-18 07:00:42,097 INFO     Thread-458: Started query 274429d1b18d836a:c5a2d00000000000
-- 2019-04-18 07:00:42,097 INFO     Thread-442: Started query 054644bb40a5c015:f08ae32600000000
-- 2019-04-18 07:00:42,097 INFO     Thread-521: Started query f74b16e5907eea1f:65b679d500000000
-- 2019-04-18 07:00:42,098 INFO     Thread-351: Started query 404dc2f73822a917:4345978700000000
-- 2019-04-18 07:00:42,098 INFO     Thread-518: Started query 4a4a752ccfee03fc:db0503af00000000
-- 2019-04-18 07:00:42,098 INFO     Thread-345: Started query e942280d4f112e65:2b703d1300000000
-- 2019-04-18 07:00:42,098 INFO     Thread-409: Started query 234fdb09300b1577:17bc9e7800000000
-- 2019-04-18 07:00:42,099 INFO     Thread-448: Started query 994021347880a0c6:4e31836100000000
-- 2019-04-18 07:00:42,099 INFO     Thread-475: Started query dd4d2edf0ddbcc04:8a9908c900000000
-- 2019-04-18 07:00:42,099 INFO     Thread-455: Started query b549d22812909fd1:80607dbf00000000
-- 2019-04-18 07:00:42,100 INFO     Thread-484: Started query f6482b612663e346:bed7004500000000
-- 2019-04-18 07:00:42,100 INFO     Thread-466: Started query 574497064cdfbaa3:ce23fc0f00000000
-- 2019-04-18 07:00:42,101 INFO     Thread-461: Started query c0459f9eb2747acc:6daec0a300000000
-- 2019-04-18 07:00:42,102 INFO     Thread-436: Started query c6473b380686f75c:2756923900000000
-- 2019-04-18 07:00:42,102 INFO     Thread-363: Started query 5f479549e07e7907:34f765f500000000
-- 2019-04-18 07:00:42,102 INFO     Thread-516: Started query bb43c271af1f9926:7a6f8d1f00000000
-- 2019-04-18 07:00:42,102 INFO     Thread-383: Started query b44a9a44960c9c9a:2786de4d00000000
-- 2019-04-18 07:00:42,103 INFO     Thread-514: Started query fa485eb280a787d5:88904e6b00000000
-- 2019-04-18 07:00:42,103 INFO     Thread-377: Started query ba4557216aee90dc:5ab929ae00000000
-- 2019-04-18 07:00:42,103 INFO     Thread-478: Started query cd4b438355531e4c:7279c61400000000
-- 2019-04-18 07:00:42,103 INFO     Thread-501: Started query 8b419610e5b89502:d862825600000000
-- 2019-04-18 07:00:42,100 INFO     Thread-487: Started query c84393fc8f3dcb2a:25e5cd4c00000000
-- 2019-04-18 07:00:42,104 INFO     Thread-499: Started query 204d7ab47de1178e:eff6d27000000000
-- 2019-04-18 07:00:42,104 INFO     Thread-336: Started query d6482f0bc81f6b21:e7968b1900000000
-- 2019-04-18 07:00:42,104 INFO     Thread-381: Started query f944dc10b4690361:4d9e566b00000000
-- 2019-04-18 07:00:42,104 INFO     Thread-451: Started query 934cd7d5f4082f7e:dd691a0b00000000
-- 2019-04-18 07:00:42,104 INFO     Thread-348: Started query c7411bdb4f26429b:167ae9fc00000000
-- 2019-04-18 07:00:42,104 INFO     Thread-412: Started query 3140a9b49e2fda53:30e7beee00000000
-- 2019-04-18 07:00:42,104 INFO     Thread-494: Started query 5a4e698f841b6305:2449381f00000000
-- 2019-04-18 07:00:42,105 INFO     Thread-474: Started query 18423babdd347dd2:8c6ff40c00000000
-- 2019-04-18 07:00:42,105 INFO     Thread-459: Started query d24d451222b7bff3:e6fb48a700000000
-- 2019-04-18 07:00:42,105 INFO     Thread-366: Started query 2248b83417178ad1:29a85ca000000000
-- 2019-04-18 07:00:42,105 INFO     Thread-426: Started query db4fd11e81bbe7ed:a89fa69f00000000
-- 2019-04-18 07:00:42,105 INFO     Thread-399: Started query 5348a36b648b91f4:2b6bf52500000000
-- 2019-04-18 07:00:42,105 INFO     Thread-385: Started query c84dc0a22058fc84:ad723f2000000000
-- 2019-04-18 07:00:42,106 INFO     Thread-420: Started query b24d83674c7e3bb9:bad921e300000000
-- 2019-04-18 07:00:42,106 INFO     Thread-387: Started query 1142faca49a3d520:912b499800000000
-- 2019-04-18 07:00:42,106 INFO     Thread-340: Started query f04423abe7fdcea6:d6418ee100000000
-- 2019-04-18 07:00:42,106 INFO     Thread-325: Started query bb4a42c3355a8264:77b34ca100000000
-- 2019-04-18 07:00:42,106 INFO     Thread-333: Started query d94fbfdac50101c0:922768f500000000
-- 2019-04-18 07:00:42,106 INFO     Thread-397: Started query b341a44422d3806d:85743fbd00000000
-- 2019-04-18 07:00:42,107 INFO     Thread-496: Started query 744051ab0240feb9:9962e33500000000
-- 2019-04-18 07:00:42,107 INFO     Thread-481: Started query 5e4bda177bf497fd:67d71e6a00000000
-- 2019-04-18 07:00:42,107 INFO     Thread-347: Started query 3747ac5b9f496736:1d57816700000000
-- 2019-04-18 07:00:42,107 INFO     Thread-435: Started query f641299caeacbff3:2ac9f15800000000
-- 2019-04-18 07:00:42,107 INFO     Thread-498: Started query ef4f05507e41b823:4b335c4d00000000
-- 2019-04-18 07:00:42,107 INFO     Thread-371: Started query 804c1c5f362e6305:6de1e0c400000000
-- 2019-04-18 07:00:42,108 INFO     Thread-468: Started query b5465d27c0232fe9:e4b996f900000000
-- 2019-04-18 07:00:42,108 INFO     Thread-334: Started query 1f49b93f83ed242b:022ed62900000000
-- 2019-04-18 07:00:42,108 INFO     Thread-437: Started query 2b4419934bafc585:c7fe4d6400000000
-- 2019-04-18 07:00:42,108 INFO     Thread-493: Started query b6464e6a661412a1:0aedc66e00000000
-- 2019-04-18 07:00:42,108 INFO     Thread-502: Started query 91472ee57e8b6137:d171f24100000000
-- 2019-04-18 07:00:42,109 INFO     Thread-416: Started query cb4baa0944de3255:b2109e8800000000
-- 2019-04-18 07:00:42,109 INFO     Thread-512: Started query 014369026fdb51e8:227fbc1100000000
-- 2019-04-18 07:00:42,109 INFO     Thread-463: Started query 294fa0f41654da00:3a2e65c800000000
-- 2019-04-18 07:00:42,109 INFO     Thread-374: Started query c64cfd5cf4bf0513:aef487dc00000000
-- 2019-04-18 07:00:42,109 INFO     Thread-408: Started query 694ca832174a3f8b:e0249eda00000000
-- 2019-04-18 07:00:42,110 INFO     Thread-425: Started query 4e473e5d9e3e80dd:5907a88800000000
-- 2019-04-18 07:00:42,900 INFO     Thread-522: Started query c6409b86e4917004:d5ab085600000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:42,954 INFO     Thread-393: Started query b44ddae3b18d3f31:029bff0100000000
-- 2019-04-18 07:00:42,966 INFO     Thread-379: Started query ff421adeca94468c:9f26481500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,013 INFO     Thread-421: Started query ca4296d67675d7be:043641db00000000
-- 2019-04-18 07:00:43,039 INFO     Thread-339: Started query 7c458572f294b17b:7ce78ffd00000000
-- 2019-04-18 07:00:43,058 INFO     Thread-444: Started query 1b442b9a3b0acf05:05a71b6700000000
-- 2019-04-18 07:00:43,062 INFO     Thread-386: Started query bc41912d39a469db:b8e7b26300000000
-- 2019-04-18 07:00:43,067 INFO     Thread-477: Started query 814582afac017f69:77788e8900000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,081 INFO     Thread-452: Started query b54825b56f29f19d:c8f4010400000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,102 INFO     Thread-341: Started query aa4ba345f1d172de:dbe2570300000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,105 INFO     Thread-488: Started query 6c42c021f3ec060c:7e950ff300000000
-- 2019-04-18 07:00:43,112 INFO     Thread-441: Started query ee44af62c26a84ff:334dde4700000000
-- 2019-04-18 07:00:43,112 INFO     Thread-495: Started query 1143d4e7e7c1e66e:c9a780f200000000
-- 2019-04-18 07:00:43,112 INFO     Thread-473: Started query bb478c7ad238ec02:3427cc1d00000000
-- 2019-04-18 07:00:43,112 INFO     Thread-414: Started query bd4aea8eab4a1c14:e9619d8d00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,122 INFO     Thread-367: Started query 284b70a1c69cb565:6ab5071b00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,138 INFO     Thread-485: Started query 2548cb439ca0da32:79eb4f3900000000
-- 2019-04-18 07:00:43,138 INFO     Thread-445: Started query df4ffebcf081c4ba:bda5b0a600000000
-- 2019-04-18 07:00:43,139 INFO     Thread-391: Started query 3a442f01740afe58:e49177f300000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,142 INFO     Thread-338: Started query 344ec7ff93ad1b2a:b7aff5ee00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,199 INFO     Thread-369: Started query 5a42ae0262570cb4:32a3121c00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,225 INFO     Thread-504: Started query 5f415d5e0b1c5336:465d14ac00000000
-- 2019-04-18 07:00:43,226 INFO     Thread-359: Started query 164e69893eb2fc2b:b7488d4b00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,230 INFO     Thread-398: Started query c14715080e1b5052:5f84c3b200000000
-- 2019-04-18 07:00:43,231 INFO     Thread-365: Started query ef4ce8d3f0c8d526:28c6749000000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,240 INFO     Thread-332: Started query 6e491d75644f87ac:fa4b840f00000000
-- 2019-04-18 07:00:43,249 INFO     Thread-431: Started query 334ed879dcb7aa4f:d41fa78f00000000
-- 2019-04-18 07:00:43,250 INFO     Thread-490: Started query 964ae883e6cb1963:282945a300000000
-- 2019-04-18 07:00:43,250 INFO     Thread-446: Started query 904ca8babb0812b0:9796e73600000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,262 INFO     Thread-382: Started query ae41313ee1cdf70c:d96a165400000000
-- 2019-04-18 07:00:43,264 INFO     Thread-418: Started query 374ad7d988e1704a:a1a0339e00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,270 INFO     Thread-424: Started query 324257b9278d174d:08f69b8c00000000
-- 2019-04-18 07:00:43,271 INFO     Thread-462: Started query d3413f1b54a010b7:ac2a2ff500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,283 INFO     Thread-378: Started query be4797cf1c07e104:937e4a4d00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,288 INFO     Thread-450: Started query 014b483976eb3417:6ab1c3c500000000
-- 2019-04-18 07:00:43,293 INFO     Thread-489: Started query 0d4fc81892cd0453:4abd785700000000
-- 2019-04-18 07:00:43,295 INFO     Thread-361: Started query 5744ba83ecabf42f:ef80155800000000
-- 2019-04-18 07:00:43,296 INFO     Thread-349: Started query fe40656974b65b82:2d626b7000000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,302 INFO     Thread-440: Started query a046e5764fbe4ec4:c59e47d100000000
-- 2019-04-18 07:00:43,308 INFO     Thread-419: Started query 384e41221eaca175:7d9c654000000000
-- 2019-04-18 07:00:43,308 INFO     Thread-453: Started query 68479a57908c1573:1cf4c01600000000
-- 2019-04-18 07:00:43,310 INFO     Thread-460: Started query a742011c81fd88b8:ce06511800000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,320 INFO     Thread-337: Started query cf4cd8529e552ce8:6c2f929800000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,338 INFO     Thread-519: Started query ff48fc691cf1e157:67fa35df00000000
-- 2019-04-18 07:00:43,339 INFO     Thread-469: Started query dc4966bd54812b26:f39a481900000000
-- 2019-04-18 07:00:43,341 INFO     Thread-370: Started query 2f49b0f1d1409fa2:05be283f00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,347 INFO     Thread-389: Started query 4749387a1e6d9532:8e76646500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,357 INFO     Thread-443: Started query 4b4238a65d159701:a0e19be800000000
-- 2019-04-18 07:00:43,357 INFO     Thread-439: Started query 5a4f759ae361a051:b2ac06e400000000
-- 2019-04-18 07:00:43,358 INFO     Thread-433: Started query ea489bf79b402335:6d0088e600000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,358 INFO     Thread-343: Started query 7a45d7489426cea6:85e1ae3700000000
-- 2019-04-18 07:00:43,359 INFO     Thread-464: Started query 22498634e7382057:43fa09e200000000
-- 2019-04-18 07:00:43,359 INFO     Thread-492: Started query 024c1de61e0ccb27:4a9a503900000000
-- 2019-04-18 07:00:43,363 INFO     Thread-355: Started query a54569901802d79f:a936269300000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,371 INFO     Thread-376: Started query 3445bddfc9191522:d3060f2e00000000
-- 2019-04-18 07:00:43,373 INFO     Thread-407: Started query f1415cf83af31c0a:2901447200000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,377 INFO     Thread-395: Started query 5b4dc2e41e5b4485:8a3aae7500000000
-- 2019-04-18 07:00:43,378 INFO     Thread-357: Started query a546d897b6fd3b46:2b94ddc200000000
-- 2019-04-18 07:00:43,379 INFO     Thread-375: Started query 864dc83109a63bf0:3d14120a00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,380 INFO     Thread-472: Started query 6c48755aecdb2bf7:33d2d96e00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,383 INFO     Thread-335: Started query 854982e76196ab31:2e7033e700000000
-- 2019-04-18 07:00:43,384 INFO     Thread-520: Started query 144993fe548ee2c9:95b4e90100000000
-- 2019-04-18 07:00:43,384 INFO     Thread-323: Started query 924d1ae419e9d091:badad62c00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,387 INFO     Thread-506: Started query 7f44943d9cbb64aa:9236237400000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,388 INFO     Thread-403: Started query 584d1263acb35d35:7cd70b5500000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,390 INFO     Thread-470: Started query 8340d24ad5d46eb7:c70a4cff00000000
-- 2019-04-18 07:00:43,391 INFO     Thread-482: Started query 0e4c9dad93ce0d67:ab1c989d00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,394 INFO     Thread-405: Started query f74a493ca77b90e6:a1682f6800000000
-- 2019-04-18 07:00:43,394 INFO     Thread-372: Started query 6346c6945bca8687:442b2f6600000000
-- 2019-04-18 07:00:43,396 INFO     Thread-503: Started query 8b4f3a567fd0692b:ddc39b9200000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,675 INFO     Thread-358: Started query b749165c0250e209:ca712f9500000000
-- 2019-04-18 07:00:43,677 INFO     Thread-434: Started query 9440a432f20bc8b2:9ce4a3b200000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,678 INFO     Thread-428: Started query 1b428ef9d5e148bc:fad1895700000000
-- 2019-04-18 07:00:43,679 INFO     Thread-356: Started query 2d40ab364f41bcdd:019cea9400000000
-- 2019-04-18 07:00:43,680 INFO     Thread-400: Started query 684f53341fc2b3d8:dd6155e400000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:43,703 INFO     Thread-427: Started query 0c41adf4760669be:2c47f11c00000000
-- 2019-04-18 07:00:43,704 INFO     Thread-342: Started query c24d35ead36e34ea:e270e4cd00000000
-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- executing against localhost:21000
create function if not exists test_native_functions_race_8d2f2e8.other(float)
                           returns float location &apos;/test-warehouse/libTestUdfs.so&apos; symbol=&apos;Identity&apos;;

-- 2019-04-18 07:00:44,081 INFO     Thread-372: Started query 4149d2e44af3d355:f00c8f4b00000000
-- 2019-04-18 07:00:44,081 INFO     Thread-405: Started query ab47f02191eef5a2:2e58fbe400000000
-- 2019-04-18 07:00:44,082 INFO     Thread-503: Started query 614510d8be2c668f:eca9bd9e00000000
-- 2019-04-18 07:00:44,082 INFO     Thread-323: Started query 494209be6e722634:0de3890900000000
-- 2019-04-18 07:00:44,083 INFO     Thread-407: Started query c04c1968f1cbc3a6:82a1a7d500000000
-- 2019-04-18 07:00:44,083 INFO     Thread-337: Started query a544736203ef290b:3573d6dc00000000
-- 2019-04-18 07:00:44,084 INFO     Thread-335: Started query 21419c49c3231ca4:235400e200000000
-- 2019-04-18 07:00:44,084 INFO     Thread-403: Started query 464313654bd74bc8:17421f6c00000000
-- 2019-04-18 07:00:44,085 INFO     Thread-343: Started query a74ddb924e94a31e:d9dca95d00000000
-- 2019-04-18 07:00:44,085 INFO     Thread-419: Started query 4d4a26d7dd99ebe9:b101cce000000000
-- 2019-04-18 07:00:44,085 INFO     Thread-370: Started query 9e498afeb40cd1c7:f0dc720900000000
-- 2019-04-18 07:00:44,086 INFO     Thread-492: Started query 2346684d9c8fdde9:b14a596300000000
-- 2019-04-18 07:00:44,086 INFO     Thread-470: Started query f443c0217283b687:4ec7c3b800000000
-- 2019-04-18 07:00:44,086 INFO     Thread-357: Started query 23405985cad11de1:64c763a000000000
-- 2019-04-18 07:00:44,086 INFO     Thread-440: Started query 24419cfc7a0521f6:07190ea400000000
-- 2019-04-18 07:00:44,087 INFO     Thread-375: Started query b24eca82daeca2c5:25b3a9ad00000000
-- 2019-04-18 07:00:44,087 INFO     Thread-439: Started query fc4b3ad27e449081:e94621d000000000
-- 2019-04-18 07:00:44,087 INFO     Thread-464: Started query 46448036cf8f7efa:ca5ca1e000000000
-- 2019-04-18 07:00:44,087 INFO     Thread-389: Started query c5453605c71b16d8:9868b06c00000000
-- 2019-04-18 07:00:44,087 INFO     Thread-376: Started query ef4d310cd1a8f9b0:f802905c00000000
-- 2019-04-18 07:00:44,086 INFO     Thread-506: Started query c44d66fd8b3ea0e8:8fe2c4e800000000
-- 2019-04-18 07:00:44,087 INFO     Thread-490: Started query e740d171f66d4be4:e0e87fd400000000
-- 2019-04-18 07:00:44,088 INFO     Thread-395: Started query 354bb92f777a49c7:b215f96600000000
-- 2019-04-18 07:00:44,088 INFO     Thread-355: Started query 4e468c3d448206f5:7171ac4800000000
-- 2019-04-18 07:00:44,088 INFO     Thread-433: Started query cb47059c901883e4:d60eed7e00000000
-- 2019-04-18 07:00:44,088 INFO     Thread-469: Started query af464517fa01d9b7:619bd7d100000000
-- 2019-04-18 07:00:44,087 INFO     Thread-398: Started query 75431bf717d7f618:b377a71d00000000
-- 2019-04-18 07:00:44,085 INFO     Thread-460: Started query 9e49be75e6de6bcf:f2f1734700000000
-- 2019-04-18 07:00:44,088 INFO     Thread-482: Started query 1248c30bb67abc5c:fa15e48300000000
-- 2019-04-18 07:00:44,086 INFO     Thread-472: Started query b3431372b1db992d:59264c0800000000
-- 2019-04-18 07:00:44,089 INFO     Thread-489: Started query 13442d87ab527402:e356864900000000
-- 2019-04-18 07:00:44,089 INFO     Thread-462: Started query eb446bca09f623ee:e05ffb6100000000
-- 2019-04-18 07:00:44,089 INFO     Thread-520: Started query 5e42df8240ffe492:89c7625e00000000
-- 2019-04-18 07:00:44,089 INFO     Thread-519: Started query 184cf0dbbb24914c:582565b600000000
-- 2019-04-18 07:00:44,089 INFO     Thread-450: Started query 9e46c08cc77459a1:7a88227d00000000
-- 2019-04-18 07:00:44,090 INFO     Thread-365: Started query f6400dd0129348e7:c1eada8200000000
-- 2019-04-18 07:00:44,090 INFO     Thread-424: Started query b94036a01c5fe65a:97bc76b400000000
-- 2019-04-18 07:00:44,090 INFO     Thread-443: Started query f34573d001dea595:918639f300000000
-- 2019-04-18 07:00:44,090 INFO     Thread-453: Started query fa4b0a3ce21c88dc:995badc400000000
-- 2019-04-18 07:00:44,090 INFO     Thread-361: Started query 6e47c7db78c4ad6c:46b0f6f100000000
-- 2019-04-18 07:00:44,091 INFO     Thread-441: Started query fc4553f3b83d3049:9ec74c2200000000
-- 2019-04-18 07:00:44,091 INFO     Thread-473: Started query 2948ef609b3fd422:c3f114c400000000
-- 2019-04-18 07:00:44,091 INFO     Thread-378: Started query 564383f781cbf4c1:0e1a8bea00000000
-- 2019-04-18 07:00:44,092 INFO     Thread-446: Started query d54728254003129d:0d7ba10400000000
-- 2019-04-18 07:00:44,092 INFO     Thread-341: Started query 3447aed903b3f9f3:2853287e00000000
-- 2019-04-18 07:00:44,092 INFO     Thread-418: Started query 324d1babef1f6771:4fb3a12b00000000
-- 2019-04-18 07:00:44,092 INFO     Thread-359: Started query f243525e8855e6bf:57cdac1b00000000
-- 2019-04-18 07:00:44,093 INFO     Thread-431: Started query f447d7597086d617:3aaed37000000000
-- 2019-04-18 07:00:44,093 INFO     Thread-349: Started query b846dc379c15b369:10eb958400000000
-- 2019-04-18 07:00:44,094 INFO     Thread-332: Started query db458e4f03935bbb:238d70d100000000
-- 2019-04-18 07:00:44,094 INFO     Thread-504: Started query 974532497fcc06a9:5374d6cd00000000
-- 2019-04-18 07:00:44,094 INFO     Thread-434: Started query fb4498006818d60f:65ee9edc00000000
-- 2019-04-18 07:00:44,095 INFO     Thread-391: Started query fa4a4562345b8b60:c34cf2c600000000
-- 2019-04-18 07:00:44,095 INFO     Thread-338: Started query 6945b19e37126ef2:c327e01000000000
-- 2019-04-18 07:00:44,095 INFO     Thread-428: Started query 1b445d5dbfb16fbf:d2e3bbf200000000
-- 2019-04-18 07:00:44,095 INFO     Thread-379: Started query dc44ce754857e89e:0271f6ac00000000
-- 2019-04-18 07:00:44,095 INFO     Thread-393: Started query 9944e98cb223d986:2164151300000000
-- 2019-04-18 07:00:44,096 INFO     Thread-414: Started query 7f49190a191d1d12:ff6ae8d300000000
-- 2019-04-18 07:00:44,096 INFO     Thread-342: Started query aa4277a5f0f7534f:3e423e9200000000
-- 2019-04-18 07:00:44,097 INFO     Thread-452: Started query a04241d894aa441c:cc39a4d100000000
-- 2019-04-18 07:00:44,097 INFO     Thread-445: Started query a445b6effafdb156:186e524800000000
-- 2019-04-18 07:00:44,096 INFO     Thread-485: Started query 774fa42d9f9d5a60:9d9e570700000000
-- 2019-04-18 07:00:44,097 INFO     Thread-444: Started query 894e2cace2e56502:72ea95a700000000
-- 2019-04-18 07:00:44,097 INFO     Thread-358: Started query 41460e15a01f65ee:d30c82b900000000
-- 2019-04-18 07:00:44,097 INFO     Thread-388: Started query 9b45de940ee4427e:2e93d0d200000000
-- 2019-04-18 07:00:44,097 INFO     Thread-400: Started query 994baab31bbd1072:adb681ec00000000
-- 2019-04-18 07:00:44,098 INFO     Thread-356: Started query b74ac9f5fd1bcedd:752f303600000000
-- 2019-04-18 07:00:44,098 INFO     Thread-495: Started query 694f0c316c2c1690:b75f989600000000
-- 2019-04-18 07:00:44,098 INFO     Thread-386: Started query 0540abd96a9bf531:c7619c9600000000
-- 2019-04-18 07:00:44,098 INFO     Thread-382: Started query 9c4ecfd01d560fae:925998e600000000
-- 2019-04-18 07:00:44,098 INFO     Thread-522: Started query 3e4cf8804c8565ff:f0a0f4a300000000
-- 2019-04-18 07:00:44,098 INFO     Thread-369: Started query 9442bc9fcbe26bc6:0c640d6700000000
-- 2019-04-18 07:00:44,099 INFO     Thread-421: Started query c842e1a429c12147:cd677eaf00000000
-- 2019-04-18 07:00:44,099 INFO     Thread-339: Started query b54cbf26e210d4d5:3e194c2400000000
-- 2019-04-18 07:00:44,099 INFO     Thread-477: Started query c24a753fd57cffab:d65a026300000000
-- 2019-04-18 07:00:44,099 INFO     Thread-427: Started query 0a4fff4b67f42c7c:b848d7db00000000
-- 2019-04-18 07:00:44,099 INFO     Thread-367: Started query c54a849d8f4fe190:0737940a00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: ip-172-31-13-181:21000
-- executing against ip-172-31-13-181:21000
select 1;

-- 2019-04-18 07:00:44,298 INFO     MainThread: Started query 84484df8a0cd6c3f:b9e3e67000000000
-- closing connection to: ip-172-31-13-181:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: ip-172-31-13-181:21001
-- executing against ip-172-31-13-181:21001
select 1;

-- 2019-04-18 07:00:44,360 INFO     MainThread: Started query db4d0b5acf4c857c:6e1b517300000000
-- closing connection to: ip-172-31-13-181:21001
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_native_functions_race[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_thre;
-- connecting to: ip-172-31-13-181:21002
-- executing against ip-172-31-13-181:21002
select 1;

-- 2019-04-18 07:00:44,421 INFO     MainThread: Started query 564d9ada91a64ade:592ecfe500000000
-- closing connection to: ip-172-31-13-181:21002
</system-err></testcase><testcase classname="custom_cluster.test_udf_concurrency.TestUdfConcurrency" file="custom_cluster/test_udf_concurrency.py" line="127" name="test_concurrent_jar_drop_use[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="113.493568182"><system-err>-- 2019-04-18 07:00:44,589 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--fe_service_threads=1000 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
07:00:45 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:00:46 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:00:47 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:00:47 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:00:47 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:00:50 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:00:50 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:00:50 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:00:51 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:00:51 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:00:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:00:52 MainThread: num_known_live_backends has reached value: 3
07:00:52 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:00:52 MainThread: num_known_live_backends has reached value: 3
07:00:53 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:00:53 MainThread: num_known_live_backends has reached value: 3
07:00:53 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:00:53,778 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:00:53,778 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:00:53,779 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:53,781 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:00:53,781 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:00:53,782 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:53,783 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:00:53,783 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:00:53,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:53,785 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:00:53,785 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:00:53,786 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:00:53,787 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4a6b7d0&gt;
-- 2019-04-18 07:00:53,905 INFO     MainThread: Closing active operation
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_concurrent_jar_drop_use_91093fa5` CASCADE;

-- 2019-04-18 07:00:54,011 INFO     MainThread: Started query 04418b19c9467741:b5b0a22b00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_concurrent_jar_drop_use_91093fa5`;

-- 2019-04-18 07:00:54,082 INFO     MainThread: Started query c74596f31bcedb91:c229a39700000000
-- 2019-04-18 07:00:54,084 INFO     MainThread: Created database &quot;test_concurrent_jar_drop_use_91093fa5&quot; for test ID &quot;custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.use_it(string) returns string
                          LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUdf&apos;;

-- 2019-04-18 07:00:56,582 INFO     MainThread: Started query 564a4fd7026c2a30:a897acb600000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_0() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:00:57,081 INFO     MainThread: Started query e547a46b33e118bb:802b6cd800000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_1() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:00:57,581 INFO     MainThread: Started query 1144f5d1a70c13e0:0d45cf4400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_2() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:00:58,081 INFO     MainThread: Started query 2f4d2b2d1d02bef8:f32c5a7200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_3() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:00:58,581 INFO     MainThread: Started query aa4f3f379522d0af:6e6a4c6d00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_4() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:00:59,081 INFO     MainThread: Started query 684e085e0693c162:1cd2bc5c00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_5() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:00:59,581 INFO     MainThread: Started query 9c46695c2bd8f467:074a6eb700000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_6() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:00,081 INFO     MainThread: Started query 644906f555867b81:3f986ec800000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_7() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:00,581 INFO     MainThread: Started query e349ae1dc82cca80:0b9db20400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_8() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:01,081 INFO     MainThread: Started query 36475241e1ba0dd4:0f49c8b200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_9() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:01,581 INFO     MainThread: Started query 014c6345d1124ed9:d3ebb8fe00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_10() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:02,081 INFO     MainThread: Started query 454d93285b6d5ba2:6be6fe1300000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_11() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:02,581 INFO     MainThread: Started query 784e37e9052d4b8b:af3ba79f00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_12() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:03,081 INFO     MainThread: Started query d24993c51073fdc4:a2770c6500000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_13() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:03,581 INFO     MainThread: Started query a34f16f90a4f67fc:c020a1a100000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_14() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:04,081 INFO     MainThread: Started query 2d498869cc3bf474:334f3fd600000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_15() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:04,581 INFO     MainThread: Started query b1417fcf207926b0:32e883e500000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_16() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:05,081 INFO     MainThread: Started query 1246d69b27caa621:ccf1da8f00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_17() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:05,581 INFO     MainThread: Started query 0343eecc5fff896c:02f443d000000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_18() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:06,081 INFO     MainThread: Started query bf47775606a2af8e:fe21308700000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_19() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:06,581 INFO     MainThread: Started query e6440572f7f6082e:dabbf51b00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_20() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:07,081 INFO     MainThread: Started query df4db49def9d0295:f253f41100000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_21() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:07,581 INFO     MainThread: Started query a041883b2ae43d59:4a7ff37800000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_22() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:08,081 INFO     MainThread: Started query 8e4f9df0a9c1f11f:d579624400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_23() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:08,581 INFO     MainThread: Started query 8e4ccf17b5257142:fad031a400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_24() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:09,082 INFO     MainThread: Started query af426fa0a8f65116:b496d3b500000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_25() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:09,581 INFO     MainThread: Started query 2d4893f1d1449645:d9004eaa00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_26() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:10,081 INFO     MainThread: Started query 854423c9f4c9c3fe:43f3c7dd00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_27() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:10,581 INFO     MainThread: Started query 1e4620c27514afc1:29ae219300000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_28() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:11,081 INFO     MainThread: Started query 594ef185da0b4d07:d145dcf600000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_29() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:11,581 INFO     MainThread: Started query d440ba3616100a78:6ae3f4f000000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_30() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:12,081 INFO     MainThread: Started query 3342a9c83da333b7:ff9b40e800000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_31() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:12,581 INFO     MainThread: Started query f3480162f19b6088:9e94b5c400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_32() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:13,081 INFO     MainThread: Started query 5b42f79323ece1e8:0f114e0000000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_33() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:13,581 INFO     MainThread: Started query c7468590d3965c47:63fb3b4a00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_34() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:14,082 INFO     MainThread: Started query 6443f2b333aed3b6:bc1c469400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_35() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:14,581 INFO     MainThread: Started query 9a4d895c57e42755:44bdbdce00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_36() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:15,081 INFO     MainThread: Started query 934ab119c43e8c32:34a6eb3900000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_37() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:15,581 INFO     MainThread: Started query 734f6fbdfcb55cb5:e9d7fbb400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_38() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:16,081 INFO     MainThread: Started query 59494578fb56a25c:b81ce95000000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_39() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:16,581 INFO     MainThread: Started query e447db59962bdd01:e27cc7b200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_40() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:17,081 INFO     MainThread: Started query e44003c1c931be7a:afc1f29600000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_41() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:17,581 INFO     MainThread: Started query 884e4259921560df:3a12fb8400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_42() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:18,081 INFO     MainThread: Started query ca422b92aae1464b:af0daceb00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_43() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:18,581 INFO     MainThread: Started query 4b4bdea86cb25eb9:8b65616600000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_44() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:19,081 INFO     MainThread: Started query d7498d14aa9a76b1:65f4332400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_45() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:19,581 INFO     MainThread: Started query 0c446ded4d0f393d:e943f9ad00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_46() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:20,081 INFO     MainThread: Started query a34438effd2610ad:9c0c96e100000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_47() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:20,581 INFO     MainThread: Started query f741d45d2e7c5bac:324dbc8100000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_48() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:21,081 INFO     MainThread: Started query e848585785662b26:ef3a928300000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_49() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:21,582 INFO     MainThread: Started query 39479295008fc74e:9fa4fb8200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_50() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:22,081 INFO     MainThread: Started query 254c17d5358ece47:6016800000000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_51() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:22,581 INFO     MainThread: Started query 974f0f53ced228cd:9868540000000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_52() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:23,081 INFO     MainThread: Started query 704d88eafd664168:c6a2340f00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_53() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:23,582 INFO     MainThread: Started query fa4c6a6fc1d13065:f212add400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_54() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:24,081 INFO     MainThread: Started query 0d44d2e191aaa63e:c95dd83e00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_55() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:24,581 INFO     MainThread: Started query 25437b9d7d074099:8cba31a200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_56() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:25,081 INFO     MainThread: Started query b843ce1bdb7e239c:4ce0764b00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_57() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:25,581 INFO     MainThread: Started query ea4436594ce11e6e:3027758900000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_58() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:26,081 INFO     MainThread: Started query 6144002832678145:78b16c0b00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_59() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:26,581 INFO     MainThread: Started query 0241987ed746733c:07cbcc8e00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_60() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:27,081 INFO     MainThread: Started query 8b4fe7e1d85e09fb:7982774300000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_61() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:27,581 INFO     MainThread: Started query 0a41b2511df214ad:4e519ad400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_62() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:28,081 INFO     MainThread: Started query ee4ea2bf302d95d1:2bcd2c0e00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_63() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:28,581 INFO     MainThread: Started query 184d0e28d22f86ca:d96749f400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_64() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:29,080 INFO     MainThread: Started query 8c4950b86b1b8226:ee2022f900000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_65() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:29,581 INFO     MainThread: Started query bd49c1094f0ce758:571eaa9400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_66() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:30,081 INFO     MainThread: Started query 774e0670ad4ecfba:a364f35500000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_67() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:30,581 INFO     MainThread: Started query fa49426ab9348ef9:5e94887200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_68() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:31,081 INFO     MainThread: Started query d344b8b939c7e251:406d22cd00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_69() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:31,581 INFO     MainThread: Started query e54f0d5ccd1d5e78:9ca1ac1200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_70() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:32,081 INFO     MainThread: Started query d1472d5d4f509028:5e8a555c00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_71() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:32,581 INFO     MainThread: Started query 66478a7693d99281:8097214200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_72() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:33,081 INFO     MainThread: Started query a447947a8c3f154b:2c5959f500000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_73() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:33,580 INFO     MainThread: Started query 3e4dd28d8454a54b:92d537bb00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_74() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:34,081 INFO     MainThread: Started query 7349601cfd14fc6f:d53dd41800000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_75() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:34,581 INFO     MainThread: Started query 3c4b7cd6fd9f2c0a:eca1446700000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_76() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:35,082 INFO     MainThread: Started query 77400e32acb2f314:58d29b5100000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_77() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:35,581 INFO     MainThread: Started query 5c4f836b2d0ce235:b231bb6200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_78() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:36,081 INFO     MainThread: Started query 0142d629ce897f1c:b187087d00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_79() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:36,581 INFO     MainThread: Started query 974db1b686351679:0dd35e7b00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_80() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:37,081 INFO     MainThread: Started query 12419e4bc6574ada:e2bd6b5000000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_81() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:37,581 INFO     MainThread: Started query 7e4df5d4b2b486ed:2c20de2200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_82() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:38,081 INFO     MainThread: Started query 5449977710d5f12f:230d0ebe00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_83() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:38,581 INFO     MainThread: Started query d74241f1d7a44173:76de35ca00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_84() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:39,081 INFO     MainThread: Started query a94503eebec24da5:e86a8a0400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_85() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:39,581 INFO     MainThread: Started query 5343aa7a494f78a5:4e22a23600000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_86() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:40,081 INFO     MainThread: Started query ec419e42487533ac:c5ed8df700000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_87() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:40,581 INFO     MainThread: Started query f14bab3c09b5c787:eb55db9f00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_88() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:41,081 INFO     MainThread: Started query 994507fc32134156:00a0e54400000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_89() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:41,581 INFO     MainThread: Started query 7148db3c4994a4f9:e840bd7700000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_90() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:42,081 INFO     MainThread: Started query 7843e3d7edbcd304:200a9a0200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_91() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:42,581 INFO     MainThread: Started query 3e476f991c2834d2:e20ffc1e00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_92() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:43,081 INFO     MainThread: Started query 174bd6b397308087:b2983b6200000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_93() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:43,581 INFO     MainThread: Started query 0b4d4fdfe14794f7:a05a7a1d00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_94() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:44,081 INFO     MainThread: Started query d4480712907f0fab:8e9da57b00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_95() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:44,581 INFO     MainThread: Started query fb467b978331d8c3:6877d22c00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_96() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:45,082 INFO     MainThread: Started query 8c4ef298d1975174:e77c743800000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_97() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:45,581 INFO     MainThread: Started query ff48c94946961bd4:ff30917300000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_98() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:46,081 INFO     MainThread: Started query e249a75d57035e77:100dfe7e00000000
-- executing against localhost:21000
create function test_concurrent_jar_drop_use_91093fa5.foo_99() returns string
                           LOCATION &apos;/test-warehouse/test_concurrent_jar_drop_use_91093fa5.db/impala-hive-udfs.jar&apos; SYMBOL=&apos;org.apache.impala.TestUpdateUdf&apos;;

-- 2019-04-18 07:01:46,581 INFO     MainThread: Started query c144f1502ad482c0:b384877d00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_1();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_54();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_64();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_99();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_22();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_47();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_65();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_32();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_24();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_98();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_7();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_69();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_75();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_38();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_63();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_3();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_42();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_87();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_56();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_89();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_6();

-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_86();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_34();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_91();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_76();

-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_28();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_18();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_50();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_90();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_79();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_53();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_20();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_2();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_55();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_52();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_93();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_19();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_25();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_35();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_29();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_9();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_80();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_37();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_94();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_78();

-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_81();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_36();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_70();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_43();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_71();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_16();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_96();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_21();

-- 2019-04-18 07:01:48,176 INFO     Thread-624: Started query 534d4d6c31ea783a:c66ab37200000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_48();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_83();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_67();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_66();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_46();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_30();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_44();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_10();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_51();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_5();

-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_85();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_74();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_31();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_73();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_0();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_41();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_39();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_61();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_57();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_13();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_17();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_97();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_11();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_77();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_12();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_26();

-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_88();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_40();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_33();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_45();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_59();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_60();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_14();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_15();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_58();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_62();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_95();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_27();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_4();

-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_68();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_8();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_49();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_23();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_84();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_82();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_92();

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop function if exists test_concurrent_jar_drop_use_91093fa5.foo_72();

-- 2019-04-18 07:01:48,680 INFO     Thread-693: Started query 74488b040eea81b2:a11a32f800000000
-- 2019-04-18 07:01:49,175 INFO     Thread-659: Started query 7f4733f96a6b54fe:e1a42ed600000000
-- 2019-04-18 07:01:49,675 INFO     Thread-701: Started query 3241bf32640cb994:712869b600000000
-- 2019-04-18 07:01:50,177 INFO     Thread-704: Started query d9400b52cad8bff7:012ff6c300000000
-- 2019-04-18 07:01:50,676 INFO     Thread-717: Started query c94a4b74eb838e04:4f7522c300000000
-- 2019-04-18 07:01:51,175 INFO     Thread-660: Started query 5448683594448f54:6976157700000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- 2019-04-18 07:01:51,678 INFO     Thread-703: Started query aa4e7b64b9cf7482:4eb4ac8300000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- 2019-04-18 07:01:52,226 INFO     Thread-632: Started query f8491edc179bb09f:f465d33d00000000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

SET client_identifier=custom_cluster/test_udf_concurrency.py::TestUdfConcurrency::()::test_concurrent_jar_drop_use[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_th;
-- connecting to: localhost:21000
-- executing against localhost:21000
select * from (select max(int_col) from functional.alltypesagg
                where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) = &apos;blah&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(String_col) &gt; &apos;1&apos; union all
                (select max(int_col) from functional.alltypesagg
                 where test_concurrent_jar_drop_use_91093fa5.use_it(string_col) &gt; &apos;1&apos;))) v;

-- 2019-04-18 07:01:52,768 INFO     Thread-652: Started query 264565109614bb0e:cecedb4600000000
-- 2019-04-18 07:01:53,050 INFO     Thread-541: Started query 254cb884c54ae412:b5c5f34f00000000
-- 2019-04-18 07:01:53,058 INFO     Thread-603: Started query d04812b6f20f948c:80697c8b00000000
-- 2019-04-18 07:01:53,069 INFO     Thread-550: Started query f44a8afc29cbede9:0761ca8100000000
-- 2019-04-18 07:01:53,093 INFO     Thread-542: Started query 8d4cab06f8ce7237:592defa900000000
-- 2019-04-18 07:01:53,095 INFO     Thread-524: Started query 4f49bf40afe611d4:e9fd68ce00000000
-- 2019-04-18 07:01:53,096 INFO     Thread-610: Started query 1f476096c319eb1f:58a63d2300000000
-- 2019-04-18 07:01:53,096 INFO     Thread-608: Started query 984c8f46924362bc:ec9de03b00000000
-- 2019-04-18 07:01:53,096 INFO     Thread-589: Started query df40f9cd212d8a90:4cfb07b200000000
-- 2019-04-18 07:01:53,119 INFO     Thread-584: Started query d142d33e6a3363b9:c5fe0de300000000
-- 2019-04-18 07:01:53,122 INFO     Thread-618: Started query 9942517e3ab0b9fa:5126118800000000
-- 2019-04-18 07:01:53,135 INFO     Thread-582: Started query 634473627e2287cd:3f37f23b00000000
-- 2019-04-18 07:01:53,135 INFO     Thread-580: Started query ca4a7d8da660685e:7dd7dff900000000
-- 2019-04-18 07:01:53,136 INFO     Thread-564: Started query 1e427092f6fbd558:507969ee00000000
-- 2019-04-18 07:01:53,166 INFO     Thread-579: Started query 044cb71a6541fa6a:c881f0d700000000
-- 2019-04-18 07:01:53,186 INFO     Thread-596: Started query 9747eb11f2c0c504:2ceb276100000000
-- 2019-04-18 07:01:53,191 INFO     Thread-553: Started query 7b42426a692e8ab3:7019895700000000
-- 2019-04-18 07:01:53,191 INFO     Thread-620: Started query fb43880a245a6644:0c35e05700000000
-- 2019-04-18 07:01:53,191 INFO     Thread-526: Started query 514173c0a2caed95:dbd3385e00000000
-- 2019-04-18 07:01:53,201 INFO     Thread-557: Started query 3844d2600da090ea:4134016800000000
-- 2019-04-18 07:01:53,207 INFO     Thread-532: Started query b144d6512ed221d6:673137d900000000
-- 2019-04-18 07:01:53,224 INFO     Thread-528: Started query 3a403c8acbaa4e9e:3ea3aed100000000
-- 2019-04-18 07:01:53,298 INFO     Thread-538: Started query 724a36bb0db0144a:f161a58700000000
-- 2019-04-18 07:01:53,306 INFO     Thread-551: Started query 4b44d3ef77ba6059:175a144a00000000
-- 2019-04-18 07:01:53,310 INFO     Thread-556: Started query 324bfc80ea37c9a8:c9ae94c100000000
-- 2019-04-18 07:01:53,312 INFO     Thread-585: Started query 3a4c4f795d9c50e4:d450431000000000
-- 2019-04-18 07:01:53,312 INFO     Thread-600: Started query 5c4665efef6adeca:8b13b31300000000
-- 2019-04-18 07:01:53,313 INFO     Thread-592: Started query ef4aac5d16012532:62840c5200000000
-- 2019-04-18 07:01:53,313 INFO     Thread-523: Started query d14e475a626ce4e6:67497d8800000000
-- 2019-04-18 07:01:53,315 INFO     Thread-531: Started query 7b4654ef5f2919ca:d0c2f2bb00000000
-- 2019-04-18 07:01:53,342 INFO     Thread-619: Started query ff4e702ab5189fbb:e2167fa000000000
-- 2019-04-18 07:01:53,346 INFO     Thread-598: Started query 8f4311a6833d1e0e:0661caaa00000000
-- 2019-04-18 07:01:53,346 INFO     Thread-525: Started query e342b631ae329087:055c06da00000000
-- 2019-04-18 07:01:53,347 INFO     Thread-577: Started query 524d17805f1bf07f:a305ce7200000000
-- 2019-04-18 07:01:53,347 INFO     Thread-586: Started query f140c52160d8f7d9:9c48ca4300000000
-- 2019-04-18 07:01:53,355 INFO     Thread-535: Started query ea4a6c2f8b85cd2d:19303ea500000000
-- 2019-04-18 07:01:53,355 INFO     Thread-529: Started query e840e713b6ab5305:9134855c00000000
-- 2019-04-18 07:01:53,359 INFO     Thread-602: Started query 2b456569e6fdd471:3b55c3f700000000
-- 2019-04-18 07:01:53,361 INFO     Thread-574: Started query e04b3201316e62c0:7e18c29d00000000
-- 2019-04-18 07:01:53,361 INFO     Thread-609: Started query 0c42867d82307da9:3a886b2800000000
-- 2019-04-18 07:01:53,361 INFO     Thread-590: Started query 8143190e7016f094:88fab8a900000000
-- 2019-04-18 07:01:53,373 INFO     Thread-544: Started query 8241a06b0b2820f7:c892025c00000000
-- 2019-04-18 07:01:53,373 INFO     Thread-570: Started query d64bbd0f8db382e2:554e73e200000000
-- 2019-04-18 07:01:53,374 INFO     Thread-533: Started query 894b66b3f42ee9d2:4b4b7d3d00000000
-- 2019-04-18 07:01:53,374 INFO     Thread-588: Started query 55494b13a7d6fe0b:2172b5e800000000
-- 2019-04-18 07:01:53,375 INFO     Thread-569: Started query 2c4f56c2aaf76592:3397be5300000000
-- 2019-04-18 07:01:53,376 INFO     Thread-571: Started query 6946a8f77b6bb383:5c969a1500000000
-- 2019-04-18 07:01:53,376 INFO     Thread-555: Started query 234fb1262f181f2c:f1ae5fb100000000
-- 2019-04-18 07:01:53,376 INFO     Thread-594: Started query aa49d59dd8e7f6c2:27d8c17400000000
-- 2019-04-18 07:01:53,377 INFO     Thread-573: Started query 21492a06959b1a7d:c9c9e7cb00000000
-- 2019-04-18 07:01:53,376 INFO     Thread-565: Started query e84b9a819c0e667b:8c3ce0b500000000
-- 2019-04-18 07:01:53,377 INFO     Thread-567: Started query 564e897774b35ee2:b43847ba00000000
-- 2019-04-18 07:01:53,377 INFO     Thread-534: Started query d845922c80b2a024:cac714d900000000
-- 2019-04-18 07:01:53,378 INFO     Thread-578: Started query 3b48214fc1dbdcee:0a91ca6700000000
-- 2019-04-18 07:01:53,378 INFO     Thread-621: Started query 1944402a5c6a1817:7c73a37b00000000
-- 2019-04-18 07:01:53,378 INFO     Thread-622: Started query 7e45553ae17f06b9:d5ac818600000000
-- 2019-04-18 07:01:53,378 INFO     Thread-536: Started query d64cc6156ee002cb:a278fa2800000000
-- 2019-04-18 07:01:53,379 INFO     Thread-605: Started query 6b4a25420b20d02a:12f3d7ff00000000
-- 2019-04-18 07:01:53,377 INFO     Thread-616: Started query 224c0bc350aca09e:c98f77ac00000000
-- 2019-04-18 07:01:53,387 INFO     Thread-552: Started query d44e10bc1f3fd13c:95830b9400000000
-- 2019-04-18 07:01:53,379 INFO     Thread-595: Started query c04589ccd2226417:356a301900000000
-- 2019-04-18 07:01:53,380 INFO     Thread-583: Started query ce49bfcfc0b05095:8b86ec5900000000
-- 2019-04-18 07:01:53,380 INFO     Thread-560: Started query 4940e82c8832cdb8:8f14ff3d00000000
-- 2019-04-18 07:01:53,380 INFO     Thread-572: Started query 9340e0c73c555856:a372975900000000
-- 2019-04-18 07:01:53,394 INFO     Thread-576: Started query 574c14911970b64c:74442e0200000000
-- 2019-04-18 07:01:53,386 INFO     Thread-527: Started query 2d4ee31d28ecc759:fe76f6ed00000000
-- 2019-04-18 07:01:53,387 INFO     Thread-562: Started query c34b23ee00e0115e:fe72d92500000000
-- 2019-04-18 07:01:53,387 INFO     Thread-554: Started query c844a6c6b42401b3:1ba905fc00000000
-- 2019-04-18 07:01:53,387 INFO     Thread-615: Started query 5043ab595492fe60:efd8e01900000000
-- 2019-04-18 07:01:53,387 INFO     Thread-606: Started query f94776e24cc29565:30ec1c2200000000
-- 2019-04-18 07:01:53,387 INFO     Thread-591: Started query 3046e55756a706ef:b8a7cb7500000000
-- 2019-04-18 07:01:53,379 INFO     Thread-601: Started query 784a63bde344796d:5c6a9f2600000000
-- 2019-04-18 07:01:53,389 INFO     Thread-599: Started query 4b4cfe94361cc030:4e1c601d00000000
-- 2019-04-18 07:01:53,389 INFO     Thread-612: Started query 9041abf9e17b60c1:a8cfec6a00000000
-- 2019-04-18 07:01:53,390 INFO     Thread-604: Started query cf482e75b9597c63:17ae1ff800000000
-- 2019-04-18 07:01:53,390 INFO     Thread-607: Started query 9f48528407e69eb0:37d7f1ab00000000
-- 2019-04-18 07:01:53,390 INFO     Thread-566: Started query 3d46550e25978b75:552d955000000000
-- 2019-04-18 07:01:53,391 INFO     Thread-613: Started query 2147b9c20e35c25f:3b320e5d00000000
-- 2019-04-18 07:01:53,391 INFO     Thread-614: Started query 2c43907bc19ab8a6:414a849900000000
-- 2019-04-18 07:01:53,391 INFO     Thread-539: Started query be4d83bd9240c68b:7b61756300000000
-- 2019-04-18 07:01:53,391 INFO     Thread-561: Started query 0645c9ea2fd49aef:b67fc9f000000000
-- 2019-04-18 07:01:53,391 INFO     Thread-587: Started query b14220a68fd9974e:19b047b500000000
-- 2019-04-18 07:01:53,391 INFO     Thread-549: Started query bc4fb632bac842ca:393b798800000000
-- 2019-04-18 07:01:53,392 INFO     Thread-611: Started query 7344872c162910bf:f326825b00000000
-- 2019-04-18 07:01:53,392 INFO     Thread-597: Started query 034b0dee425f2358:5079a1c100000000
-- 2019-04-18 07:01:53,392 INFO     Thread-581: Started query c0417614de4bb768:ecd3a79600000000
-- 2019-04-18 07:01:53,392 INFO     Thread-530: Started query 7f438097ce4fba44:1b1734f200000000
-- 2019-04-18 07:01:53,392 INFO     Thread-568: Started query f148913c090a30d2:50bffbc300000000
-- 2019-04-18 07:01:53,391 INFO     Thread-575: Started query 5544dd546962e30a:8817e6b800000000
-- 2019-04-18 07:01:53,390 INFO     Thread-540: Started query 584d8c4bf67c4868:b21ebe8a00000000
-- 2019-04-18 07:01:53,393 INFO     Thread-617: Started query 8d4663d4c86d0ab0:0807acf300000000
-- 2019-04-18 07:01:53,393 INFO     Thread-537: Started query 3d407d6abfc3e9ec:a63d708e00000000
-- 2019-04-18 07:01:53,393 INFO     Thread-543: Started query a74d9eb6a37f90a7:1b1b460500000000
-- 2019-04-18 07:01:53,393 INFO     Thread-558: Started query 784e6802c439ad08:911e0d4400000000
-- 2019-04-18 07:01:53,394 INFO     Thread-548: Started query 014d80f81bb82d90:74f0803100000000
-- 2019-04-18 07:01:53,394 INFO     Thread-563: Started query 40416d9a481684d1:1671ca7f00000000
-- 2019-04-18 07:01:53,394 INFO     Thread-547: Started query 4b463172c8853b5b:c89e23d700000000
-- 2019-04-18 07:01:53,395 INFO     Thread-593: Started query a14e96c6a528ce55:9d368a5400000000
-- 2019-04-18 07:01:53,384 INFO     Thread-559: Started query a9487bfd4106de26:d19bf66a00000000
-- 2019-04-18 07:01:53,400 INFO     Thread-546: Started query 364951f3d6b658d2:6311cd3c00000000
-- 2019-04-18 07:01:53,406 INFO     Thread-545: Started query e942c15560fa9ad8:5f6ca06600000000
-- 2019-04-18 07:01:53,555 INFO     Thread-658: Started query 1141000fbfa3238f:539df8cf00000000
-- 2019-04-18 07:01:54,323 INFO     Thread-648: Started query cf46f578072022b4:46c18c0300000000
-- 2019-04-18 07:01:54,406 INFO     Thread-642: Started query 254672f8819ee800:dfb35a2500000000
-- 2019-04-18 07:01:55,060 INFO     Thread-716: Started query f748236c008af487:a6e5ae2600000000
-- 2019-04-18 07:01:55,939 INFO     Thread-675: Started query 39409f27a36dcada:9a5798d100000000
-- 2019-04-18 07:01:55,973 INFO     Thread-678: Started query f746fc601203cc7c:2104545700000000
-- 2019-04-18 07:01:56,716 INFO     Thread-625: Started query 044807c4bb202da4:3cba02aa00000000
-- 2019-04-18 07:01:57,179 INFO     Thread-643: Started query 1d48c0072d047339:6cde4d3d00000000
-- 2019-04-18 07:01:57,472 INFO     Thread-676: Started query 074863a7f14f7cb8:09291ca700000000
-- 2019-04-18 07:01:58,026 INFO     Thread-702: Started query 5649a0ca82ce251f:eec9fcbf00000000
-- 2019-04-18 07:01:58,801 INFO     Thread-713: Started query d54ad6b233e68df9:b066a06b00000000
-- 2019-04-18 07:01:59,031 INFO     Thread-673: Started query 2745eacb16e0eb6b:0c01bd8500000000
-- 2019-04-18 07:01:59,345 INFO     Thread-641: Started query 724a6bd0fe0497eb:8624858f00000000
-- 2019-04-18 07:01:59,729 INFO     Thread-651: Started query d04045820f7d8b57:2a81f25600000000
-- 2019-04-18 07:02:00,174 INFO     Thread-699: Started query d34589602551609b:eb2ed3a400000000
-- 2019-04-18 07:02:00,679 INFO     Thread-714: Started query 2244eb2029c939bd:b9cdfc1c00000000
-- 2019-04-18 07:02:01,173 INFO     Thread-657: Started query 854696630792aa31:cbaa9bea00000000
-- 2019-04-18 07:02:01,676 INFO     Thread-709: Started query 0140b99b32574f49:734f97be00000000
-- 2019-04-18 07:02:02,178 INFO     Thread-629: Started query 2d4b6ee5f86ddd4e:09ccd3f300000000
-- 2019-04-18 07:02:02,674 INFO     Thread-712: Started query 3a4b95356aae3a8a:b832e5e500000000
-- 2019-04-18 07:02:03,174 INFO     Thread-679: Started query a94e6e7893e2325f:78671a6700000000
-- 2019-04-18 07:02:03,676 INFO     Thread-710: Started query e94c3b72b9a40aba:061a53b300000000
-- 2019-04-18 07:02:04,178 INFO     Thread-665: Started query c94093bf8cd3cb57:c79ac02000000000
-- 2019-04-18 07:02:04,674 INFO     Thread-626: Started query 9645307318556eb1:ed50127200000000
-- 2019-04-18 07:02:05,175 INFO     Thread-686: Started query dd4385a4435525eb:a18bd8e700000000
-- 2019-04-18 07:02:05,676 INFO     Thread-661: Started query c8421c923375162d:6746f54b00000000
-- 2019-04-18 07:02:06,177 INFO     Thread-698: Started query b3461be01d557d04:8bb6817d00000000
-- 2019-04-18 07:02:06,675 INFO     Thread-692: Started query 9e4a1ffef6c49565:7194079600000000
-- 2019-04-18 07:02:07,176 INFO     Thread-630: Started query 454ff633fb11e2ff:a62fae9400000000
-- 2019-04-18 07:02:07,677 INFO     Thread-721: Started query 10491bbdfc5f2498:3daeacfe00000000
-- 2019-04-18 07:02:08,177 INFO     Thread-647: Started query 59472ee7870a4de8:ab81132600000000
-- 2019-04-18 07:02:08,675 INFO     Thread-655: Started query b34367ac270fc99c:274b409200000000
-- 2019-04-18 07:02:09,178 INFO     Thread-688: Started query 2945d7c2fea2e758:93f537c000000000
-- 2019-04-18 07:02:09,674 INFO     Thread-670: Started query 984482b6021f01d1:68de08a600000000
-- 2019-04-18 07:02:10,175 INFO     Thread-645: Started query 0e496ddd27e2f9b3:843b6f4700000000
-- 2019-04-18 07:02:10,677 INFO     Thread-722: Started query c04f4e2a0ec40291:8468e4e500000000
-- 2019-04-18 07:02:11,177 INFO     Thread-687: Started query 624005e0db1260a2:c39a965900000000
-- 2019-04-18 07:02:11,676 INFO     Thread-677: Started query 62438509d624604b:4e6c1a9900000000
-- 2019-04-18 07:02:12,178 INFO     Thread-695: Started query 914dcc171c0d56df:882d05c100000000
-- 2019-04-18 07:02:12,676 INFO     Thread-715: Started query 134e7db9bb4a5ea1:0b692d4300000000
-- 2019-04-18 07:02:13,177 INFO     Thread-705: Started query eb4f800d65ad6d64:ce1ac9a900000000
-- 2019-04-18 07:02:13,678 INFO     Thread-707: Started query d643c15a6263d510:9a2a454a00000000
-- 2019-04-18 07:02:14,175 INFO     Thread-646: Started query e142808cd10ba54d:21ffd0cd00000000
-- 2019-04-18 07:02:14,675 INFO     Thread-672: Started query 094586c5ad08c326:d9f1910800000000
-- 2019-04-18 07:02:15,177 INFO     Thread-631: Started query 074f4f7da42917d5:a887577400000000
-- 2019-04-18 07:02:15,677 INFO     Thread-691: Started query 584f0eea3e8fa2ce:e903051b00000000
-- 2019-04-18 07:02:16,177 INFO     Thread-627: Started query 19454b104a67100d:b051198300000000
-- 2019-04-18 07:02:16,675 INFO     Thread-650: Started query e0412a642179e76a:482fe15000000000
-- 2019-04-18 07:02:17,177 INFO     Thread-718: Started query d94d298402061916:f7a3a32600000000
-- 2019-04-18 07:02:17,676 INFO     Thread-685: Started query a7449faf6a86f530:510604b600000000
-- 2019-04-18 07:02:18,176 INFO     Thread-681: Started query 784779e808768d85:0ea098b500000000
-- 2019-04-18 07:02:18,677 INFO     Thread-638: Started query d5432012c7ffb3ad:65ed6eed00000000
-- 2019-04-18 07:02:19,176 INFO     Thread-637: Started query 2545885d699f0115:b991405e00000000
-- 2019-04-18 07:02:19,675 INFO     Thread-683: Started query 7c4a3d745b06f05b:494098d600000000
-- 2019-04-18 07:02:20,175 INFO     Thread-682: Started query d64d1f4e75432b26:fa9e01ad00000000
-- 2019-04-18 07:02:20,678 INFO     Thread-668: Started query e74b076e7000f53c:da560ab900000000
-- 2019-04-18 07:02:21,176 INFO     Thread-656: Started query 5b4b4f13b03f6e22:afa55f9d00000000
-- 2019-04-18 07:02:21,676 INFO     Thread-663: Started query ea4a604101df815e:f01ca97500000000
-- 2019-04-18 07:02:22,176 INFO     Thread-711: Started query c940ef3d07ed17d4:cf67d84700000000
-- 2019-04-18 07:02:22,676 INFO     Thread-649: Started query 4345f15e8d33a6c7:035c84e400000000
-- 2019-04-18 07:02:23,172 INFO     Thread-635: Started query 0c4ca2d576f8b498:0e39088900000000
-- 2019-04-18 07:02:23,674 INFO     Thread-700: Started query 0f4264a8c8ca9f14:5d9e795e00000000
-- 2019-04-18 07:02:24,175 INFO     Thread-634: Started query 654ca0839ff513c0:69b11a6f00000000
-- 2019-04-18 07:02:24,676 INFO     Thread-720: Started query cb4fe844a9931815:f397834200000000
-- 2019-04-18 07:02:25,176 INFO     Thread-640: Started query a941ea72eee7eb1b:da344e8100000000
-- 2019-04-18 07:02:25,675 INFO     Thread-636: Started query 7d42671679fcebaa:3e55489600000000
-- 2019-04-18 07:02:26,173 INFO     Thread-680: Started query 55465f1586839384:84ca42d300000000
-- 2019-04-18 07:02:26,675 INFO     Thread-684: Started query 4c44dea55576d456:2c4d17ea00000000
-- 2019-04-18 07:02:27,174 INFO     Thread-662: Started query de44d844d385f292:60300d2800000000
-- 2019-04-18 07:02:27,675 INFO     Thread-664: Started query 2744a215e1a1db90:b3a1b55600000000
-- 2019-04-18 07:02:28,174 INFO     Thread-623: Started query e2479bb36243a87f:b049c0d900000000
-- 2019-04-18 07:02:28,676 INFO     Thread-696: Started query a04056761817b3e3:6598957800000000
-- 2019-04-18 07:02:29,172 INFO     Thread-654: Started query 734370dfa4975d02:d0d9943900000000
-- 2019-04-18 07:02:29,677 INFO     Thread-697: Started query 3c4961e39d8ae5f1:bf7db2c900000000
-- 2019-04-18 07:02:30,174 INFO     Thread-708: Started query 06450b95633bbf46:3428fca900000000
-- 2019-04-18 07:02:30,675 INFO     Thread-628: Started query 0c42c712f0d8e9f8:b62672e100000000
-- 2019-04-18 07:02:31,174 INFO     Thread-674: Started query 4f4dfe20042fc20d:100296eb00000000
-- 2019-04-18 07:02:31,675 INFO     Thread-633: Started query f84856e65088ecd2:946a3bd600000000
-- 2019-04-18 07:02:32,174 INFO     Thread-667: Started query d34deebbe7933e9b:560fd41100000000
-- 2019-04-18 07:02:32,678 INFO     Thread-653: Started query a64eb3052960249a:1a5b115000000000
-- 2019-04-18 07:02:33,174 INFO     Thread-669: Started query 634b3f49c6f19f52:8d19e92300000000
-- 2019-04-18 07:02:33,676 INFO     Thread-689: Started query f748eb233aad68df:9aa98fa200000000
-- 2019-04-18 07:02:34,175 INFO     Thread-690: Started query bd4ac1db63f8ead8:cd49082f00000000
-- 2019-04-18 07:02:34,677 INFO     Thread-706: Started query d94fbbffaa7a11ff:131353fd00000000
-- 2019-04-18 07:02:35,174 INFO     Thread-671: Started query 3b417bf45f2ea1cb:0170660400000000
-- 2019-04-18 07:02:35,676 INFO     Thread-644: Started query 894dbb47482624cf:3d63524500000000
-- 2019-04-18 07:02:36,175 INFO     Thread-719: Started query e34fd7817068e9ce:fac871cb00000000
-- 2019-04-18 07:02:36,674 INFO     Thread-639: Started query fe44333427c5e369:85b6016e00000000
-- 2019-04-18 07:02:37,174 INFO     Thread-694: Started query 154a4e9b25beca5c:e779720900000000
-- 2019-04-18 07:02:37,676 INFO     Thread-666: Started query 8a43af5462d23330:e215833a00000000
</system-err></testcase><testcase classname="custom_cluster.test_web_pages.TestWebPage" file="custom_cluster/test_web_pages.py" line="25" name="test_varz_hidden_variables" time="9.34001779556"><system-err>-- 2019-04-18 07:02:38,090 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--enable_extended_memory_metrics=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
07:02:38 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:02:39 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:02:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:02:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:02:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:02:43 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:02:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:02:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:02:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:02:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:02:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:02:45 MainThread: num_known_live_backends has reached value: 3
07:02:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:02:46 MainThread: num_known_live_backends has reached value: 3
07:02:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:02:46 MainThread: num_known_live_backends has reached value: 3
07:02:47 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:02:47,289 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:02:47,289 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:02:47,291 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:02:47,292 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:02:47,293 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:02:47,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:02:47,294 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:02:47,294 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:02:47,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:02:47,296 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:02:47,296 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:02:47,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:02:47,298 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_web_pages.py::TestWebPage::()::test_varz_hidden_variables;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4ab6ed0&gt;
-- 2019-04-18 07:02:47,417 INFO     MainThread: Closing active operation
-- 2019-04-18 07:02:47,420 INFO     MainThread: Starting new HTTP connection (1): localhost
</system-err></testcase><testcase classname="custom_cluster.test_web_pages.TestWebPage" file="custom_cluster/test_web_pages.py" line="41" name="test_max_post_length" time="9.32151818275"><system-err>-- 2019-04-18 07:02:47,431 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--webserver_max_post_length_bytes=100 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
07:02:47 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:02:48 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:02:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:02:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:02:49 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:02:53 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:02:53 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:02:53 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:02:54 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:02:54 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:02:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:02:55 MainThread: num_known_live_backends has reached value: 3
07:02:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:02:55 MainThread: num_known_live_backends has reached value: 3
07:02:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:02:56 MainThread: num_known_live_backends has reached value: 3
07:02:56 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:02:56,613 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:02:56,614 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:02:56,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:02:56,617 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:02:56,617 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:02:56,617 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:02:56,618 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:02:56,619 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:02:56,619 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:02:56,620 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:02:56,620 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:02:56,621 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:02:56,622 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=custom_cluster/test_web_pages.py::TestWebPage::()::test_max_post_length;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4ab6810&gt;
-- 2019-04-18 07:02:56,744 INFO     MainThread: Closing active operation
-- 2019-04-18 07:02:56,747 INFO     MainThread: Starting new HTTP connection (1): localhost
-- 2019-04-18 07:02:56,749 INFO     MainThread: Starting new HTTP connection (1): localhost
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="100" name="test_custom_authorization_provider" time="23.0825049877"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:03:08 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:03:08,301 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; --impalad_args=--default_query_options=
07:03:08 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:03:09 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:03:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:03:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:03:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:03:13 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:03:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:03:13 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:03:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:03:14 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:03:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:03:15 MainThread: Waiting for num_known_live_backends=3. Current value: 2
07:03:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:03:16 MainThread: num_known_live_backends has reached value: 3
07:03:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:03:17 MainThread: num_known_live_backends has reached value: 3
07:03:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:03:17 MainThread: num_known_live_backends has reached value: 3
07:03:18 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:03:18,490 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:03:18,490 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:03:18,492 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:03:18,493 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:03:18,494 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:03:18,494 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:03:18,495 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:03:18,495 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:03:18,496 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:03:18,497 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:03:18,497 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:03:18,498 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:03:18,499 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_custom_authorization_provider;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d494b350&gt;
-- 2019-04-18 07:03:18,616 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="128" name="test_access_runtime_profile" time="25.3464276791"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:03:31 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:03:31,418 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --authorized_proxy_user_config=hue=ubuntu &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:03:31 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:03:32 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:03:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:03:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:03:33 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:03:37 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:03:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:03:37 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:03:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:03:38 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:03:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:03:39 MainThread: num_known_live_backends has reached value: 3
07:03:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:03:39 MainThread: num_known_live_backends has reached value: 3
07:03:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:03:40 MainThread: num_known_live_backends has reached value: 3
07:03:40 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:03:40,609 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:03:40,609 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:03:40,611 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:03:40,612 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:03:40,612 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:03:40,613 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:03:40,614 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:03:40,614 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:03:40,615 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:03:40,616 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:03:40,616 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:03:40,617 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:03:40,618 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_access_runtime_profile;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49c2bd0&gt;
-- 2019-04-18 07:03:40,739 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="203" name="test_user_impersonation" time="23.0600986481"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:03:56 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:03:56,786 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --authorized_proxy_user_config=foo=bar;hue=ubuntu --abort_on_failed_audit_event=false --audit_event_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/tmppUgGw5 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:03:57 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:03:58 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:03:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:03:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:03:59 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:04:02 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:04:02 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:02 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:04:03 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:03 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:04:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:04 MainThread: num_known_live_backends has reached value: 3
07:04:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:04:04 MainThread: num_known_live_backends has reached value: 3
07:04:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:04:05 MainThread: num_known_live_backends has reached value: 3
07:04:05 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:04:05,970 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:04:05,970 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:04:05,971 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:05,973 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:04:05,973 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:04:05,974 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:05,975 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:04:05,975 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:04:05,976 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:05,977 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:04:05,977 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:04:05,978 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:05,979 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_user_impersonation;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49cb090&gt;
-- 2019-04-18 07:04:06,095 INFO     MainThread: Closing active operation
-- 2019-04-18 07:04:08,031 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:08,162 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="216" name="test_group_impersonation" time="23.2810647488"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:04:20 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:04:20,057 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --authorized_proxy_user_config=hue=bar --authorized_proxy_group_config=foo=bar;hue=ubuntu --abort_on_failed_audit_event=false --audit_event_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/tmppUgGw5 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:04:20 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:04:21 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:04:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:04:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:04:22 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:04:25 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:04:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:25 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:04:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:26 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:04:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:27 MainThread: num_known_live_backends has reached value: 3
07:04:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:04:28 MainThread: num_known_live_backends has reached value: 3
07:04:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:04:28 MainThread: num_known_live_backends has reached value: 3
07:04:29 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:04:29,254 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:04:29,254 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:04:29,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:29,257 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:04:29,257 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:04:29,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:29,259 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:04:29,259 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:04:29,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:29,261 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:04:29,261 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:04:29,262 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:29,263 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_group_impersonation;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49c2f90&gt;
-- 2019-04-18 07:04:29,380 INFO     MainThread: Closing active operation
-- 2019-04-18 07:04:31,307 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:31,436 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="230" name="test_no_matching_user_and_group_impersonation" time="9.33178591728"><system-err>-- 2019-04-18 07:04:31,530 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1        --authorization_policy_file=/test-warehouse/authz-policy.ini        --authorized_proxy_user_config=foo=bar        --authorized_proxy_group_config=foo=bar        --abort_on_failed_audit_event=false        --audit_event_log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/tmppUgGw5 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
07:04:31 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:04:33 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:04:34 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:04:34 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:04:34 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:04:37 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:04:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:37 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:04:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:38 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:04:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:39 MainThread: num_known_live_backends has reached value: 3
07:04:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:04:39 MainThread: num_known_live_backends has reached value: 3
07:04:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:04:40 MainThread: num_known_live_backends has reached value: 3
07:04:40 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:04:40,732 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:04:40,732 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:04:40,735 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:40,736 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:04:40,736 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:04:40,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:40,738 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:04:40,738 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:04:40,739 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:40,740 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:04:40,740 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:04:40,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:40,742 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_no_matching_user_and_group_impersonation;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49c24d0&gt;
-- 2019-04-18 07:04:40,859 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="377" name="test_deprecated_flag_doesnt_show" time="9.33035612106"><system-err>-- 2019-04-18 07:04:40,863 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_none_SerEmQ --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:04:41 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_none_SerEmQ/statestored.INFO
07:04:42 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_none_SerEmQ/catalogd.INFO
07:04:43 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_none_SerEmQ/impalad.INFO
07:04:43 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_none_SerEmQ/impalad_node1.INFO
07:04:43 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_none_SerEmQ/impalad_node2.INFO
07:04:46 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:04:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:46 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:04:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:47 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:04:48 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:48 MainThread: num_known_live_backends has reached value: 3
07:04:49 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:04:49 MainThread: num_known_live_backends has reached value: 3
07:04:49 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:04:49 MainThread: num_known_live_backends has reached value: 3
07:04:50 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:04:50,062 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:04:50,062 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:04:50,063 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:50,065 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:04:50,065 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:04:50,066 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:50,067 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:04:50,067 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:04:50,068 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:50,069 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:04:50,069 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:04:50,070 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:50,071 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_deprecated_flag_doesnt_show;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d494be90&gt;
-- 2019-04-18 07:04:50,189 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="387" name="test_deprecated_flags" time="9.31502008438"><system-err>-- 2019-04-18 07:04:50,195 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_R74PM5 --log_level=1 &apos;--impalad_args=--server_name=server1      --authorization_policy_file=/test-warehouse/authz-policy.ini &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; --impalad_args=--default_query_options=
07:04:50 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_R74PM5/statestored.INFO
07:04:51 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_R74PM5/catalogd.INFO
07:04:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_R74PM5/impalad.INFO
07:04:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_R74PM5/impalad_node1.INFO
07:04:52 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_deprecated_R74PM5/impalad_node2.INFO
07:04:55 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:04:55 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:55 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:04:56 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:56 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:04:57 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:04:57 MainThread: num_known_live_backends has reached value: 3
07:04:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:04:58 MainThread: num_known_live_backends has reached value: 3
07:04:58 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:04:58 MainThread: num_known_live_backends has reached value: 3
07:04:59 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:04:59,381 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:04:59,382 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:04:59,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:59,385 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:04:59,385 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:04:59,386 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:59,387 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:04:59,387 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:04:59,388 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:59,389 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:04:59,389 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:04:59,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:04:59,390 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_deprecated_flags;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49c2450&gt;
-- 2019-04-18 07:04:59,505 INFO     MainThread: Closing active operation
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="396" name="test_catalog_restart" time="15.8793587685"><system-err>-- 2019-04-18 07:04:59,512 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_j7bEhd --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:04:59 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_j7bEhd/statestored.INFO
07:05:00 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_j7bEhd/catalogd.INFO
07:05:02 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_j7bEhd/impalad.INFO
07:05:02 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_j7bEhd/impalad_node1.INFO
07:05:02 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_j7bEhd/impalad_node2.INFO
07:05:05 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:05:05 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:05 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:05:06 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:06 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:05:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:07 MainThread: num_known_live_backends has reached value: 3
07:05:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:05:07 MainThread: num_known_live_backends has reached value: 3
07:05:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:05:08 MainThread: num_known_live_backends has reached value: 3
07:05:08 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:05:08,717 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:05:08,717 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:05:08,719 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:08,720 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:05:08,720 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:05:08,721 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:08,722 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:05:08,722 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:05:08,723 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:08,724 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:05:08,724 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:05:08,725 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:08,726 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_catalog_restart;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49cb1d0&gt;
-- 2019-04-18 07:05:08,839 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:05:08,881 INFO     MainThread: Started query 254be2a818ef50ab:1761d58400000000
-- executing against localhost:21000
create role test_catalog_restart_268745a6_role_foo;

-- 2019-04-18 07:05:08,953 INFO     MainThread: Started query 164aec9a165fff8d:8a83db9300000000
-- executing against localhost:21000
create role test_catalog_restart_268745a6_role_bar;

-- 2019-04-18 07:05:08,968 INFO     MainThread: Started query 404130acafd0ed8a:d2d9cb0c00000000
-- executing against localhost:21000
create role test_catalog_restart_268745a6_role_baz;

-- 2019-04-18 07:05:08,983 INFO     MainThread: Started query e8431c6aa43f33ab:0875baa200000000
-- executing against localhost:21000
grant all on database functional to role test_catalog_restart_268745a6_role_foo;

-- 2019-04-18 07:05:09,024 INFO     MainThread: Started query c74df08fd9f58f3d:bbd0c47100000000
-- executing against localhost:21000
grant all on database functional_kudu to role test_catalog_restart_268745a6_role_bar;

-- 2019-04-18 07:05:09,043 INFO     MainThread: Started query 394eb8c15a257f16:23ee297a00000000
-- executing against localhost:21000
grant all on database functional_avro to role test_catalog_restart_268745a6_role_baz;

-- 2019-04-18 07:05:09,061 INFO     MainThread: Started query a64dba22edfe416a:13c3f62000000000
-- executing against localhost:21000
show grant role test_catalog_restart_268745a6_role_foo;

-- 2019-04-18 07:05:09,096 INFO     MainThread: Started query a24db573d5582a73:a552f98a00000000
-- executing against localhost:21000
show grant role test_catalog_restart_268745a6_role_bar;

-- 2019-04-18 07:05:09,115 INFO     MainThread: Started query 2a4a815a5e6b99ac:e5a54e8300000000
-- executing against localhost:21000
show grant role test_catalog_restart_268745a6_role_baz;

-- 2019-04-18 07:05:09,135 INFO     MainThread: Started query cf4fdd7df52c4f91:dd4d88e400000000
-- 2019-04-18 07:05:09,138 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 --catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml --restart_catalogd_only --impalad_args=--default_query_options=
07:05:09 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:05:13 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:05:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:13 MainThread: num_known_live_backends has reached value: 3
07:05:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:05:14 MainThread: num_known_live_backends has reached value: 3
07:05:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:05:14 MainThread: num_known_live_backends has reached value: 3
07:05:15 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:05:15,218 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:05:15,218 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:05:15,220 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:15,221 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:05:15,221 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:05:15,222 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:15,223 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:05:15,223 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:05:15,224 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:15,225 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:05:15,225 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:05:15,226 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:15,227 INFO     MainThread: num_known_live_backends has reached value: 3
-- executing against localhost:21000
show grant role test_catalog_restart_268745a6_role_foo;

-- 2019-04-18 07:05:15,249 INFO     MainThread: Started query cc49b6c71580ab1e:24c3d70f00000000
-- executing against localhost:21000
show grant role test_catalog_restart_268745a6_role_bar;

-- 2019-04-18 07:05:15,266 INFO     MainThread: Started query ee4de0c8de6db5da:8f5948cb00000000
-- executing against localhost:21000
show grant role test_catalog_restart_268745a6_role_baz;

-- 2019-04-18 07:05:15,280 INFO     MainThread: Started query c94cdf15f233e006:aac7f46200000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:05:15,295 INFO     MainThread: Started query dc4112518b2cd3cf:87c9559300000000
-- executing against localhost:21000
drop role test_catalog_restart_268745a6_role_bar;

-- 2019-04-18 07:05:15,352 INFO     MainThread: Started query f64893f60cb60b8d:d01ccd3700000000
-- executing against localhost:21000
drop role test_catalog_restart_268745a6_role_baz;

-- 2019-04-18 07:05:15,370 INFO     MainThread: Started query 274b7fcdc3dea58b:bec2191e00000000
-- executing against localhost:21000
drop role test_catalog_restart_268745a6_role_foo;

-- 2019-04-18 07:05:15,388 INFO     MainThread: Started query da42e9e65d15b5e3:5e58b40900000000
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="451" name="test_catalog_object" time="10.6688847542"><system-err>-- 2019-04-18 07:05:15,392 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_WvHlhr --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:05:15 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_WvHlhr/statestored.INFO
07:05:16 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_WvHlhr/catalogd.INFO
07:05:17 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_WvHlhr/impalad.INFO
07:05:17 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_WvHlhr/impalad_node1.INFO
07:05:17 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_catalog_restart_WvHlhr/impalad_node2.INFO
07:05:20 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:05:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:21 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:05:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:22 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:05:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:23 MainThread: Waiting for num_known_live_backends=3. Current value: 2
07:05:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:24 MainThread: num_known_live_backends has reached value: 3
07:05:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:05:24 MainThread: num_known_live_backends has reached value: 3
07:05:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:05:25 MainThread: num_known_live_backends has reached value: 3
07:05:25 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:05:25,583 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:05:25,583 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:05:25,585 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,587 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:05:25,587 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:05:25,588 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,589 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:05:25,589 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:05:25,590 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,591 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:05:25,591 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:05:25,592 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,593 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_catalog_object;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c1c810&gt;
-- 2019-04-18 07:05:25,709 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:05:25,749 INFO     MainThread: Started query 184b40811085a07d:5c291e9600000000
-- executing against localhost:21000
create role test_catalog_object_b7d7a1d2_role;

-- 2019-04-18 07:05:25,818 INFO     MainThread: Started query b54f1684da3583e0:7de5958200000000
-- executing against localhost:21000
grant select on database functional to role test_catalog_object_b7d7a1d2_role;

-- 2019-04-18 07:05:25,859 INFO     MainThread: Started query e7457a24418780df:88358aed00000000
-- 2019-04-18 07:05:25,862 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,865 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,867 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,902 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,937 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,939 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,942 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:25,980 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:05:26,030 INFO     MainThread: Started query 0642218d5bef6e4b:0db8600800000000
-- executing against localhost:21000
drop role test_catalog_object_b7d7a1d2_role;

-- 2019-04-18 07:05:26,059 INFO     MainThread: Started query 7f4e09e2ef61d5c1:02393ffe00000000
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="488" name="test_invalidate_metadata_sentry_unavailable" time="37.0045118332"><system-out>Stopping Sentry
Stopping Sentry
</system-out><system-err>-- 2019-04-18 07:05:26,063 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_invalidate_metadata_sentry_unavailable_0CT93n --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml --sentry_catalog_polling_frequency_s=3600 &apos; --impalad_args=--default_query_options=
07:05:26 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_invalidate_metadata_sentry_unavailable_0CT93n/statestored.INFO
07:05:27 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_invalidate_metadata_sentry_unavailable_0CT93n/catalogd.INFO
07:05:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_invalidate_metadata_sentry_unavailable_0CT93n/impalad.INFO
07:05:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_invalidate_metadata_sentry_unavailable_0CT93n/impalad_node1.INFO
07:05:28 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_invalidate_metadata_sentry_unavailable_0CT93n/impalad_node2.INFO
07:05:31 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:05:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:31 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:05:32 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:32 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:05:33 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:05:33 MainThread: num_known_live_backends has reached value: 3
07:05:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:05:34 MainThread: num_known_live_backends has reached value: 3
07:05:34 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:05:34 MainThread: num_known_live_backends has reached value: 3
07:05:35 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:05:35,252 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:05:35,252 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:05:35,254 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:35,255 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:05:35,255 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:05:35,256 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:35,257 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:05:35,257 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:05:35,258 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:35,259 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:05:35,259 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:05:35,260 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:05:35,261 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_invalidate_metadata_sentry_unavailable;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c61c90&gt;
-- 2019-04-18 07:05:35,377 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:05:35,416 INFO     MainThread: Started query 3045d2301512fac1:5f70e0ea00000000
-- executing against localhost:21000
create role test_invalidate_metadata_sentry_unavailable_9e1b39c5_role;

-- 2019-04-18 07:05:35,486 INFO     MainThread: Started query 0e4b935d7ab7b36d:d7f4f20d00000000
-- executing against localhost:21000
grant all on server to role test_invalidate_metadata_sentry_unavailable_9e1b39c5_role;

-- 2019-04-18 07:05:35,524 INFO     MainThread: Started query fe42a435196906c8:0e5e111400000000
-- executing against localhost:21000
grant role test_invalidate_metadata_sentry_unavailable_9e1b39c5_role to group `ubuntu`;

-- 2019-04-18 07:05:35,554 INFO     MainThread: Started query d84b88d7ce02758e:13bce51800000000
-- executing against localhost:21000
invalidate metadata;

19/04/18 07:06:02 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- executing against localhost:21000
invalidate metadata;

-- 2019-04-18 07:06:02,934 INFO     MainThread: Started query c94667e2f0fb6057:34742b9e00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:02,952 INFO     MainThread: Started query fc416fb18a65ae88:f1ee21d800000000
-- executing against localhost:21000
drop role test_invalidate_metadata_sentry_unavailable_9e1b39c5_role;

-- 2019-04-18 07:06:03,064 INFO     MainThread: Started query 4c4a4d1b48e44591:b7ab272d00000000
</system-err></testcase><testcase classname="authorization.test_authorization.TestAuthorization" file="authorization/test_authorization.py" line="520" name="test_refresh_authorization" time="23.9925060272"><system-err>-- 2019-04-18 07:06:03,069 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests/test_refresh_authorization_sa37pC --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml --sentry_catalog_polling_frequency_s=3600  &apos; --impalad_args=--default_query_options=
07:06:03 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_refresh_authorization_sa37pC/statestored.INFO
07:06:04 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_refresh_authorization_sa37pC/catalogd.INFO
07:06:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_refresh_authorization_sa37pC/impalad.INFO
07:06:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_refresh_authorization_sa37pC/impalad_node1.INFO
07:06:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/test_refresh_authorization_sa37pC/impalad_node2.INFO
07:06:08 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:06:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:06:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:06:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:06:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:06:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:06:10 MainThread: num_known_live_backends has reached value: 3
07:06:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:06:11 MainThread: num_known_live_backends has reached value: 3
07:06:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:06:11 MainThread: num_known_live_backends has reached value: 3
07:06:12 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:06:12,261 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:06:12,262 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:06:12,263 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:06:12,265 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:06:12,265 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:06:12,266 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:06:12,267 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:06:12,267 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:06:12,267 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:06:12,268 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:06:12,269 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:06:12,269 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:06:12,270 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_refresh_authorization;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49c2d10&gt;
-- 2019-04-18 07:06:12,384 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:12,425 INFO     MainThread: Started query a74bd6b100c3058d:9996078f00000000
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_refresh_authorization;
-- connecting to: ip-172-31-13-181:21000
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_refresh_authorization;
-- connecting to: ip-172-31-13-181:21001
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_refresh_authorization;
-- connecting to: ip-172-31-13-181:21002
-- executing against localhost:21000
create role test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:12,522 INFO     MainThread: Started query 694037bd8ccaa614:3e14ae8100000000
-- executing against localhost:21000
grant role test_refresh_authorization_d589a59d_role to group `ubuntu`;

-- 2019-04-18 07:06:12,571 INFO     MainThread: Started query 28494b772c746bbb:ba9add6800000000
-- executing against localhost:21000
grant refresh on server to test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:12,643 INFO     MainThread: Started query d347283761b28b55:f7c92aac00000000
-- executing against localhost:21000
create role test_refresh_authorization_d589a59d_role_internal1;

-- 2019-04-18 07:06:12,660 INFO     MainThread: Started query e247f7f720b32a06:dd1ad7e300000000
-- executing against localhost:21000
create role test_refresh_authorization_d589a59d_role_internal2;

-- 2019-04-18 07:06:12,676 INFO     MainThread: Started query f343abd4dbb0e758:24d915cb00000000
log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
343 T1 oascct.SentryTransportPool.&lt;init&gt; Creating pool for localhost with default port 30911
352 T1 oascct.SentryTransportPool.&lt;init&gt; Adding endpoint localhost:30911
354 T1 oascct.SentryTransportPool.&lt;init&gt; Connection pooling is enabled
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:14,276 INFO     MainThread: Started query b64d3609126eeaf4:f94415cd00000000
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_refresh_authorization;
SET sync_ddl=1;
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:06:14,487 INFO     MainThread: Started query a94fd7b91ea28039:26cc544b00000000
-- executing against ip-172-31-13-181:21000
show roles;

-- 2019-04-18 07:06:14,502 INFO     MainThread: Started query b34d22b7141d8189:17170a4f00000000
-- executing against ip-172-31-13-181:21001
show roles;

-- 2019-04-18 07:06:14,644 INFO     MainThread: Started query 5440dae177d5fa99:932e234200000000
-- executing against ip-172-31-13-181:21002
show roles;

-- 2019-04-18 07:06:14,785 INFO     MainThread: Started query f54ed553859108d8:2c56122700000000
log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
331 T1 oascct.SentryTransportPool.&lt;init&gt; Creating pool for localhost with default port 30911
343 T1 oascct.SentryTransportPool.&lt;init&gt; Adding endpoint localhost:30911
345 T1 oascct.SentryTransportPool.&lt;init&gt; Connection pooling is enabled
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:16,357 INFO     MainThread: Started query ef4c88717e60a96f:352f97f800000000
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_refresh_authorization;
SET sync_ddl=1;
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:06:16,558 INFO     MainThread: Started query 214eca9adc63c6cf:334ac01a00000000
-- executing against ip-172-31-13-181:21000
show roles;

-- 2019-04-18 07:06:16,575 INFO     MainThread: Started query 3a4b577ae81360b9:418fd1ed00000000
-- executing against ip-172-31-13-181:21001
show roles;

-- 2019-04-18 07:06:16,589 INFO     MainThread: Started query 254e46db651b41ac:a58a40de00000000
-- executing against ip-172-31-13-181:21002
show roles;

-- 2019-04-18 07:06:16,607 INFO     MainThread: Started query d7450dd91c1ca89d:351e182c00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:16,623 INFO     MainThread: Started query 3045adb43e8bb6a7:0be24cf400000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:16,637 INFO     MainThread: Started query 8b446b5c0a335c53:67db6d6e00000000
-- executing against localhost:21000
drop role test_refresh_authorization_d589a59d_role_internal2;

-- 2019-04-18 07:06:16,812 INFO     MainThread: Started query f04f375c4d5b116a:126843ed00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:16,836 INFO     MainThread: Started query c04b27c07e321b28:7ff3f45100000000
-- executing against localhost:21000
drop role test_refresh_authorization_d589a59d_role_external;

-- 2019-04-18 07:06:17,014 INFO     MainThread: Started query 1c4ba947c3802ff4:6a3e7a4a00000000
log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
317 T1 oascct.SentryTransportPool.&lt;init&gt; Creating pool for localhost with default port 30911
325 T1 oascct.SentryTransportPool.&lt;init&gt; Adding endpoint localhost:30911
327 T1 oascct.SentryTransportPool.&lt;init&gt; Connection pooling is enabled
-- executing against localhost:21000
show grant role test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:18,593 INFO     MainThread: Started query fa4b6f50dbbb999f:ebf20e9100000000
-- executing against ip-172-31-13-181:21000
select * from functional.alltypes limit 1;

-- executing against ip-172-31-13-181:21001
select * from functional.alltypes limit 1;

-- executing against ip-172-31-13-181:21002
select * from functional.alltypes limit 1;

SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_refresh_authorization;
SET sync_ddl=1;
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:06:19,867 INFO     MainThread: Started query 194ec107178001b0:8c7ff4c300000000
-- executing against ip-172-31-13-181:21000
show grant role test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:19,873 INFO     MainThread: Started query 4144dbff691cc700:69dd644c00000000
-- executing against ip-172-31-13-181:21000
select * from functional.alltypes limit 1;

-- 2019-04-18 07:06:20,010 INFO     MainThread: Started query bc4388777541c53f:9f19aff700000000
-- executing against ip-172-31-13-181:21001
show grant role test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:20,227 INFO     MainThread: Started query ef44cda3258c95d8:f8d10e4400000000
-- executing against ip-172-31-13-181:21001
select * from functional.alltypes limit 1;

-- 2019-04-18 07:06:20,398 INFO     MainThread: Started query 404aa3728b360388:9f0efa4200000000
-- executing against ip-172-31-13-181:21002
show grant role test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:20,531 INFO     MainThread: Started query 2d469e621277c2eb:65eb8aa000000000
-- executing against ip-172-31-13-181:21002
select * from functional.alltypes limit 1;

-- 2019-04-18 07:06:20,657 INFO     MainThread: Started query b548d55d9aaec263:6328e32700000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:20,783 INFO     MainThread: Started query 1a47d38d2c8ea848:30ecdb6500000000
-- executing against localhost:21000
drop role test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:20,997 INFO     MainThread: Started query 52438d6dc2de1bc9:9838bfb000000000
-- executing against localhost:21000
create role test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:21,199 INFO     MainThread: Started query 54405afc4e4f410e:986a1be600000000
-- executing against localhost:21000
grant role test_refresh_authorization_d589a59d_role to group `ubuntu`;

-- 2019-04-18 07:06:21,401 INFO     MainThread: Started query fb4037b20d40ace2:859be3e700000000
-- executing against localhost:21000
grant refresh on server to test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:21,604 INFO     MainThread: Started query f94f32f943147d35:3e324fdb00000000
-- executing against localhost:21000
create role test_refresh_authorization_d589a59d_role_internal1;

-- 2019-04-18 07:06:21,806 INFO     MainThread: Started query 504f8a151012b510:e30be09e00000000
-- executing against localhost:21000
create role test_refresh_authorization_d589a59d_role_internal2;

-- 2019-04-18 07:06:22,008 INFO     MainThread: Started query 27456ad47f4ddcfe:72327c4b00000000
log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
322 T1 oascct.SentryTransportPool.&lt;init&gt; Creating pool for localhost with default port 30911
330 T1 oascct.SentryTransportPool.&lt;init&gt; Adding endpoint localhost:30911
332 T1 oascct.SentryTransportPool.&lt;init&gt; Connection pooling is enabled
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:23,573 INFO     MainThread: Started query 02496c8a803c6b3e:c7903af500000000
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_refresh_authorization;
SET sync_ddl=0;
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:06:23,594 INFO     MainThread: Started query d543aed10eaa7677:5f46fa3700000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:23,604 INFO     MainThread: Started query c34f3ce3c4c564ed:ff408f8a00000000
log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
335 T1 oascct.SentryTransportPool.&lt;init&gt; Creating pool for localhost with default port 30911
343 T1 oascct.SentryTransportPool.&lt;init&gt; Adding endpoint localhost:30911
345 T1 oascct.SentryTransportPool.&lt;init&gt; Connection pooling is enabled
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:25,188 INFO     MainThread: Started query 004d721a1c962246:d3a082c300000000
SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_refresh_authorization;
SET sync_ddl=0;
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:06:25,211 INFO     MainThread: Started query f84f1327a8966abb:8010cbc700000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:25,223 INFO     MainThread: Started query 3f4f3ec3bf21d6b5:36cca0f600000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:25,235 INFO     MainThread: Started query 7f445790da311281:c775420c00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:25,248 INFO     MainThread: Started query df47757ebd51682c:cea65ccb00000000
-- executing against localhost:21000
drop role test_refresh_authorization_d589a59d_role_internal2;

-- 2019-04-18 07:06:25,262 INFO     MainThread: Started query ea4e42521f3774c7:cd4572d100000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:25,272 INFO     MainThread: Started query 3e4955021796c4ab:c7a51c2900000000
-- executing against localhost:21000
drop role test_refresh_authorization_d589a59d_role_external;

-- 2019-04-18 07:06:25,285 INFO     MainThread: Started query 5549c97ce6e8d58f:cb2471ac00000000
log4j:WARN No such property [conversionPattern] in org.apache.solr.util.SolrLogLayout.
324 T1 oascct.SentryTransportPool.&lt;init&gt; Creating pool for localhost with default port 30911
333 T1 oascct.SentryTransportPool.&lt;init&gt; Adding endpoint localhost:30911
335 T1 oascct.SentryTransportPool.&lt;init&gt; Connection pooling is enabled
-- executing against localhost:21000
show grant role test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:26,848 INFO     MainThread: Started query 624711aa671e65b6:ab151bb800000000
-- executing against localhost:21000
select * from functional.alltypes limit 1;

SET client_identifier=authorization/test_authorization.py::TestAuthorization::()::test_refresh_authorization;
SET sync_ddl=0;
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:06:26,949 INFO     MainThread: Started query cd41312ade68ed0b:d55204c400000000
-- executing against localhost:21000
show grant role test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:26,954 INFO     MainThread: Started query 89474693046e1f3c:96ff36cb00000000
-- executing against localhost:21000
select * from functional.alltypes limit 1;

-- 2019-04-18 07:06:26,974 INFO     MainThread: Started query c64a2e83fccfbb8b:fe49b02d00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:27,038 INFO     MainThread: Started query 9e4b86e534b0bbd5:c26968f700000000
-- executing against localhost:21000
drop role test_refresh_authorization_d589a59d_role;

-- 2019-04-18 07:06:27,059 INFO     MainThread: Started query 0248a5a8e0368809:92abef2000000000
</system-err></testcase><testcase classname="authorization.test_grant_revoke.TestGrantRevoke" file="authorization/test_grant_revoke.py" line="87" name="test_grant_revoke[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="31.9099049568"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:06:38 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:06:38,636 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:06:39 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:06:40 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:06:41 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:06:41 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:06:41 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:06:44 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:06:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:06:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:06:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:06:45 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:06:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:06:46 MainThread: num_known_live_backends has reached value: 3
07:06:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:06:46 MainThread: num_known_live_backends has reached value: 3
07:06:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:06:47 MainThread: num_known_live_backends has reached value: 3
07:06:47 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:06:47,845 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:06:47,845 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:06:47,847 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:06:47,848 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:06:47,849 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:06:47,849 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:06:47,850 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:06:47,850 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:06:47,851 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:06:47,852 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:06:47,852 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:06:47,853 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:06:47,854 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49acc90&gt;
-- 2019-04-18 07:06:47,969 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:48,010 INFO     MainThread: Started query 764d7ddbb88979d4:82cbd4e400000000
-- executing against localhost:21000
show role grant group `ubuntu`;

-- 2019-04-18 07:06:48,016 INFO     MainThread: Started query 304bafa335fe3c4e:5263756100000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- 2019-04-18 07:06:48,138 INFO     MainThread: Started query d24aa0f8743a40bf:01c2ae4200000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:06:48,216 INFO     MainThread: Started query 0845eb3dbdea260c:b860894200000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:06:48,268 INFO     MainThread: Started query 4848de9272f035e2:a0106cae00000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:06:48,275 INFO     MainThread: Started query 744d412be85b9dc3:10b153a900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `grant_rev_db` cascade;

-- 2019-04-18 07:06:48,371 INFO     MainThread: Started query 7b4d475b9e491812:06212a4800000000
-- executing against localhost:21000
drop role grant_revoke_test_admin;

-- 2019-04-18 07:06:48,422 INFO     MainThread: Started query f94950f5a6bd2992:0d3485e600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- executing against localhost:21000
use default;

-- 2019-04-18 07:06:48,429 INFO     MainThread: Started query 52490250cc184b0e:0a29f31500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:48,449 INFO     MainThread: Started query cb4c56ef0da192aa:02a0a08b00000000
-- executing against localhost:21000
create role grant_revoke_test_ALL_TEST_DB;

-- 2019-04-18 07:06:48,465 INFO     MainThread: Started query 504d3b9e75337a1a:0957892500000000
-- executing against localhost:21000
create role grant_revoke_test_SELECT_INSERT_TEST_TBL;

-- 2019-04-18 07:06:48,480 INFO     MainThread: Started query 1d4fa61aa9ba35f3:daf79ee400000000
-- executing against localhost:21000
create role grant_revoke_test_ALL_URI;

-- 2019-04-18 07:06:48,498 INFO     MainThread: Started query f0423b308b5e86c7:7de8e22b00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:06:48,532 INFO     MainThread: Started query 714ce6dcfddb9aed:18c77d7400000000
-- executing against localhost:21000
create database grant_rev_db location &apos;/test-warehouse/grant_rev_db.db&apos;;

-- executing against localhost:21000
grant all on server to grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:48,663 INFO     MainThread: Started query 264a10ce95db734a:1b18e8ea00000000
-- executing against localhost:21000
grant role grant_revoke_test_ALL_SERVER to group `ubuntu`;

-- 2019-04-18 07:06:48,683 INFO     MainThread: Started query f14cf5ab0bb591a2:ed06b96900000000
-- executing against localhost:21000
show current roles;

-- 2019-04-18 07:06:48,690 INFO     MainThread: Started query 4c43bfe7f8b23f18:b2f46a7200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show current roles;

-- 2019-04-18 07:06:48,697 INFO     MainThread: Started query 2a4ec09e8e30867c:6137d4be00000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:48,714 INFO     MainThread: Started query 6840968bc83db988:3a3d31d300000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER on server;

-- 2019-04-18 07:06:48,721 INFO     MainThread: Started query 644c857c930f8201:4544e0f600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show roles;

SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show role grant group root;

SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show role grant group root;

-- 2019-04-18 07:06:49,123 INFO     MainThread: Started query a74fec9da1e61c36:461df0e300000000
-- executing against localhost:21000
drop database if exists grant_rev_db;

-- 2019-04-18 07:06:49,157 INFO     MainThread: Started query 99473b36d590dc15:37c4866300000000
-- executing against localhost:21000
create database grant_rev_db location &apos;/test-warehouse/grant_rev_db.db&apos;;

-- 2019-04-18 07:06:49,737 INFO     MainThread: Started query d347ee2199123728:16f6151000000000
-- executing against localhost:21000
show tables in grant_rev_db;

-- 2019-04-18 07:06:49,752 INFO     MainThread: Started query f242e151b990da51:aa7d494200000000
-- executing against localhost:21000
create table grant_rev_db.test_tbl1(i int);

-- 2019-04-18 07:06:50,194 INFO     MainThread: Started query d84635e23c4c3403:20bb839100000000
-- executing against localhost:21000
show tables in grant_rev_db;

-- 2019-04-18 07:06:50,202 INFO     MainThread: Started query 42461f7d9caaa4b2:8507abd700000000
-- executing against localhost:21000
create function grant_rev_db.fn() RETURNS int
LOCATION &apos;/test-warehouse/libTestUdfs.so&apos; SYMBOL=&apos;Fn&apos;;

-- 2019-04-18 07:06:50,690 INFO     MainThread: Started query 5b48b87a7701a865:8ec9e07b00000000
-- executing against localhost:21000
show functions in grant_rev_db;

-- 2019-04-18 07:06:50,702 INFO     MainThread: Started query df4c6da164aa0d13:58cb4e4300000000
-- executing against localhost:21000
show create function grant_rev_db.fn;

-- 2019-04-18 07:06:50,710 INFO     MainThread: Started query fd4d549637678dc6:181c65ee00000000
-- executing against localhost:21000
revoke role grant_revoke_test_ALL_SERVER from group `ubuntu`;

-- 2019-04-18 07:06:50,754 INFO     MainThread: Started query d84c6639bda873d5:e909c9ef00000000
-- executing against localhost:21000
create database grant_rev_db location &apos;/test-warehouse/grant_rev_db.db&apos;;

-- executing against localhost:21000
show tables in grant_rev_db;

-- executing against localhost:21000
show functions in grant_rev_db;

-- executing against localhost:21000
show create function grant_rev_db.fn;

-- executing against localhost:21000
show create function _impala_builtins.sin;

-- 2019-04-18 07:06:51,104 INFO     MainThread: Started query a847db911a692c7b:e87904db00000000
-- executing against localhost:21000
grant role grant_revoke_test_ALL_TEST_DB to group `ubuntu`;

-- 2019-04-18 07:06:51,125 INFO     MainThread: Started query 9d4fa0ff465e5be5:451b977300000000
-- executing against localhost:21000
grant all on database grant_rev_db to grant_revoke_test_ALL_TEST_DB;

-- 2019-04-18 07:06:51,142 INFO     MainThread: Started query 6a4fcc5d11f18f35:dc9cd2b500000000
-- executing against localhost:21000
show tables in grant_rev_db;

-- 2019-04-18 07:06:51,149 INFO     MainThread: Started query 2a42f55783974653:a16fcdec00000000
-- executing against localhost:21000
create table grant_rev_db.test_tbl2(i int) location &apos;/test-warehouse/grant_rev_test_tbl2&apos;;

-- executing against localhost:21000
grant role grant_revoke_test_ALL_URI to group `ubuntu`;

-- 2019-04-18 07:06:51,258 INFO     MainThread: Started query e94097512c527e81:1f918f0000000000
-- executing against localhost:21000
grant all on uri &apos;/test-warehouse/grant_rev_test_tbl2&apos; to grant_revoke_test_ALL_URI;

-- 2019-04-18 07:06:51,276 INFO     MainThread: Started query b640af59b6b4c11e:750a82e300000000
-- executing against localhost:21000
create table grant_rev_db.test_tbl2(i int) location &apos;/test-warehouse/grant_rev_test_tbl2&apos;;

-- 2019-04-18 07:06:51,685 INFO     MainThread: Started query 4349e91738c7cb70:f19b45c700000000
-- executing against localhost:21000
grant all on uri &apos;/test-warehouse/GRANT_REV_TEST_TBL3&apos; to grant_revoke_test_ALL_URI;

-- 2019-04-18 07:06:51,706 INFO     MainThread: Started query d241f8b935f37faa:83bf38ba00000000
-- executing against localhost:21000
create table grant_rev_db.test_tbl_uppercase(i int) location &apos;/test-warehouse/GRANT_REV_TEST_TBL3/test&apos;;

-- 2019-04-18 07:06:52,185 INFO     MainThread: Started query 3f44109d4d2cfc09:51a4686200000000
-- executing against localhost:21000
show tables in grant_rev_db;

-- 2019-04-18 07:06:52,193 INFO     MainThread: Started query 03477a7a29dc89c9:ac5ef27b00000000
-- executing against localhost:21000
create table grant_rev_db.test_tbl_partitioned(i int) partitioned by (j int);

-- 2019-04-18 07:06:52,686 INFO     MainThread: Started query 894ec609a4bb2ecb:a4044b0100000000
-- executing against localhost:21000

alter table grant_rev_db.test_tbl_partitioned add
partition (j=1)
partition (j=2) location &apos;/test-warehouse/grant_rev_test_prt&apos;;

-- executing against localhost:21000
grant all on uri &apos;/test-warehouse/grant_rev_test_prt&apos;
to grant_revoke_test_ALL_URI;

-- 2019-04-18 07:06:53,191 INFO     MainThread: Started query 8a4948e8e3d398f0:da625bfe00000000
-- executing against localhost:21000
alter table grant_rev_db.test_tbl_partitioned add
partition (j=1)
partition (j=2) location &apos;/test-warehouse/grant_rev_test_prt&apos;;

-- 2019-04-18 07:06:53,301 INFO     MainThread: Started query d942f4275beba877:83f6f44d00000000
-- executing against localhost:21000

show partitions grant_rev_db.test_tbl_partitioned;

-- 2019-04-18 07:06:53,310 INFO     MainThread: Started query 8e4e4071720750ce:6399e3f300000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_URI;

-- 2019-04-18 07:06:53,316 INFO     MainThread: Started query fc469b46dacd3977:646a65c600000000
-- executing against localhost:21000
create database grant_rev_db location &apos;/test-warehouse/grant_rev_db.db&apos;;

-- executing against localhost:21000
drop role grant_revoke_test_ALL_TEST_DB;

-- 2019-04-18 07:06:53,423 INFO     MainThread: Started query 5a41a4a7415defca:42810bdb00000000
-- executing against localhost:21000
show tables in grant_rev_db;

-- executing against localhost:21000
grant role grant_revoke_test_SELECT_INSERT_TEST_TBL to group `ubuntu`;

-- 2019-04-18 07:06:53,529 INFO     MainThread: Started query 634ac5725011f4bc:0973ac1100000000
-- executing against localhost:21000
GRANT SELECT ON TABLE grant_rev_db.test_tbl1 TO grant_revoke_test_SELECT_INSERT_TEST_TBL;

-- 2019-04-18 07:06:53,642 INFO     MainThread: Started query 4745c61be43db783:0affe92e00000000
-- executing against localhost:21000
select * from grant_rev_db.test_tbl1;

-- 2019-04-18 07:06:53,838 INFO     MainThread: Started query d54f1c134bd16ef5:f20deb1700000000
-- executing against localhost:21000
select * from grant_rev_db.test_tbl2;

-- executing against localhost:21000
insert overwrite grant_rev_db.test_tbl1 select 1;

-- executing against localhost:21000
GRANT INSERT ON TABLE grant_rev_db.test_tbl1 TO grant_revoke_test_SELECT_INSERT_TEST_TBL;

-- 2019-04-18 07:06:54,220 INFO     MainThread: Started query 424f2752a4d7e05c:19fada6d00000000
-- executing against localhost:21000
show grant role grant_revoke_test_SELECT_INSERT_TEST_TBL on table grant_rev_db.test_tbl1;

-- 2019-04-18 07:06:54,225 INFO     MainThread: Started query f24c2476c89aeb1c:c2896ab700000000
-- executing against localhost:21000
insert overwrite grant_rev_db.test_tbl1 select 1;

-- 2019-04-18 07:06:54,245 INFO     MainThread: Started query 89430b1a8f28f0da:02780b8700000000
-- executing against localhost:21000
select * from grant_rev_db.test_tbl1;

-- 2019-04-18 07:06:54,482 INFO     MainThread: Started query 28440dd866cf391d:e8937b4300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
create role some_test_role;

SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop role grant_revoke_test_ALL_SERVER;

SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
grant role grant_revoke_test_ALL_SERVER to group `ubuntu`;

SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
revoke role grant_revoke_test_ALL_SERVER from group `ubuntu`;

SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
grant all on server to grant_revoke_test_ALL_SERVER;

SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
revoke all on server from grant_revoke_test_ALL_SERVER;

-- executing against localhost:21000
create role grant_revoke_test_ROOT;

-- 2019-04-18 07:06:55,040 INFO     MainThread: Started query 7c485c1751858257:f6fba35b00000000
-- executing against localhost:21000

grant role grant_revoke_test_ROOT to group root;

-- 2019-04-18 07:06:55,059 INFO     MainThread: Started query 3e4bbf27ba1c7444:caa7669e00000000
-- executing against localhost:21000

grant all on database functional to grant_revoke_test_ROOT WITH GRANT OPTION;

-- 2019-04-18 07:06:55,074 INFO     MainThread: Started query 884e21e80787bfb1:54bfcf1b00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show current roles;

-- 2019-04-18 07:06:55,080 INFO     MainThread: Started query d242d3243946c092:1f2298e000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show databases;

-- 2019-04-18 07:06:55,123 INFO     MainThread: Started query 78491708dc131d60:73ab99e400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
grant all on table functional.alltypes to grant_revoke_test_ROOT;

-- 2019-04-18 07:06:55,402 INFO     MainThread: Started query e94a20b155c73495:0a79422f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant role grant_revoke_test_ROOT;

-- 2019-04-18 07:06:55,409 INFO     MainThread: Started query dd43d21eefd08ec4:dcc71ed100000000
-- executing against localhost:21000
revoke all on table functional.alltypes from grant_revoke_test_ROOT;

-- 2019-04-18 07:06:55,438 INFO     MainThread: Started query 2445595ae58a9558:7dda972e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
grant all on table functional_seq.alltypes to grant_revoke_test_ROOT;

SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
create role grant_revoke_test_ROOT2;

SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
grant role grant_revoke_test_ROOT to group root;

-- executing against localhost:21000
revoke grant option for all on database functional from grant_revoke_test_ROOT;

-- 2019-04-18 07:06:55,858 INFO     MainThread: Started query 0047147a8e93b948:9df3479d00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
grant all on table functional.alltypes to grant_revoke_test_ROOT;

SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show databases;

-- 2019-04-18 07:06:55,963 INFO     MainThread: Started query 824af7489f83b30b:4d415cb200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant role grant_revoke_test_ROOT;

-- 2019-04-18 07:06:55,970 INFO     MainThread: Started query ed4b85b0e4023cae:357a3f9c00000000
-- executing against localhost:21000
REVOKE ROLE grant_revoke_test_ALL_URI FROM GROUP `ubuntu`;

-- 2019-04-18 07:06:55,985 INFO     MainThread: Started query 294e929da220821b:13d30f2200000000
-- executing against localhost:21000

REVOKE ROLE grant_revoke_test_SELECT_INSERT_TEST_TBL FROM GROUP `ubuntu`;

-- 2019-04-18 07:06:55,998 INFO     MainThread: Started query 3343bde9d2cf91b7:4c91eb3400000000
-- executing against localhost:21000
GRANT ROLE grant_revoke_test_ALL_SERVER TO GROUP `ubuntu`;

-- 2019-04-18 07:06:56,011 INFO     MainThread: Started query ae457adc19aabcab:fb7db29300000000
-- executing against localhost:21000
show current roles;

-- 2019-04-18 07:06:56,017 INFO     MainThread: Started query 724ee2159a2fcb3e:3c932b6c00000000
-- executing against localhost:21000
create table grant_rev_db.test_tbl3(a int, b int, c int, d int, e int) partitioned by (x int, y int);

-- 2019-04-18 07:06:56,184 INFO     MainThread: Started query b047dcee83733cab:6311016600000000
-- executing against localhost:21000
GRANT SELECT (a, b, x) ON TABLE grant_rev_db.test_tbl3 TO grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,346 INFO     MainThread: Started query 5e4dc4b19f949f0c:e344ece400000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,353 INFO     MainThread: Started query ea49bfdea542409b:b2916e6f00000000
-- executing against localhost:21000
GRANT SELECT (c, d, y) ON TABLE grant_rev_db.test_tbl3 TO grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,383 INFO     MainThread: Started query 9845e7a4d0c4685f:6f79657300000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,389 INFO     MainThread: Started query 9d40105214a6240d:5bf5e78b00000000
-- executing against localhost:21000
GRANT SELECT (a, a, e, x) ON TABLE grant_rev_db.test_tbl3 TO grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,424 INFO     MainThread: Started query 2b4bc88a2a8a54e7:b8d7128f00000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,432 INFO     MainThread: Started query 424f7b6e5daf3ada:d6d71eee00000000
-- executing against localhost:21000
REVOKE SELECT (a, b, b, y) ON TABLE grant_rev_db.test_tbl3 FROM grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,474 INFO     MainThread: Started query e9471844a2139e13:78f4a75500000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,482 INFO     MainThread: Started query e640e97ebd948d88:8ad43f3a00000000
-- executing against localhost:21000
REVOKE SELECT (a, b, c, x) ON TABLE grant_rev_db.test_tbl3 FROM grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,529 INFO     MainThread: Started query cc41c8b4cfd02f88:1d0834ea00000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,535 INFO     MainThread: Started query 7d4d10a835e32924:ee9779a600000000
-- executing against localhost:21000
REVOKE SELECT (a, b, c, d, e) ON TABLE grant_rev_db.test_tbl3 FROM grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,585 INFO     MainThread: Started query bd4cef34f8ba1f21:c097c6b700000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,592 INFO     MainThread: Started query 664125ed3ac2aa11:4a62f31800000000
-- executing against localhost:21000
GRANT ROLE grant_revoke_test_ROOT TO GROUP root;

-- 2019-04-18 07:06:56,603 INFO     MainThread: Started query 464e846dadafd933:6d31fddf00000000
-- executing against localhost:21000

GRANT SELECT ON TABLE grant_rev_db.test_tbl3 TO grant_revoke_test_ROOT;

-- 2019-04-18 07:06:56,619 INFO     MainThread: Started query 2f4a6cadf20a92ad:06dfbe9600000000
-- executing against localhost:21000

REVOKE ALL ON DATABASE functional FROM grant_revoke_test_ROOT;

-- 2019-04-18 07:06:56,639 INFO     MainThread: Started query 6e4e5423edf4a3ab:ca51d04e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant role grant_revoke_test_ROOT;

-- 2019-04-18 07:06:56,645 INFO     MainThread: Started query d54c403f6dd631cf:796358cc00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
GRANT SELECT (a) ON TABLE grant_rev_db.test_tbl3 TO grant_revoke_test_ROOT;

-- executing against localhost:21000
REVOKE SELECT ON TABLE grant_rev_db.test_tbl3 FROM grant_revoke_test_ROOT;

-- 2019-04-18 07:06:56,755 INFO     MainThread: Started query 6f426283a0767079:0dada8c200000000
-- executing against localhost:21000
GRANT SELECT ON TABLE grant_rev_db.test_tbl3 TO grant_revoke_test_ROOT WITH GRANT OPTION;

-- 2019-04-18 07:06:56,771 INFO     MainThread: Started query 5548b12769c1124b:0629dc3f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
GRANT SELECT (a) ON TABLE grant_rev_db.test_tbl3 TO grant_revoke_test_ROOT;

-- 2019-04-18 07:06:56,803 INFO     MainThread: Started query af4eb4392aaac701:ecdbf8d300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant role grant_revoke_test_ROOT;

-- 2019-04-18 07:06:56,810 INFO     MainThread: Started query a74b192b15f7bef7:5277bbcf00000000
-- executing against localhost:21000
GRANT SELECT (a, c, e) ON TABLE grant_rev_db.test_tbl3 TO grant_revoke_test_ALL_SERVER  WITH GRANT OPTION;

-- 2019-04-18 07:06:56,831 INFO     MainThread: Started query 6944c6cd59f540d6:6f78a67900000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,837 INFO     MainThread: Started query ab4f15d344548363:993dc7ac00000000
-- executing against localhost:21000
REVOKE GRANT OPTION FOR SELECT (a, c) ON TABLE grant_rev_db.test_tbl3 FROM grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,879 INFO     MainThread: Started query 64484ffd4e40264a:117e9c8000000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:56,885 INFO     MainThread: Started query 0c4745e3ec4b01cd:ad25ba1900000000
-- executing against localhost:21000
revoke role grant_revoke_test_ALL_SERVER from group `ubuntu`;

-- 2019-04-18 07:06:56,898 INFO     MainThread: Started query 5c4bbd4231da4650:52b40fb700000000
-- executing against localhost:21000
create role grant_revoke_test_ALL_SERVER1;

-- 2019-04-18 07:06:56,910 INFO     MainThread: Started query 5a4ec693a3e945ae:0b63943300000000
-- executing against localhost:21000
grant all on server server1 to grant_revoke_test_ALL_SERVER1;

-- 2019-04-18 07:06:56,922 INFO     MainThread: Started query 4c42c9b033cab92c:cecf746f00000000
-- executing against localhost:21000
grant role grant_revoke_test_ALL_SERVER1 to group `ubuntu`;

-- 2019-04-18 07:06:56,934 INFO     MainThread: Started query ff4ff63aceff540f:b597b5e600000000
-- executing against localhost:21000
drop database grant_rev_db cascade;

-- 2019-04-18 07:06:57,393 INFO     MainThread: Started query 1b48f9246614073c:b1c8fe0900000000
-- executing against localhost:21000
create database grant_rev_db location &apos;/test-warehouse/grant_rev_db.db&apos;;

-- 2019-04-18 07:06:57,686 INFO     MainThread: Started query aa41a794eb1f9393:06326de600000000
-- executing against localhost:21000
revoke role grant_revoke_test_ALL_SERVER1 from group `ubuntu`;

-- 2019-04-18 07:06:57,699 INFO     MainThread: Started query 424f87b534f13c93:83bbfedc00000000
-- executing against localhost:21000
create database grant_rev_db location &apos;/test-warehouse/grant_rev_db.db&apos;;

-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER1;

-- 2019-04-18 07:06:57,801 INFO     MainThread: Started query 2045bfc356fc6cd9:c6b67cc000000000
-- executing against localhost:21000
revoke all on server server1 from grant_revoke_test_ALL_SERVER1;

-- 2019-04-18 07:06:57,819 INFO     MainThread: Started query b140bba7ce635653:349719f900000000
-- executing against localhost:21000
show grant role grant_revoke_test_ALL_SERVER1;

-- 2019-04-18 07:06:57,835 INFO     MainThread: Started query be418aa6701a8162:d69e64ff00000000
-- executing against localhost:21000
grant role grant_revoke_test_ALL_SERVER to group `ubuntu`;

-- 2019-04-18 07:06:57,847 INFO     MainThread: Started query be4c2286c9e771d7:0d3a70d600000000
-- executing against localhost:21000
create role grant_revoke_test_COLUMN_PRIV;

-- 2019-04-18 07:06:57,859 INFO     MainThread: Started query 2342859b1eafeccd:8d065f1900000000
-- executing against localhost:21000
grant role grant_revoke_test_COLUMN_PRIV to group `ubuntu`;

-- 2019-04-18 07:06:57,871 INFO     MainThread: Started query 884fe8fa81a70c1a:f6a5876800000000
-- executing against localhost:21000
create database if not exists grant_rev_db;

-- 2019-04-18 07:06:57,877 INFO     MainThread: Started query 524cddab42f6525f:b31ba39c00000000
-- executing against localhost:21000
create table grant_rev_db.test_tbl4 (col1 int, col2 int);

-- 2019-04-18 07:06:58,184 INFO     MainThread: Started query c34bd56cdbeec4c6:9100acff00000000
-- executing against localhost:21000
revoke role grant_revoke_test_ALL_SERVER from group `ubuntu`;

-- 2019-04-18 07:06:58,196 INFO     MainThread: Started query f94cb868080f7d9c:445a242e00000000
-- executing against localhost:21000
show grant role grant_revoke_test_COLUMN_PRIV;

-- 2019-04-18 07:06:58,201 INFO     MainThread: Started query 1348ae9f35577b02:c5b8a22c00000000
-- executing against localhost:21000
show databases;

-- 2019-04-18 07:06:58,214 INFO     MainThread: Started query c54b9caec681c3ec:d4a55c9600000000
-- executing against localhost:21000
grant select(col1) on table grant_rev_db.test_tbl4 to role grant_revoke_test_COLUMN_PRIV;

-- 2019-04-18 07:06:58,309 INFO     MainThread: Started query 9d4e7169b2484dac:553b929400000000
-- executing against localhost:21000
show grant role grant_revoke_test_COLUMN_PRIV;

-- 2019-04-18 07:06:58,315 INFO     MainThread: Started query 674db4cb9e37906b:43c6140e00000000
-- executing against localhost:21000
show databases;

-- 2019-04-18 07:06:58,331 INFO     MainThread: Started query 824021d053194bde:2a98b78400000000
-- executing against localhost:21000
grant role grant_revoke_test_ALL_SERVER to group `ubuntu`;

-- 2019-04-18 07:06:58,343 INFO     MainThread: Started query a8423308c6be3918:f841154400000000
-- executing against localhost:21000
drop database if exists grant_rev_db cascade;

-- 2019-04-18 07:06:58,730 INFO     MainThread: Started query 604c5568c4c8e8b2:c1e948ba00000000
-- executing against localhost:21000
revoke role grant_revoke_test_ALL_SERVER from group `ubuntu`;

-- 2019-04-18 07:06:58,742 INFO     MainThread: Started query 6e435efdb274c2ca:e3dcb57400000000
-- executing against localhost:21000
revoke role grant_revoke_test_COLUMN_PRIV from group `ubuntu`;

-- 2019-04-18 07:06:58,752 INFO     MainThread: Started query 27452c3d75ffa128:5ce227a500000000
-- executing against localhost:21000
drop role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:06:58,767 INFO     MainThread: Started query 4644ad00faef06a7:0e00569a00000000
-- executing against localhost:21000

drop role grant_revoke_test_SELECT_INSERT_TEST_TBL;

-- 2019-04-18 07:06:58,780 INFO     MainThread: Started query 974210af05bf49a1:c755978d00000000
-- executing against localhost:21000

drop role grant_revoke_test_ALL_URI;

-- 2019-04-18 07:06:58,799 INFO     MainThread: Started query e44acdae455fd83b:5131d41100000000
-- executing against localhost:21000

drop role grant_revoke_test_ROOT;

-- 2019-04-18 07:06:58,811 INFO     MainThread: Started query 1242584b1b9da030:b40e191200000000
-- executing against localhost:21000

drop role grant_revoke_test_COLUMN_PRIV;

-- 2019-04-18 07:06:58,823 INFO     MainThread: Started query 04437a56222c0d5b:321bef4c00000000
</system-err></testcase><testcase classname="authorization.test_grant_revoke.TestGrantRevoke" file="authorization/test_grant_revoke.py" line="95" name="test_grant_revoke_kudu[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="26.7702410221"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:07:10 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:07:10,517 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:07:10 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:07:12 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:07:13 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:07:13 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:07:13 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:07:16 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:07:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:07:16 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:07:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:07:17 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:07:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:07:18 MainThread: num_known_live_backends has reached value: 3
07:07:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:07:18 MainThread: num_known_live_backends has reached value: 3
07:07:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:07:19 MainThread: num_known_live_backends has reached value: 3
07:07:19 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:07:19,708 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:07:19,708 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:07:19,709 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:07:19,711 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:07:19,711 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:07:19,712 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:07:19,713 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:07:19,713 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:07:19,714 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:07:19,715 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:07:19,715 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:07:19,716 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:07:19,717 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_kudu[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|t;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49a8f10&gt;
-- 2019-04-18 07:07:19,832 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:07:19,872 INFO     MainThread: Started query 0247701b3f939260:792f742e00000000
-- executing against localhost:21000
show role grant group `ubuntu`;

-- 2019-04-18 07:07:19,878 INFO     MainThread: Started query 2143bbae77b87771:40a285b700000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- 2019-04-18 07:07:19,997 INFO     MainThread: Started query f54fea4fe6cbb425:67ee362300000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:07:20,073 INFO     MainThread: Started query f5461e06a7202d92:0626f95f00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:07:20,125 INFO     MainThread: Started query 4c4cac686a464488:369e75f000000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:07:20,132 INFO     MainThread: Started query 2d4929c4950d0ad2:0e0bd0fd00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_kudu[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|t;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `grant_rev_db` cascade;

-- 2019-04-18 07:07:20,232 INFO     MainThread: Started query 3e457843ffa846b3:f070d51b00000000
-- executing against localhost:21000
drop role grant_revoke_test_admin;

-- 2019-04-18 07:07:20,278 INFO     MainThread: Started query 8f4cde08f9a096e7:a9043d7500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_kudu[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|t;
-- executing against localhost:21000
use default;

-- 2019-04-18 07:07:20,284 INFO     MainThread: Started query 28471927109929e4:eb1d417700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_kudu[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|t;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
create role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:07:20,303 INFO     MainThread: Started query 4d424d9475dbb3c7:2ea446fe00000000
-- executing against localhost:21000
create role grant_revoke_test_ALL_TEST_DB;

-- 2019-04-18 07:07:20,320 INFO     MainThread: Started query ef4e50c9d0b06f4d:84eff18000000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:07:20,344 INFO     MainThread: Started query e34a53a680270db8:152058f300000000
-- executing against localhost:21000
grant role grant_revoke_test_ALL_SERVER to group `ubuntu`;

-- 2019-04-18 07:07:20,363 INFO     MainThread: Started query 30449e208e2dc8a6:bd62de8d00000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:07:20,384 INFO     MainThread: Started query 364d23339de6dfbe:49b091f800000000
-- executing against localhost:21000
create database grant_rev_db;

-- 2019-04-18 07:07:20,945 INFO     MainThread: Started query 164b2afb30d1e286:b5ca038900000000
-- executing against localhost:21000
grant role grant_revoke_test_ALL_TEST_DB to group `ubuntu`;

-- 2019-04-18 07:07:20,964 INFO     MainThread: Started query d340d1bfe82370bc:8647bc7000000000
-- executing against localhost:21000
grant all on database grant_rev_db to grant_revoke_test_ALL_TEST_DB;

-- 2019-04-18 07:07:20,984 INFO     MainThread: Started query e2405c69b7c368a6:06ff1a7400000000
-- executing against localhost:21000
revoke role grant_revoke_test_ALL_SERVER from group `ubuntu`;

-- 2019-04-18 07:07:21,025 INFO     MainThread: Started query 61481e487200d124:6db3841d00000000
-- executing against localhost:21000
show current roles;

-- 2019-04-18 07:07:21,032 INFO     MainThread: Started query 4141bb4329144128:2fd46f0700000000
-- executing against localhost:21000
create table grant_rev_db.kudu_tbl_with_ext (i int primary key, a string)
partition by hash(i) partitions 3 stored as kudu
tblproperties(&apos;EXTERNAL&apos;=&apos;TRUE&apos;);

-- executing against localhost:21000
create table grant_rev_db.kudu_tbl_with_ext (i int primary key, a string)
partition by hash(i) partitions 3 stored as kudu
tblproperties(&apos;external&apos;=&apos;true&apos;);

-- executing against localhost:21000
create table grant_rev_db.kudu_tbl_with_addr (i int primary key, a string)
partition by hash(i) partitions 3 stored as kudu
tblproperties(&apos;kudu.master_addresses&apos;=&apos;foo&apos;);

-- executing against localhost:21000
create table grant_rev_db.kudu_tbl (i int primary key, a string)
partition by hash(i) partitions 3 stored as kudu;

-- 2019-04-18 07:07:22,217 INFO     MainThread: Started query c140f5697d33231b:ee4d877d00000000
-- executing against localhost:21000
alter table grant_rev_db.kudu_tbl set tblproperties(&apos;kudu.master_addresses&apos;=&apos;foo&apos;);

-- executing against localhost:21000
alter table grant_rev_db.kudu_tbl set tblproperties(&apos;EXTERNAL&apos;=&apos;TRUE&apos;);

-- executing against localhost:21000
alter table grant_rev_db.kudu_tbl set tblproperties(&apos;external&apos;=&apos;true&apos;);

-- executing against localhost:21000
grant role grant_revoke_test_ALL_SERVER to group `ubuntu`;

-- 2019-04-18 07:07:22,709 INFO     MainThread: Started query 1a486b3104cc9b86:6036f23b00000000
-- executing against localhost:21000
alter table grant_rev_db.kudu_tbl set tblproperties(&apos;EXTERNAL&apos;=&apos;TRUE&apos;);

-- 2019-04-18 07:07:22,828 INFO     MainThread: Started query b74ce00e76ab6cc2:c3a15ff500000000
-- executing against localhost:21000
alter table grant_rev_db.kudu_tbl set tblproperties(&apos;EXTERNAL&apos;=&apos;FALSE&apos;);

-- 2019-04-18 07:07:22,915 INFO     MainThread: Started query 9040a68aab41d1ef:2992244f00000000
-- executing against localhost:21000
create role grant_revoke_test_KUDU;

-- 2019-04-18 07:07:22,931 INFO     MainThread: Started query c34e72f022893b36:074544e400000000
-- executing against localhost:21000
grant role grant_revoke_test_KUDU to group `ubuntu`;

-- 2019-04-18 07:07:22,946 INFO     MainThread: Started query b648477f77338ceb:d9525c5300000000
-- executing against localhost:21000
revoke role grant_revoke_test_ALL_SERVER from group `ubuntu`;

-- 2019-04-18 07:07:22,960 INFO     MainThread: Started query 204a64795223ffbb:e9061d9300000000
-- executing against localhost:21000
revoke role grant_revoke_test_ALL_TEST_DB from group `ubuntu`;

-- 2019-04-18 07:07:22,974 INFO     MainThread: Started query 4b4f35fdb153ecc1:80cd670f00000000
-- executing against localhost:21000
insert into grant_rev_db.kudu_tbl values (1, &quot;foo&quot;);

-- executing against localhost:21000
grant insert on table grant_rev_db.kudu_tbl to grant_revoke_test_KUDU;

-- 2019-04-18 07:07:23,133 INFO     MainThread: Started query be47c0534f6605b5:cd5109ee00000000
-- executing against localhost:21000
insert into grant_rev_db.kudu_tbl values (1, &quot;foo&quot;);

-- 2019-04-18 07:07:23,242 INFO     MainThread: Started query 6847b19cfb25829b:3c0001d400000000
-- executing against localhost:21000
upsert into grant_rev_db.kudu_tbl values (1, &quot;bar&quot;);

-- executing against localhost:21000
select * from grant_rev_db.kudu_tbl;

-- executing against localhost:21000
grant select(i) on table grant_rev_db.kudu_tbl to grant_revoke_test_KUDU;

-- 2019-04-18 07:07:23,549 INFO     MainThread: Started query b648c8946eec63cf:ce9a43e400000000
-- executing against localhost:21000
select i from grant_rev_db.kudu_tbl;

-- 2019-04-18 07:07:24,087 INFO     MainThread: Started query eb4a476606eedf90:f9d6f1de00000000
-- executing against localhost:21000
update grant_rev_db.kudu_tbl set a = &quot;zzz&quot;;

-- executing against localhost:21000
delete from grant_rev_db.kudu_tbl;

-- executing against localhost:21000
grant select(a) on table grant_rev_db.kudu_tbl to grant_revoke_test_KUDU;

-- 2019-04-18 07:07:24,348 INFO     MainThread: Started query 754a0aeda3e0eb41:515b5c8000000000
-- executing against localhost:21000
grant ALL on table grant_rev_db.kudu_tbl to grant_revoke_test_KUDU;

-- 2019-04-18 07:07:24,372 INFO     MainThread: Started query 5140d0fba1c88d7b:153fade600000000
-- executing against localhost:21000
update grant_rev_db.kudu_tbl set a = &quot;zzz&quot;;

-- 2019-04-18 07:07:24,385 INFO     MainThread: Started query 1249d425989caf25:f0c8976200000000
-- executing against localhost:21000
upsert into grant_rev_db.kudu_tbl values (1, &quot;mom&quot;);

-- 2019-04-18 07:07:24,453 INFO     MainThread: Started query d440cca499dbcef3:04b7572a00000000
-- executing against localhost:21000
select * from grant_rev_db.kudu_tbl;

-- 2019-04-18 07:07:24,572 INFO     MainThread: Started query e149f512002f7854:cb8e008200000000
-- executing against localhost:21000
drop table grant_rev_db.kudu_tbl;

-- 2019-04-18 07:07:25,294 INFO     MainThread: Started query f74e004062d4ff20:161c395700000000
-- executing against localhost:21000
drop role grant_revoke_test_ALL_SERVER;

-- 2019-04-18 07:07:25,312 INFO     MainThread: Started query 264b5ea0ae551de0:174a9e3b00000000
-- executing against localhost:21000

drop role grant_revoke_test_ALL_TEST_DB;

-- 2019-04-18 07:07:25,328 INFO     MainThread: Started query 5d4727447c899c97:2913317900000000
-- executing against localhost:21000

drop role grant_revoke_test_KUDU;

-- 2019-04-18 07:07:25,341 INFO     MainThread: Started query b64ff81bfb736de2:26f02f1300000000
</system-err></testcase><testcase classname="authorization.test_grant_revoke.TestGrantRevoke" file="authorization/test_grant_revoke.py" line="105" name="test_grant_revoke_with_catalog_v1" time="58.2029571533"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:07:37 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:07:37,323 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml --sentry_catalog_polling_frequency_s=3600 &apos; --impalad_args=--default_query_options=
07:07:37 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:07:38 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:07:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:07:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:07:39 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:07:42 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:07:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:07:42 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:07:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:07:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:07:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:07:44 MainThread: num_known_live_backends has reached value: 3
07:07:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:07:45 MainThread: num_known_live_backends has reached value: 3
07:07:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:07:45 MainThread: num_known_live_backends has reached value: 3
07:07:46 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:07:46,547 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:07:46,547 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:07:46,549 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:07:46,551 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:07:46,551 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:07:46,551 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:07:46,552 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:07:46,553 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:07:46,554 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:07:46,555 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:07:46,555 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:07:46,556 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:07:46,557 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49ac210&gt;
-- 2019-04-18 07:07:46,674 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:07:46,715 INFO     MainThread: Started query 104ffaf53498bb6e:c8ccd7ec00000000
-- executing against localhost:21000
show role grant group `ubuntu`;

-- 2019-04-18 07:07:46,721 INFO     MainThread: Started query d744a65230378b97:5b6cf80900000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- 2019-04-18 07:07:46,842 INFO     MainThread: Started query 8949dbe9df937ec4:b3359dd100000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:07:46,920 INFO     MainThread: Started query f2435258842275d7:15d5cf9800000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:07:46,972 INFO     MainThread: Started query 3646de6b64c329c3:2d828a6a00000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:07:46,979 INFO     MainThread: Started query b24c053d7e296a3a:5b4ba4eb00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `grant_rev_db` cascade;

-- 2019-04-18 07:07:47,085 INFO     MainThread: Started query 9c4bf50bf598cffe:e55d78ba00000000
-- executing against localhost:21000
drop role grant_revoke_test_admin;

-- 2019-04-18 07:07:47,131 INFO     MainThread: Started query 764d513f0e1242b1:12b087a600000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- 2019-04-18 07:07:47,149 INFO     MainThread: Started query 834269fdde493583:d3886d2900000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:07:47,168 INFO     MainThread: Started query 69419a7e8d514486:6a53587000000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:07:47,185 INFO     MainThread: Started query 4e4485ca433bf3a3:efe9a6e900000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:07:47,202 INFO     MainThread: Started query 814119814b0ca10a:8fb6411c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role;

-- 2019-04-18 07:07:47,389 INFO     MainThread: Started query 60430d5d7baf3f2a:86969e7100000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:47,594 INFO     MainThread: Started query 524136085e9b4689:b75170db00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:47,621 INFO     MainThread: Started query 944b49b948ec67d8:d1e9727600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:07:47,845 INFO     MainThread: Started query 21437f9d7b84868b:745375b700000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:48,200 INFO     MainThread: Started query 164ee7a8458e6c3a:1dfe562900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:48,212 INFO     MainThread: Started query d649b01780a19b1b:8b07264200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on server  from role grant_revoke_test_role;

-- 2019-04-18 07:07:48,402 INFO     MainThread: Started query df456f7570031a65:5dd2683f00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:48,604 INFO     MainThread: Started query 3e44063db53c62d9:7c06ba2900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:48,617 INFO     MainThread: Started query 60431ff07504f07b:b782a04900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:07:48,807 INFO     MainThread: Started query 194203433dc9164d:3282fdab00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role;

-- 2019-04-18 07:07:48,959 INFO     MainThread: Started query 39456b575e1f828e:ea86ebcc00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:49,161 INFO     MainThread: Started query 304414b7ec17d30c:eed189f900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:49,175 INFO     MainThread: Started query 9c4ff80bf52f6205:db83f81b00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on server  from role grant_revoke_test_role;

-- 2019-04-18 07:07:49,362 INFO     MainThread: Started query 474301d9ee0d1bf6:6fb7248f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:49,375 INFO     MainThread: Started query 3947c1454926c420:c2f962be00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:07:49,564 INFO     MainThread: Started query a8417f6930894fb5:1c5239b700000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:07:49,817 INFO     MainThread: Started query 244df9f8397b8fba:9c80178500000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:07:50,019 INFO     MainThread: Started query 7e4ed6497ff39636:3777a40a00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:07:50,221 INFO     MainThread: Started query 7a446cc72eb99ebe:0e3fba6600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists grant_rev_db  ;

-- 2019-04-18 07:07:50,624 INFO     MainThread: Started query 504ec9046e7a8b6e:7b8a7f0600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:07:50,827 INFO     MainThread: Started query 8542c5ad4df82366:e5e7b83400000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:51,029 INFO     MainThread: Started query 4a4c1506018f6ae0:4daff8c000000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:51,042 INFO     MainThread: Started query cb407a5c33500126:b6cf6b0000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:07:51,232 INFO     MainThread: Started query af4592b4fabff4db:4ef227a200000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:51,434 INFO     MainThread: Started query 404914f46e35368d:c6724b8700000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:51,445 INFO     MainThread: Started query 80436f32880a30d7:9154ed0e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:07:51,636 INFO     MainThread: Started query 944b831fe3b6a145:35d8a15300000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:51,837 INFO     MainThread: Started query bc4e8318678e0bd4:b9055d3d00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:51,850 INFO     MainThread: Started query c649c69e49b844c6:9796edb600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:07:52,040 INFO     MainThread: Started query a54dc83a94bb6383:3541c5ce00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:07:52,242 INFO     MainThread: Started query c248d54f5fa18904:9fc459d800000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:52,444 INFO     MainThread: Started query 2e497a7a520b07e7:d32826a400000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:52,455 INFO     MainThread: Started query 134a8be08f08ef69:01a4b87d00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:07:52,596 INFO     MainThread: Started query 204eed38585cb36b:2db20b3700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:52,608 INFO     MainThread: Started query 3a4222fe77e6ec05:09cdd15b00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:07:52,748 INFO     MainThread: Started query a642b2a40ef756c4:15ab03d100000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:07:52,950 INFO     MainThread: Started query 7346d4fb922608e2:a6562c2f00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:07:53,102 INFO     MainThread: Started query 0c4884cb04324f72:2b37762400000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:07:53,254 INFO     MainThread: Started query 1b47bc6ad381baa9:32a486d900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists grant_rev_db.tbl1 (col1 int) ;

-- 2019-04-18 07:07:53,507 INFO     MainThread: Started query 29421c9796f7575a:f6f3116000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:07:54,062 INFO     MainThread: Started query 10439acbeb1665e9:8783320b00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:54,214 INFO     MainThread: Started query 37429aca5dc8953b:b63d75cf00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:54,226 INFO     MainThread: Started query 4246f215c1184988:1925593a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:07:54,416 INFO     MainThread: Started query 294f0dcfe976470c:7e90b82100000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:54,568 INFO     MainThread: Started query 0b4cb3046b2d6ba1:34929e0d00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:54,579 INFO     MainThread: Started query 29424e25e5c06f26:d7d7d72f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:07:54,770 INFO     MainThread: Started query f443dc57044fdb4e:7414a3c800000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:54,922 INFO     MainThread: Started query ac4e96ace5c3c2ac:8a1d45fd00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:54,932 INFO     MainThread: Started query 8549b528962221bd:6335c5a500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:07:55,125 INFO     MainThread: Started query 5b4569735afe41d1:eba46f9f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:07:55,276 INFO     MainThread: Started query 3b46a9397ca16ca1:9a29e7d400000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:55,428 INFO     MainThread: Started query e844ce0ebf1cc9ec:e45278fd00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:55,438 INFO     MainThread: Started query f541f524ab5d269d:af39826500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:07:55,580 INFO     MainThread: Started query 2c4504f7bf643c8c:4be3209500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:55,590 INFO     MainThread: Started query 2b49972c9c574488:45a66b3b00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:07:55,731 INFO     MainThread: Started query 1a4b281baa79f4d5:6968130f00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:07:55,984 INFO     MainThread: Started query b0428c1b316bd0a2:b5f5756500000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:07:56,136 INFO     MainThread: Started query f8434e800566623a:a2a45b6000000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:07:56,286 INFO     MainThread: Started query 374670f42f603035:c8da840300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists grant_rev_db.tbl1  as select * from functional.alltypes;

-- 2019-04-18 07:07:56,764 INFO     MainThread: Started query c0412ac4d3fde348:bf28fe9d00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:07:56,921 INFO     MainThread: Started query 3248653efaab6631:6062d6bf00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:57,073 INFO     MainThread: Started query ac42567349eae15b:f84c3b1d00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:57,085 INFO     MainThread: Started query bc4f90cce22e9373:1ca8b83c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:07:57,226 INFO     MainThread: Started query 044d5b425cd98062:e863d90b00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:57,377 INFO     MainThread: Started query 464f830c3ac1e4c1:91c475e600000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:57,388 INFO     MainThread: Started query 0b45b1aa9928024e:2cccdece00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:07:57,529 INFO     MainThread: Started query 004f989892e38369:3a006dca00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:57,679 INFO     MainThread: Started query 084b4519967ea12f:8ee6e39a00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:57,691 INFO     MainThread: Started query 074d7a50ab33165e:d3dd273d00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:07:57,830 INFO     MainThread: Started query fc4a36a4cef6ec24:66be990500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:07:57,981 INFO     MainThread: Started query 5947cbdb9086e2e3:b654498000000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:58,133 INFO     MainThread: Started query 674d2f18a15d9a72:61370fb900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:58,143 INFO     MainThread: Started query 5d417a4f700c9d40:202e9c4700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:07:58,284 INFO     MainThread: Started query 544b64292e9c1f76:1497c51000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:58,295 INFO     MainThread: Started query 534d715a52534195:6e95806f00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:07:58,436 INFO     MainThread: Started query c14af54032fa2f42:aaa34ba500000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:07:58,689 INFO     MainThread: Started query 19486013708d7995:32be991400000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:07:58,840 INFO     MainThread: Started query 594b9f17d081ea98:1afab78d00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:07:58,992 INFO     MainThread: Started query 0f491f6e790a6c26:84d079b400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role;

-- 2019-04-18 07:07:59,144 INFO     MainThread: Started query d3430a8a5186ecaa:8df4967300000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:59,296 INFO     MainThread: Started query 82427c118c3d4455:0eb4749200000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:59,306 INFO     MainThread: Started query e4403cf867e5238d:1b38501000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:07:59,498 INFO     MainThread: Started query ad4fa8bdfe4302a3:0ffe501c00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:07:59,650 INFO     MainThread: Started query c14f430db088ea94:bb21f01600000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:07:59,659 INFO     MainThread: Started query 8c4e167bd1280943:cb160b4400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on server  from role grant_revoke_test_role;

-- 2019-04-18 07:07:59,852 INFO     MainThread: Started query a54b7310aceb06d3:71dfe49d00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:00,003 INFO     MainThread: Started query 2f4730c5afee617c:b2f4267600000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:00,013 INFO     MainThread: Started query 5a457a48c9d9b93a:1290d5de00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:00,205 INFO     MainThread: Started query 88473a34bc84f675:1d0c45a100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role;

-- 2019-04-18 07:08:00,357 INFO     MainThread: Started query ed44bc5248128557:f706de7500000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:00,509 INFO     MainThread: Started query 16432956ddccd961:de5e220300000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:00,519 INFO     MainThread: Started query fc4ed9c990fb358e:2de0e14500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on server  from role grant_revoke_test_role;

-- 2019-04-18 07:08:00,660 INFO     MainThread: Started query 534e916bb292717d:5ba9ad7e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:00,671 INFO     MainThread: Started query 07473859c0b6395b:33c7fe3200000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:00,812 INFO     MainThread: Started query f04aa93da00aeb9e:df79aabc00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:01,064 INFO     MainThread: Started query 614b7b62b06c3017:21fdcec300000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:01,215 INFO     MainThread: Started query 644579d291288344:7e3ec4ff00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:01,367 INFO     MainThread: Started query 184f2e817ed62088:d92b5fbb00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists grant_rev_db  ;

-- 2019-04-18 07:08:01,374 INFO     MainThread: Started query 414f5da9f71f099b:8cc5459200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:08:01,519 INFO     MainThread: Started query e04d17412dd291fd:3b23c76d00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:01,671 INFO     MainThread: Started query 5a43fc073152dd7b:5682121900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:01,680 INFO     MainThread: Started query d747575fb0062adf:31843e3700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:01,873 INFO     MainThread: Started query 884a5e1dae369397:7882613900000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:02,025 INFO     MainThread: Started query f44efbd399686152:411d881200000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:02,035 INFO     MainThread: Started query 7343da345b7d8bf5:d44a38cc00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:08:02,227 INFO     MainThread: Started query f347675ad6c7a398:4fcd97f400000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:02,378 INFO     MainThread: Started query 4a421261cbe117a0:e18486ea00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:02,388 INFO     MainThread: Started query 184074ed279d0cd2:5ce8e86100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:02,580 INFO     MainThread: Started query 88494296add56b19:deb38c2300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:08:02,732 INFO     MainThread: Started query af4ed60339654162:f90a717600000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:02,884 INFO     MainThread: Started query f547c03d7ca46ab8:538161e300000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:02,894 INFO     MainThread: Started query 63449b7cb33dc402:36c80b8300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:08:03,086 INFO     MainThread: Started query 4a4b3da2cd95d705:2261a93f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:03,096 INFO     MainThread: Started query f6462f2940da7964:b187117d00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:03,287 INFO     MainThread: Started query 0543c3e6d77a12e9:7e02927400000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:03,540 INFO     MainThread: Started query e84e83083d1c9aab:a3d07bc300000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:03,690 INFO     MainThread: Started query 4d4de03b5319306c:5cd6a4c200000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:03,842 INFO     MainThread: Started query e9461274cc4dc779:5192a32e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists grant_rev_db.tbl1 (col1 int) ;

-- 2019-04-18 07:08:03,994 INFO     MainThread: Started query a7443c1b25e1d50e:65af6cc400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:04,145 INFO     MainThread: Started query 7140f7eb4bc55b05:c85ed00600000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:04,297 INFO     MainThread: Started query 8d44b13bf3956899:0197981a00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:04,307 INFO     MainThread: Started query 8340a7754ed59241:db4fcae600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:04,499 INFO     MainThread: Started query d6459b54f4cc2ccc:8a5a591100000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:04,650 INFO     MainThread: Started query f24741abffef1227:de86635400000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:04,660 INFO     MainThread: Started query cd43f18aecf39f13:86a30a6a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:04,852 INFO     MainThread: Started query f64c9cba9014ffd8:216a3e8d00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:05,055 INFO     MainThread: Started query c94930286db7279d:f22d702000000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:05,066 INFO     MainThread: Started query ef41a166e473c72c:078d354300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:05,257 INFO     MainThread: Started query 5c4bfffd232c4f4a:041ad8fd00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:05,459 INFO     MainThread: Started query 97432f8ab184fb0a:f535fd9400000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:05,661 INFO     MainThread: Started query ac44173da4edee6f:0c47716a00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:05,670 INFO     MainThread: Started query 3f4e4a39cb52d16a:70e13bd400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:05,863 INFO     MainThread: Started query d74329f40e5b94b0:807da3e200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:05,874 INFO     MainThread: Started query 6c4baf93a43f2b48:9f6135bb00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:06,065 INFO     MainThread: Started query 504e2ff277391ffe:0f9a484e00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:06,318 INFO     MainThread: Started query bc427c4d924ec997:1b4616d400000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:06,519 INFO     MainThread: Started query 1b4f86df609f5fd3:abc52a4900000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:06,721 INFO     MainThread: Started query cd43016e4471c0bd:ebcfe57900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists grant_rev_db.tbl1  as select * from functional.alltypes;

-- 2019-04-18 07:08:06,761 INFO     MainThread: Started query 044c9283cd5d64c3:d507b20e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:06,922 INFO     MainThread: Started query f14ce30d87db76c8:aed82df800000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:07,123 INFO     MainThread: Started query af4f1ca7f5cc134b:6417dc4900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:07,134 INFO     MainThread: Started query fc4f46ed5f1e17b2:1fec76bc00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:07,326 INFO     MainThread: Started query a44ab744fdb14b1e:b223020900000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:07,528 INFO     MainThread: Started query 24493ec315a73108:172de54300000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:07,539 INFO     MainThread: Started query d14980124e49614a:90db262600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:07,730 INFO     MainThread: Started query d649cedd8e178a7d:1f94f5e500000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:07,933 INFO     MainThread: Started query ac423b0977740f53:0240682900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:07,942 INFO     MainThread: Started query 3d4806c40383a417:e377d6d800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:08,084 INFO     MainThread: Started query f84cf74e4dbc5a2d:00380f1300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:08,236 INFO     MainThread: Started query dc4b3347c968556e:c3d33b2d00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:08,387 INFO     MainThread: Started query a249155683010205:6d8384bb00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:08,397 INFO     MainThread: Started query f3403f37148da09a:c161b05500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:08,539 INFO     MainThread: Started query 794d3f26329382fc:3ff4032700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:08,549 INFO     MainThread: Started query a44d4af5bc126503:0d2bb4c400000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:08,690 INFO     MainThread: Started query bd41a7fb50ec0c82:0af99e7400000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:08,892 INFO     MainThread: Started query 5b4a0d96faa61271:0bfbb7ab00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:09,044 INFO     MainThread: Started query 174cdcb48798018e:6c56706f00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:09,195 INFO     MainThread: Started query 994796a92887146e:b909b25800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role;

-- 2019-04-18 07:08:09,347 INFO     MainThread: Started query e448c893c53fa55b:ec695d8f00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:09,357 INFO     MainThread: Started query cd4c4ad3ec80b045:f52286f300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:09,499 INFO     MainThread: Started query d8481f723c17f47e:92a29baa00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:09,509 INFO     MainThread: Started query e14fe7aecc080725:3a4ffccd00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on server  from role grant_revoke_test_role;

-- 2019-04-18 07:08:09,651 INFO     MainThread: Started query 4d4217707d7355e2:46f68da500000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:09,660 INFO     MainThread: Started query d645b05b109135bd:528a6c2200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:09,802 INFO     MainThread: Started query 5549af260007e6ab:39ccde4c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role;

-- 2019-04-18 07:08:09,954 INFO     MainThread: Started query 394b95d881cd0b9e:522f025600000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:09,963 INFO     MainThread: Started query 8741c2887bc3c4cf:592b7f2900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on server  from role grant_revoke_test_role;

-- 2019-04-18 07:08:10,105 INFO     MainThread: Started query 564dae8211f67dba:b5156a1000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:10,118 INFO     MainThread: Started query 574deb068e6c29da:81a4464500000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:10,256 INFO     MainThread: Started query 7c41f8a4979e197a:46fa48ac00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:10,508 INFO     MainThread: Started query 5840977468f60230:6c3c8ba100000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:10,660 INFO     MainThread: Started query a44e10dea15dff05:cda79f7f00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:10,811 INFO     MainThread: Started query 5e486027b9559e62:c082e8b500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists grant_rev_db  ;

-- 2019-04-18 07:08:10,817 INFO     MainThread: Started query 2742c9df22bf0df9:fff69ce300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:08:10,963 INFO     MainThread: Started query e64e6424774944db:cadba46300000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:10,972 INFO     MainThread: Started query a3409172baf74236:3ffad38200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:11,115 INFO     MainThread: Started query d547a049388f6c56:56c1b90800000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:11,124 INFO     MainThread: Started query 4d40f9458f4781b7:f7f15b5600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:08:11,267 INFO     MainThread: Started query 3c44d691d6bae5eb:7d4e5d3700000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:11,276 INFO     MainThread: Started query 9f4ea4e931d9846a:f0e7c17900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:11,469 INFO     MainThread: Started query b04c446e0f36329b:904cf5ab00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:08:11,620 INFO     MainThread: Started query c044faa73e90793c:6917c3ca00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:11,629 INFO     MainThread: Started query c24444af1cc68e5a:69253fab00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:08:11,772 INFO     MainThread: Started query 8241b2bed58de167:3c85c85000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:11,781 INFO     MainThread: Started query 6941c53315434e64:ace226a600000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:11,923 INFO     MainThread: Started query 9a417fb20c910e47:fdec7bb700000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:12,175 INFO     MainThread: Started query 574f1004746949c8:f2019abe00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:12,326 INFO     MainThread: Started query 694cb76a733ee615:a8fd39f400000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:12,478 INFO     MainThread: Started query 034d1685ac8e3fa8:12cbe69500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists grant_rev_db.tbl1 (col1 int) ;

-- 2019-04-18 07:08:12,630 INFO     MainThread: Started query 144619168aaf84e1:5b9c561600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:12,781 INFO     MainThread: Started query da483c25a90a5861:74fcf16400000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:12,790 INFO     MainThread: Started query fe43ce4417482189:ab16789f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:12,984 INFO     MainThread: Started query de4de53e9510a7e6:6be61cce00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:12,993 INFO     MainThread: Started query f94a5dc5f4b48c0e:51c9180100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:13,186 INFO     MainThread: Started query 584fa852a43e535f:12c03a5200000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:13,195 INFO     MainThread: Started query 674950f187dd52a4:ccda080500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:13,388 INFO     MainThread: Started query 9e4c8163b28a4a2d:c959720a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:13,539 INFO     MainThread: Started query 0b4fe44edda39a09:fe8d036d00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:13,548 INFO     MainThread: Started query 774ab91e74596258:65912b1700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:13,741 INFO     MainThread: Started query 3d44585197c1bff9:e3b1d0cc00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:13,750 INFO     MainThread: Started query 3d46385661fd612b:b2e0e29900000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:13,893 INFO     MainThread: Started query 714c5da278c4ad54:7aa4ab0d00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:14,145 INFO     MainThread: Started query 7e40e6697775c2c2:5351385700000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:14,297 INFO     MainThread: Started query 354f963503001069:c87ccc2700000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:14,449 INFO     MainThread: Started query 654490bbc51d4ab3:d2d4d1c700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists grant_rev_db.tbl1  as select * from functional.alltypes;

-- 2019-04-18 07:08:14,488 INFO     MainThread: Started query 79473b31cda96ea9:5d28059600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:14,651 INFO     MainThread: Started query 4e4d08acd7765664:f8cd8c1e00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:14,660 INFO     MainThread: Started query ce4dcf0b43a00078:4252a07e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:14,853 INFO     MainThread: Started query 4a42bbdc80f29ea7:b998a60e00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:14,864 INFO     MainThread: Started query 93498697b71d40e5:309369ad00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:15,055 INFO     MainThread: Started query 3a4483b1ade19a24:afea647300000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:15,064 INFO     MainThread: Started query e844fb929b5606df:9b3ab9d200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:15,257 INFO     MainThread: Started query 2746734682397e01:08003be100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:15,459 INFO     MainThread: Started query 094cf9f5b15d24f7:4e2f440400000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:15,468 INFO     MainThread: Started query c24b634f2fe77e44:50e3194800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:15,661 INFO     MainThread: Started query a24bcb273e2cc0ec:b3d161d600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:15,669 INFO     MainThread: Started query 604ca858fdeeb73f:496e9bcf00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:15,863 INFO     MainThread: Started query ba4093ca569a8402:e271b81300000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:16,116 INFO     MainThread: Started query 7b4a702f398ca6ec:3f81312800000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:16,266 INFO     MainThread: Started query f44db73ac65d7773:7271637500000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:16,418 INFO     MainThread: Started query 9b43e6c7e6843f43:a06f4af400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role;

-- 2019-04-18 07:08:16,619 INFO     MainThread: Started query bb480cf7c8d05274:151cf68c00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:16,628 INFO     MainThread: Started query 8549822c757f7f5d:e03141ee00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:16,822 INFO     MainThread: Started query b0442046a9660ab6:f3a5614900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:16,831 INFO     MainThread: Started query 8245913330982ccd:7dbdc20000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on server  from role grant_revoke_test_role;

-- 2019-04-18 07:08:17,024 INFO     MainThread: Started query 6144b2d4d5009945:815057e000000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:17,034 INFO     MainThread: Started query 8842a6eb07d281c2:c2e282b100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:17,226 INFO     MainThread: Started query 3d412d74fc6d1f93:68fbd44c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role;

-- 2019-04-18 07:08:17,428 INFO     MainThread: Started query 4e419b9f6e61ff56:5354993800000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:17,437 INFO     MainThread: Started query 484d5a8c53b32f09:d458366200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on server  from role grant_revoke_test_role;

-- 2019-04-18 07:08:17,630 INFO     MainThread: Started query 5344065925fdc501:5cb6e5af00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:17,640 INFO     MainThread: Started query b243038a74a24a6d:4df6c57500000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:17,832 INFO     MainThread: Started query 3044ca980f619946:199e29b300000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:18,085 INFO     MainThread: Started query 334bf4c4e2fbc61a:7480e32500000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:18,287 INFO     MainThread: Started query a640f0ce83620749:c492f77900000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:18,489 INFO     MainThread: Started query da499ddb8ac961b4:865b54ce00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists grant_rev_db  ;

-- 2019-04-18 07:08:18,496 INFO     MainThread: Started query 2e48d29dd6230235:d922846000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:08:18,641 INFO     MainThread: Started query a04a4dc68c92de82:feb7a69d00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:18,649 INFO     MainThread: Started query df4b079036fc3d26:3c8b61a100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:18,842 INFO     MainThread: Started query 64452e20a335f951:8c59071800000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:18,851 INFO     MainThread: Started query 7e472ca7222831a1:ee5dda5600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:08:18,994 INFO     MainThread: Started query b54e697f5f406474:8dc5699b00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:19,004 INFO     MainThread: Started query 46481210a90d5856:57ff6d4a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:19,144 INFO     MainThread: Started query f54042a2e2d97504:4662785000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:08:19,296 INFO     MainThread: Started query b442954135c7e441:1a6bdf9700000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:19,304 INFO     MainThread: Started query 8d48988ef64266d8:44f1997f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:08:19,447 INFO     MainThread: Started query a74790b10ee47452:887e33f100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:19,456 INFO     MainThread: Started query a843ff19b60b38c4:9f028aad00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:19,599 INFO     MainThread: Started query d24c4a1101f1c343:e0885cf200000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:19,801 INFO     MainThread: Started query c24ee2e12bfb2ace:c5c6e79700000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:19,952 INFO     MainThread: Started query 6942d1dd4b2c8303:6c3e5bbf00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:20,102 INFO     MainThread: Started query d24f60450a9711db:f5f7b0db00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists grant_rev_db.tbl1 (col1 int) ;

-- 2019-04-18 07:08:20,254 INFO     MainThread: Started query 8f49ef15a7bedba8:ebdf529400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:20,406 INFO     MainThread: Started query e64c9dab483b72d7:31913acf00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:20,414 INFO     MainThread: Started query 274cece4142bfaeb:3265bbd900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:20,558 INFO     MainThread: Started query 81442b8e58c1918e:8a8fd4ed00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:20,567 INFO     MainThread: Started query c54de21bc30cdb32:13e4bdb300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:20,709 INFO     MainThread: Started query b7421c88071ee396:2038e48800000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:20,718 INFO     MainThread: Started query 934e4d03f73dd5cd:f3e6606a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:20,860 INFO     MainThread: Started query 174b670af8262c44:8ae0c14a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:21,012 INFO     MainThread: Started query e6429697416c8197:ec040d4800000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:21,020 INFO     MainThread: Started query 154f5dc214cb5404:12b357b200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:21,163 INFO     MainThread: Started query 3e4aa831344160be:c5ca09b800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:21,172 INFO     MainThread: Started query 1b43d93f2cf38ca2:c19e3d9600000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:21,315 INFO     MainThread: Started query f84cc7f1174a2181:683620b400000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:21,517 INFO     MainThread: Started query 0649945b8716dbdf:92c61e6000000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:21,668 INFO     MainThread: Started query 7045f538c271f52e:8730180b00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:21,820 INFO     MainThread: Started query e048e30ef14817ec:3dc7895600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists grant_rev_db.tbl1  as select * from functional.alltypes;

-- 2019-04-18 07:08:21,858 INFO     MainThread: Started query 334b57e3df0517e9:5d3e8c4900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:22,022 INFO     MainThread: Started query 974dc2a5f9f3d96b:534d020700000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:22,031 INFO     MainThread: Started query 504200f2b637e909:14292d6900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:22,173 INFO     MainThread: Started query ff4fde49d54127cf:ee72265c00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:22,182 INFO     MainThread: Started query a44deac9b691d4ec:04a7490300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:22,325 INFO     MainThread: Started query 484451e59eb59de8:2e7821a000000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:22,333 INFO     MainThread: Started query 79456e9af0cb721d:6f743c0b00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:22,477 INFO     MainThread: Started query d445b125e51ef055:044b210600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:22,628 INFO     MainThread: Started query 8b402b7e9e000463:832f51c700000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:22,637 INFO     MainThread: Started query b24fd790b76f1838:c69fd5f500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:22,780 INFO     MainThread: Started query 374be2f19205286b:3bdce6ee00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_catalog_v1;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:22,789 INFO     MainThread: Started query e74ad35fddbf05e6:1c1e39c600000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:22,931 INFO     MainThread: Started query 6142553ec8262b52:60dd07b300000000
</system-err></testcase><testcase classname="authorization.test_grant_revoke.TestGrantRevoke" file="authorization/test_grant_revoke.py" line="115" name="test_grant_revoke_with_local_catalog" time="59.6874628067"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:08:35 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:08:35,563 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --use_local_catalog=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml --sentry_catalog_polling_frequency_s=3600 --use_local_catalog=true --catalog_topic_mode=minimal &apos; --impalad_args=--default_query_options=
07:08:36 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:08:37 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:08:38 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:08:38 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:08:38 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:08:41 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:08:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:08:41 MainThread: &apos;backends&apos;
07:08:41 MainThread: Waiting for num_known_live_backends=3. Current value: None
07:08:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:08:42 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:08:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:08:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:08:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:08:44 MainThread: num_known_live_backends has reached value: 3
07:08:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:08:44 MainThread: num_known_live_backends has reached value: 3
07:08:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:08:45 MainThread: num_known_live_backends has reached value: 3
07:08:45 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:08:45,758 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:08:45,758 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:08:45,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:08:45,761 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:08:45,761 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:08:45,762 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:08:45,763 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:08:45,763 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:08:45,764 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:08:45,765 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:08:45,765 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:08:45,766 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:08:45,767 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4ad27d0&gt;
-- 2019-04-18 07:08:45,882 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:08:45,917 INFO     MainThread: Started query 0b4fde7f663c78a5:c0f0248300000000
-- executing against localhost:21000
show role grant group `ubuntu`;

-- 2019-04-18 07:08:45,924 INFO     MainThread: Started query 1e4c42a058aa9b32:10fa96bb00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- 2019-04-18 07:08:46,061 INFO     MainThread: Started query 49423d546df5decc:7bf6f58100000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:46,141 INFO     MainThread: Started query 4045824a1e803f2c:720e740700000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:46,195 INFO     MainThread: Started query c74d4fd6757f015f:4daf18fd00000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:08:46,203 INFO     MainThread: Started query b1411203749ce1d7:57916d6900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `grant_rev_db` cascade;

-- 2019-04-18 07:08:46,329 INFO     MainThread: Started query 6c419bf5bca59d1b:1530376100000000
-- executing against localhost:21000
drop role grant_revoke_test_admin;

-- 2019-04-18 07:08:46,376 INFO     MainThread: Started query 5347de86e82a5c2b:6c17594a00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- 2019-04-18 07:08:46,396 INFO     MainThread: Started query b8426127a5f45532:ead9163f00000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:46,414 INFO     MainThread: Started query 314c1d1865bf250e:d888b34100000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:46,433 INFO     MainThread: Started query 884d342534d090cb:c6c46c0200000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:46,452 INFO     MainThread: Started query 5d473947f3d8c8f6:9f7038bd00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role;

-- 2019-04-18 07:08:46,635 INFO     MainThread: Started query c84ea8afd77bc317:124e41cf00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:46,839 INFO     MainThread: Started query 5e43ae2573ae3e4c:284b43f100000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:46,870 INFO     MainThread: Started query bf4a9310b62f5377:4e54cf3000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:47,144 INFO     MainThread: Started query 0c41995409a04386:6a220a0900000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:47,449 INFO     MainThread: Started query 82414db961aebfc3:2a91219800000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:47,462 INFO     MainThread: Started query b24e8575cae03e20:d99a655c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on server  from role grant_revoke_test_role;

-- 2019-04-18 07:08:47,652 INFO     MainThread: Started query 8842e7b67182ddc4:bee0fca500000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:47,803 INFO     MainThread: Started query d746378c7af95bf7:ac46e8d200000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:47,814 INFO     MainThread: Started query 5e4af13e529c21ef:3b42479700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:47,955 INFO     MainThread: Started query 8b4b6b27479b8994:87f3832800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role;

-- 2019-04-18 07:08:48,107 INFO     MainThread: Started query 7143a67a83ca286a:8f92f70100000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:48,259 INFO     MainThread: Started query 6346d6b7ce474a6e:f5720bd900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:48,271 INFO     MainThread: Started query f9489f3c552a2dd5:761a64df00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on server  from role grant_revoke_test_role;

-- 2019-04-18 07:08:48,411 INFO     MainThread: Started query fe4871471db1d141:d4c1df8600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:48,423 INFO     MainThread: Started query 764f691543097aeb:ff947b9b00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:48,562 INFO     MainThread: Started query 614657957503a3b4:5bc485fd00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:48,764 INFO     MainThread: Started query a24e3a86a937d09b:18c0997b00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:48,916 INFO     MainThread: Started query 2f40efcf1dd2e0b6:e05d14ee00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:49,068 INFO     MainThread: Started query ee45d77587e4c5ba:538e55c800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists grant_rev_db  ;

-- 2019-04-18 07:08:49,780 INFO     MainThread: Started query 134890c1e1024a3a:8532b09300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:08:49,933 INFO     MainThread: Started query 1f409501da877c6f:3d8132f700000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:50,086 INFO     MainThread: Started query 3e4cad77a7f7fb9b:a1601bd100000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:50,098 INFO     MainThread: Started query e44f39a672b2b071:b901fc4800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:50,290 INFO     MainThread: Started query 8a4492618085fb0d:fa27ebf700000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:50,442 INFO     MainThread: Started query a44bc486449e7316:813776bc00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:50,455 INFO     MainThread: Started query fd439195004458f8:006e1ae900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:08:50,645 INFO     MainThread: Started query 82490f734dfa4c45:e683305600000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:50,797 INFO     MainThread: Started query b044197b232d08b3:5f04fd4a00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:50,807 INFO     MainThread: Started query 534a6949ca1dc7f3:bc2c795200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:51,001 INFO     MainThread: Started query 4b4a7bbe92e215e0:7a3feb4c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:08:51,152 INFO     MainThread: Started query cb4317a5de0ab73b:2613a0ff00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:51,304 INFO     MainThread: Started query 2a447679fd3f8a74:f74dc86900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:51,314 INFO     MainThread: Started query ef42fb4edd95b16c:65eba00f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:08:51,506 INFO     MainThread: Started query d44a4085eb519700:533d903100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:51,518 INFO     MainThread: Started query 484cc1ac89077e06:2a48384f00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:51,710 INFO     MainThread: Started query 114aa9bfaae943eb:948c8f7e00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:51,963 INFO     MainThread: Started query 914bc02930e9deb4:23593d3700000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:52,115 INFO     MainThread: Started query d945138431d254cb:96a8982200000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:52,267 INFO     MainThread: Started query 7840913a6969d823:15c4c57c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists grant_rev_db.tbl1 (col1 int) ;

-- 2019-04-18 07:08:52,775 INFO     MainThread: Started query 6b41b5b776f81208:4681223500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:53,282 INFO     MainThread: Started query f34eae33eb189d7b:7b6a6dab00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:53,485 INFO     MainThread: Started query 0040bdb6dd8243f4:f7e5174f00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:53,496 INFO     MainThread: Started query 654fce9913b1014b:f249e14200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:53,688 INFO     MainThread: Started query cb486769a559fea5:76b3210300000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:53,890 INFO     MainThread: Started query 7545cedf82c5a27d:070865d000000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:53,901 INFO     MainThread: Started query 3044a8c1677eebdf:782216df00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:54,092 INFO     MainThread: Started query d848f492970776ee:d3dd3ed400000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:54,294 INFO     MainThread: Started query 5a4c68627072d388:9f0064f700000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:54,305 INFO     MainThread: Started query 054ba2036ed80af6:cdedc61e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:54,446 INFO     MainThread: Started query c34c61c7e60cc12c:88e7f2a400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:54,598 INFO     MainThread: Started query 0b4eb7dd1824b5ff:960bf29d00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:54,750 INFO     MainThread: Started query 244078f358ace3b4:8ec3204200000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:54,759 INFO     MainThread: Started query 0140299a50910bb1:ee7458ce00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:54,902 INFO     MainThread: Started query e94bebcad2acf3b8:cfe772e100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:54,911 INFO     MainThread: Started query 8e4a15df3f6e731a:5a9c97c200000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:55,054 INFO     MainThread: Started query c2445a5341cae0e7:8ee75f1500000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:55,257 INFO     MainThread: Started query 094fb28e2d67f49c:5200bdfc00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:55,409 INFO     MainThread: Started query df491bc5dda98606:50e8156900000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:55,561 INFO     MainThread: Started query 374e53bfec0784ee:8f10990700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists grant_rev_db.tbl1  as select * from functional.alltypes;

-- 2019-04-18 07:08:55,976 INFO     MainThread: Started query 75443261cc554df7:5c108f8d00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:56,149 INFO     MainThread: Started query 58451c12369bf93c:b26b561f00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:56,353 INFO     MainThread: Started query 424392f953084b0c:ded171f700000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:56,364 INFO     MainThread: Started query 594322a05d1eea60:1cf5f77c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:56,555 INFO     MainThread: Started query f54b16a24af67c0a:5aa98a1e00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:56,758 INFO     MainThread: Started query 5042f692b4542b9c:ba50976300000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:56,769 INFO     MainThread: Started query 3a4cf6ffb5b52611:dd8a74ae00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:56,959 INFO     MainThread: Started query 94436bf9055b2865:0873ae4500000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:57,162 INFO     MainThread: Started query 664a2649c1b207a3:7501d5b100000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:57,172 INFO     MainThread: Started query 9d4cbf9c2227448b:cd91e96200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:57,314 INFO     MainThread: Started query 9042645262498a76:d1884fe700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:08:57,466 INFO     MainThread: Started query 7d4e39cf35e43e5d:0c1bc17d00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:57,618 INFO     MainThread: Started query f7402315ba676479:5a542f0300000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:57,628 INFO     MainThread: Started query 8741fa00166c4203:204b8c1200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:08:57,771 INFO     MainThread: Started query 6648a56c82997598:6eef851400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:57,780 INFO     MainThread: Started query b7464b2bc25916dc:18c221a300000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:08:57,923 INFO     MainThread: Started query 2b4b92571508936a:86d0c3ab00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:08:58,126 INFO     MainThread: Started query 4f4e228769440903:b5923a7600000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:08:58,278 INFO     MainThread: Started query 3445f3ac7cb43cc4:f2c1263100000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:08:58,430 INFO     MainThread: Started query 754e57d245ba08c3:767507a800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role;

-- 2019-04-18 07:08:58,582 INFO     MainThread: Started query 3d4536a8bd4efb09:dfff3e3c00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:58,734 INFO     MainThread: Started query e0407695d3b9c2e0:9ea4f15500000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:58,745 INFO     MainThread: Started query fb48faf9892b8b0e:d4a6152200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:58,886 INFO     MainThread: Started query 884b1130c769bf50:453a611d00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:59,038 INFO     MainThread: Started query 5c42f7e621def191:7ef90ab100000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:59,050 INFO     MainThread: Started query 324030e34fb36233:e38d3e2200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on server  from role grant_revoke_test_role;

-- 2019-04-18 07:08:59,241 INFO     MainThread: Started query 144dd91426390eee:4e2d792100000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:59,393 INFO     MainThread: Started query 9146b5d6cc296240:ca57172d00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:59,409 INFO     MainThread: Started query 014bdc5b76003f1f:66046ca200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:08:59,596 INFO     MainThread: Started query af41a96c52779ba7:bd69972e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role;

-- 2019-04-18 07:08:59,749 INFO     MainThread: Started query d3474e00529bc988:3365b78600000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:08:59,901 INFO     MainThread: Started query 2948df3f991968e7:e9d3cd7c00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:08:59,911 INFO     MainThread: Started query 934bf7f71d4d92a4:8e0ba8ba00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on server  from role grant_revoke_test_role;

-- 2019-04-18 07:09:00,103 INFO     MainThread: Started query 8a43e3a18accb5a2:da27411b00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:00,113 INFO     MainThread: Started query 4340abc4df051a57:573b463400000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:00,254 INFO     MainThread: Started query 70420856d76e7f05:639e5ac400000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:00,506 INFO     MainThread: Started query fe4a425a16032e39:eda5176500000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:00,658 INFO     MainThread: Started query 6a462b9c744dd76d:7aa6cbe100000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:00,809 INFO     MainThread: Started query 1b475a6d9050ee8b:68787b4a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists grant_rev_db  ;

-- 2019-04-18 07:09:00,816 INFO     MainThread: Started query 8c4712f2c64791ac:16c6dd5e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:09:00,961 INFO     MainThread: Started query e4472798a0483831:43ec08bf00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:01,113 INFO     MainThread: Started query a344b5fa0f808af7:ff21548b00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:01,125 INFO     MainThread: Started query ed44d8fbad8a672e:c2cdf96f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:01,316 INFO     MainThread: Started query 214f8ca667c61ed2:e80f6b6b00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:01,468 INFO     MainThread: Started query bb430df0e21d4d25:c51eadaf00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:01,478 INFO     MainThread: Started query 6d485d076b881ea6:9552b54300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:09:01,671 INFO     MainThread: Started query 56436cd185ef8233:093453ac00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:01,823 INFO     MainThread: Started query 3048ae2e1e2669bc:51ec4f3e00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:01,832 INFO     MainThread: Started query b7486e702df53fb3:62d12b8b00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:02,025 INFO     MainThread: Started query 86424315dc49de6e:1298091300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:09:02,176 INFO     MainThread: Started query 5b46346826726af2:ddbc253300000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:02,328 INFO     MainThread: Started query f04d847e4d99ca19:598193c100000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:02,340 INFO     MainThread: Started query bd41f3c7fa26dacb:7f608ff700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:09:02,531 INFO     MainThread: Started query af48ddab8eb78dc3:085e6b2d00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:02,542 INFO     MainThread: Started query 4f4dd055160b3524:26038f0e00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:02,733 INFO     MainThread: Started query 284a8be588c8729d:75dd7a8600000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:02,986 INFO     MainThread: Started query 3846b9486bc9bbc5:673cfaa400000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:03,138 INFO     MainThread: Started query 544cea9aa05e0d9d:da608bb100000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:03,341 INFO     MainThread: Started query 444d922f3073c5f7:2c05638400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists grant_rev_db.tbl1 (col1 int) ;

-- 2019-04-18 07:09:03,493 INFO     MainThread: Started query 9f433332fb321982:290fcc2e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:03,696 INFO     MainThread: Started query a7453e82a599fb3d:a73e4d2100000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:03,899 INFO     MainThread: Started query f0477556772a55c5:9455a78a00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:03,909 INFO     MainThread: Started query 8345968f2bec8784:9962b49a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:04,102 INFO     MainThread: Started query c741943db180bd2b:2a1c26e600000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:04,304 INFO     MainThread: Started query 2345d291becc3c57:c30a1e4500000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:04,315 INFO     MainThread: Started query e14eaac1b4d36543:b6399f4e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:04,507 INFO     MainThread: Started query 7243ef303d03e66d:a814230300000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:04,659 INFO     MainThread: Started query b4408f2bc6247fb8:b24263ce00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:04,670 INFO     MainThread: Started query 894ac29680c692ef:cec9f7e400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:04,811 INFO     MainThread: Started query 064f8b2ea49e8da6:f201f5d500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:04,963 INFO     MainThread: Started query e746bad8fd22f039:b9f56c9a00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:05,115 INFO     MainThread: Started query f84e558d6d53ca92:1b530d9200000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:05,125 INFO     MainThread: Started query d74c8011521cc81b:f41759d300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:05,267 INFO     MainThread: Started query ff472794ef2f4a67:f6a719d500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:05,277 INFO     MainThread: Started query 6645987a84f977da:6858aa4900000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:05,419 INFO     MainThread: Started query 09461d17fd7af5b1:a35537ba00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:05,621 INFO     MainThread: Started query 6943d1c7f89c604a:6214846500000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:05,773 INFO     MainThread: Started query a34ea5029203fdb2:638aa2fb00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:05,925 INFO     MainThread: Started query bb4d6c90bba586df:91ceccc800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists grant_rev_db.tbl1  as select * from functional.alltypes;

-- 2019-04-18 07:09:05,971 INFO     MainThread: Started query 844af4662c6c7d5b:00ea177400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:06,128 INFO     MainThread: Started query 3b45e01aaa97c45b:62c9270900000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:06,280 INFO     MainThread: Started query fe4217b857d7e763:b98adf0a00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:06,291 INFO     MainThread: Started query 314d9230ba37ffc1:1e5cbe5700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:06,483 INFO     MainThread: Started query 504b5bf4bcd4dff9:170bc3c100000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:06,635 INFO     MainThread: Started query 7543999164555ba4:952371fb00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:06,645 INFO     MainThread: Started query c74231626ba67e51:d94b2f1b00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:06,838 INFO     MainThread: Started query fd4ad35b9d9517b9:b5d389a400000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:06,990 INFO     MainThread: Started query d94c2f7695874bcc:4082492300000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:06,999 INFO     MainThread: Started query 4746970f57ec7990:4b5faa1b00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:07,193 INFO     MainThread: Started query f14fa558bfbdf877:07c48cf100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:07,345 INFO     MainThread: Started query d54b21cb35c23513:63d3241800000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:09:07,497 INFO     MainThread: Started query 70441a00941a53d4:cac9e65500000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:07,506 INFO     MainThread: Started query 0e4f465ab1d5ddee:2a58236300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:07,699 INFO     MainThread: Started query 0949ce136bf9d860:7ed08aaf00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:07,711 INFO     MainThread: Started query ff4107830ffb3117:975022d300000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:07,902 INFO     MainThread: Started query be40c8541f17864b:3d5d7a5300000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:08,155 INFO     MainThread: Started query 67453d4594463ad0:2b05c4ff00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:08,307 INFO     MainThread: Started query 2b40196575aa5885:5e16c1c500000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:08,459 INFO     MainThread: Started query 01482b2940aedc54:b9ef484700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role;

-- 2019-04-18 07:09:08,611 INFO     MainThread: Started query 164407edc3e3ec00:125833b700000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:08,622 INFO     MainThread: Started query ec43f5d9a1707060:615458d800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:08,814 INFO     MainThread: Started query 984853107de26289:9ef5a55e00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:08,825 INFO     MainThread: Started query ba45106ee5eca5c4:8ba5af8c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on server  from role grant_revoke_test_role;

-- 2019-04-18 07:09:09,017 INFO     MainThread: Started query fe49f8b60e06d782:d617f92400000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:09,027 INFO     MainThread: Started query 6746042e99b19419:8f5e716a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:09,218 INFO     MainThread: Started query 554dba553d93b596:5792108600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on server  to role grant_revoke_test_role;

-- 2019-04-18 07:09:09,369 INFO     MainThread: Started query 3745c00fa3c3b6e9:016d2c9f00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:09,378 INFO     MainThread: Started query 4040643cbb6af01f:4d70577400000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on server  from role grant_revoke_test_role;

-- 2019-04-18 07:09:09,572 INFO     MainThread: Started query 2a49c6add66c17a0:fa37f03600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:09,582 INFO     MainThread: Started query ea4870bbda60d2a2:d164380b00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:09,773 INFO     MainThread: Started query b843c088525e1382:806085d700000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:10,026 INFO     MainThread: Started query 3e42cd7eed8ff610:e452a2fd00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:10,178 INFO     MainThread: Started query 8e4a05f2799c00ee:47fef07d00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:10,380 INFO     MainThread: Started query db433ee9da306ed8:75c88dd700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists grant_rev_db  ;

-- 2019-04-18 07:09:10,388 INFO     MainThread: Started query 3e46dd18b057be82:2eaa919200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:09:10,584 INFO     MainThread: Started query 4b4e74f78f15dc55:27d083b900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:10,593 INFO     MainThread: Started query 9e4b2534af0bdab8:792c7a0b00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:10,786 INFO     MainThread: Started query 1f404682619533a5:170af4ea00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:10,796 INFO     MainThread: Started query b74826dbdb1ebb08:392c700d00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:09:10,989 INFO     MainThread: Started query 2d464aa037083218:a17e781a00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:10,998 INFO     MainThread: Started query 2c4e81fdf6fee806:95998f8200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:11,192 INFO     MainThread: Started query 6045bb4a19110ce2:fd7ac2a800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:09:11,394 INFO     MainThread: Started query 56439a0b53764198:a5ba544800000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:11,404 INFO     MainThread: Started query 8a42c16c3292b881:0a427f5500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:09:11,597 INFO     MainThread: Started query 994076eb55e19901:d16a88b100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:11,607 INFO     MainThread: Started query 9449647a29e77f30:3eb23f8600000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:11,798 INFO     MainThread: Started query 184701a033ec3373:671d5d5300000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:12,000 INFO     MainThread: Started query 784b0f866b49918d:6b66e1cb00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:12,152 INFO     MainThread: Started query c046964d22541b3a:aa7112b300000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:12,303 INFO     MainThread: Started query 544d6f6e4eb01cc2:41a03d8e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists grant_rev_db.tbl1 (col1 int) ;

-- 2019-04-18 07:09:12,456 INFO     MainThread: Started query bc4e04625a3f4527:c4bb3ea700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:12,608 INFO     MainThread: Started query a64b2e364d012364:16aa451d00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:12,618 INFO     MainThread: Started query 544f631155af7490:9eedaac200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:12,760 INFO     MainThread: Started query 714b36a168edbbf9:9a1ffe4e00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:12,769 INFO     MainThread: Started query c946f571d7134f60:46af10a100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:12,911 INFO     MainThread: Started query 454cd23f22651f60:fa8020a100000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:12,921 INFO     MainThread: Started query 50423620395019ba:9f98505700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:13,063 INFO     MainThread: Started query 80428fd8aea1bfae:665e8b2d00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:13,215 INFO     MainThread: Started query 684b57a08bc472e3:764932c600000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:13,225 INFO     MainThread: Started query 824e027bcbe4a68c:8c49127f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:13,367 INFO     MainThread: Started query 4547913bd41013ab:176dbf6700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:13,377 INFO     MainThread: Started query a1411317e4771240:fb9f6de800000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:13,519 INFO     MainThread: Started query bf42cd41a1d222fa:54d7ed9900000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:13,722 INFO     MainThread: Started query bc4273b5114b188c:b01fea7100000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:13,873 INFO     MainThread: Started query ea44f0b7b32be12c:2e5ef51100000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:14,025 INFO     MainThread: Started query 204ca4dd5338e25b:446ef17a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists grant_rev_db.tbl1  as select * from functional.alltypes;

-- 2019-04-18 07:09:14,070 INFO     MainThread: Started query fb47ecbced8386c1:59f176b300000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:14,228 INFO     MainThread: Started query 1b415139ad23e1ce:41a4cdf500000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:14,237 INFO     MainThread: Started query 5e4b496f592581bd:f20d24b200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:14,380 INFO     MainThread: Started query dd48dae980ba62fe:fb35a09500000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:14,388 INFO     MainThread: Started query a441f4474b340d25:aeecb29900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:14,531 INFO     MainThread: Started query ef4354529031b4a1:38752e8700000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:14,540 INFO     MainThread: Started query 2549c5bbaf1bb7f8:ed7962ed00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:14,683 INFO     MainThread: Started query da4066a3719ea78f:d98c003800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:14,835 INFO     MainThread: Started query ef4afe86adce223a:93f3fb1600000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:14,844 INFO     MainThread: Started query 994e4e54b8fc0bfd:a95fe82e00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:14,987 INFO     MainThread: Started query da456979ae89d3ac:0fd16dd200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:14,997 INFO     MainThread: Started query 6349b8e34d5d41bd:3cb85c4600000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:15,139 INFO     MainThread: Started query 9d47ec6bf2f81845:92b31f6a00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:15,392 INFO     MainThread: Started query 0f48aa8fac70632e:d55f22b100000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:15,544 INFO     MainThread: Started query 894d341b0b682acc:09063ea500000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:15,696 INFO     MainThread: Started query 3d46356d705178c6:853784ca00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role;

-- 2019-04-18 07:09:15,848 INFO     MainThread: Started query 804bd06eebbac7da:6cc7da7900000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:15,857 INFO     MainThread: Started query 6147163c7e624e09:5b4a6c0000000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:16,050 INFO     MainThread: Started query 4041e255f169f28b:037a3b3d00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:16,060 INFO     MainThread: Started query a64f0307e29cd8bd:10a3b23a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on server  from role grant_revoke_test_role;

-- 2019-04-18 07:09:16,253 INFO     MainThread: Started query 6d4919f5b582758b:52a0072e00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:16,263 INFO     MainThread: Started query 0747eb81a5d91d07:6a02e1fc00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:16,455 INFO     MainThread: Started query 1c40ca6cb909dae5:6c47bde200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on server  to role grant_revoke_test_role;

-- 2019-04-18 07:09:16,607 INFO     MainThread: Started query 5f42ad4634a9dc8c:d32a1a0d00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:16,616 INFO     MainThread: Started query cc4596fd5f382d75:89ca1d5c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on server  from role grant_revoke_test_role;

-- 2019-04-18 07:09:16,810 INFO     MainThread: Started query d149b59402a30344:de140e6900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:16,819 INFO     MainThread: Started query c0483478f6fbab6f:6da6f34500000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:16,962 INFO     MainThread: Started query 2149e5fcd85e3c34:c716897b00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:17,215 INFO     MainThread: Started query d743ca6fb7bd6c49:45b16f6900000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:17,367 INFO     MainThread: Started query c04c7065ed00533a:c33b464600000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:17,519 INFO     MainThread: Started query 174b83f663525aa5:948c787600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists grant_rev_db  ;

-- 2019-04-18 07:09:17,526 INFO     MainThread: Started query 4c4fd866c8833ef2:e903a62100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:09:17,722 INFO     MainThread: Started query 804aedecafff3610:2b5e6bae00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:17,731 INFO     MainThread: Started query 1442b0c7e28eaef7:d940308800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:17,925 INFO     MainThread: Started query c34f0cc539f4fd62:9c78543800000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:17,934 INFO     MainThread: Started query a64e3945f438df6b:784fa6c200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:09:18,127 INFO     MainThread: Started query 244bd62a8a0d9461:b65f00ab00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:18,136 INFO     MainThread: Started query 9f4e1e0406d73278:5ecd7e2600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:18,329 INFO     MainThread: Started query 6d42f3c27ccb699b:709d264100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on database grant_rev_db to role grant_revoke_test_role;

-- 2019-04-18 07:09:18,481 INFO     MainThread: Started query 56419578715ad33f:1ad4417200000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:18,490 INFO     MainThread: Started query 754533e07e71358e:5be0b79f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on database grant_rev_db from role grant_revoke_test_role;

-- 2019-04-18 07:09:18,684 INFO     MainThread: Started query 704be907c961603a:bb85c3e600000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:18,694 INFO     MainThread: Started query e9416babefd2d929:639c456d00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:18,886 INFO     MainThread: Started query 494277260803b593:abd1444500000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:19,139 INFO     MainThread: Started query 7142ab5ee42e0f15:dbe9c1c600000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:19,342 INFO     MainThread: Started query 764ac220bf94c7cf:8f070f5100000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:19,544 INFO     MainThread: Started query 9e48c6fcd33181df:6ccd692d00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists grant_rev_db.tbl1 (col1 int) ;

-- 2019-04-18 07:09:19,747 INFO     MainThread: Started query 6d47c7840bb710a3:e07e9b3900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:19,950 INFO     MainThread: Started query 6749f62df79d7781:0492232f00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:19,959 INFO     MainThread: Started query 4545aacfb4e9067d:037c611700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:20,152 INFO     MainThread: Started query f147b2903e3209b6:25ce382f00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:20,161 INFO     MainThread: Started query 4041fa52b1b27400:99fe20c900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:20,304 INFO     MainThread: Started query 5044e0cc48cdd9d5:13878e3a00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:20,313 INFO     MainThread: Started query ac4e7d27e7ca8ee6:c2c00cfc00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:20,456 INFO     MainThread: Started query 8343844ffce55e3a:ebd95d6f00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:20,609 INFO     MainThread: Started query ab4728affa1a11aa:5cd4caa400000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:20,617 INFO     MainThread: Started query 3847215fe283b61b:c5afd9b900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:20,761 INFO     MainThread: Started query 51419a47dd9cea6c:417289d100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:20,770 INFO     MainThread: Started query 7544403d33f406e0:a475b31c00000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:20,912 INFO     MainThread: Started query b9409ff9bc4a1986:719ced2d00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:21,114 INFO     MainThread: Started query dc443b4a2ab9e6aa:2f1acfea00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:21,266 INFO     MainThread: Started query 2b45bfbec22dd763:d852fc7a00000000
-- executing against localhost:21000
create role grant_revoke_test_role;

-- 2019-04-18 07:09:21,417 INFO     MainThread: Started query 0c45f38f575406aa:db9d2b3500000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists grant_rev_db.tbl1  as select * from functional.alltypes;

-- 2019-04-18 07:09:21,459 INFO     MainThread: Started query 7446d7693b956f01:3f2cc52100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:21,619 INFO     MainThread: Started query 8c41a746e3f2c6fc:019a27e200000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:21,628 INFO     MainThread: Started query db4945e60c88ac47:2b3861b200000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:21,771 INFO     MainThread: Started query e442dbdaa9283c1d:4be182b300000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:21,781 INFO     MainThread: Started query ea490756d3022485:cfa533ee00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke grant option for select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:21,923 INFO     MainThread: Started query eb4e31314cc3b6da:78dff8ce00000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:21,933 INFO     MainThread: Started query ca42ad75264b6a31:5590f2ad00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role with grant option;

-- 2019-04-18 07:09:22,075 INFO     MainThread: Started query 4b49f88748441f52:8d883ee700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
grant select on table grant_rev_db.tbl1 to role grant_revoke_test_role;

-- 2019-04-18 07:09:22,227 INFO     MainThread: Started query a04f7c06db615af1:d8aad90200000000
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:22,236 INFO     MainThread: Started query d54e151f5bbd005d:da92077b00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
revoke select on table grant_rev_db.tbl1 from role grant_revoke_test_role;

-- 2019-04-18 07:09:22,379 INFO     MainThread: Started query 014dd81b9a5af3a1:e391174700000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_grant_revoke_with_local_catalog;
SET sync_ddl=1;
-- executing against localhost:21000
show grant role grant_revoke_test_role;

-- 2019-04-18 07:09:22,388 INFO     MainThread: Started query a3476b485dcb80cd:9266251600000000
-- executing against localhost:21000
drop role grant_revoke_test_role;

-- 2019-04-18 07:09:22,531 INFO     MainThread: Started query df4d0cbaf9b92606:972e21f500000000
</system-err></testcase><testcase classname="authorization.test_grant_revoke.TestGrantRevoke" file="authorization/test_grant_revoke.py" line="214" name="test_role_privilege_case[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="28.4253389835"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:09:35 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:09:35,221 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml --sentry_catalog_polling_frequency_s=1 &apos; --impalad_args=--default_query_options=
07:09:35 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:09:36 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:09:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:09:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:09:37 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:09:40 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:09:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:09:40 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:09:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:09:41 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:09:42 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:09:42 MainThread: num_known_live_backends has reached value: 3
07:09:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:09:43 MainThread: num_known_live_backends has reached value: 3
07:09:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:09:43 MainThread: num_known_live_backends has reached value: 3
07:09:44 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:09:44,420 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:09:44,420 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:09:44,421 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:09:44,423 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:09:44,423 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:09:44,424 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:09:44,425 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:09:44,425 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:09:44,426 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:09:44,427 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:09:44,427 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:09:44,428 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:09:44,429 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_role_privilege_case[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0};
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4a6b550&gt;
-- 2019-04-18 07:09:44,542 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:09:44,582 INFO     MainThread: Started query e04d69e13f784f28:ebfdc52200000000
-- executing against localhost:21000
show role grant group `ubuntu`;

-- 2019-04-18 07:09:44,590 INFO     MainThread: Started query f54258a8b98738ed:36c2ceb300000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- 2019-04-18 07:09:44,711 INFO     MainThread: Started query d24679a0142636ff:10d07a3800000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:09:44,788 INFO     MainThread: Started query 134e31de56124641:31f9b23d00000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:09:44,840 INFO     MainThread: Started query f6486b63462bf91c:76572a2300000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:09:44,848 INFO     MainThread: Started query d5437754e7dbdfa4:52f2bcee00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_role_privilege_case[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0};
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `grant_rev_db` cascade;

-- 2019-04-18 07:09:44,923 INFO     MainThread: Started query b443f5f9eae1c733:b814c3e600000000
-- executing against localhost:21000
drop role grant_revoke_test_admin;

-- 2019-04-18 07:09:44,970 INFO     MainThread: Started query a74b8a2918ca0b81:23091bfb00000000
-- executing against localhost:21000
create role test_role_WCXNI;

-- 2019-04-18 07:09:44,988 INFO     MainThread: Started query d846af93fe7de581:a47f4ac300000000
-- executing against localhost:21000
grant all on server to test_role_WCXNI;

-- 2019-04-18 07:09:45,007 INFO     MainThread: Started query 7743ff024c96ffd0:538a63fb00000000
-- executing against localhost:21000
grant role test_role_WCXNI to group `ubuntu`;

-- 2019-04-18 07:09:45,024 INFO     MainThread: Started query a44f02c4d3d41f70:ee116a5f00000000
-- executing against localhost:21000
create database test_role_privilege_case_x_C6EAN;

-- 2019-04-18 07:09:45,483 INFO     MainThread: Started query f4452d41f41b810d:f38f145a00000000
-- executing against localhost:21000
create database TEST_ROLE_PRIVILEGE_CASE_Y_G3XE3;

-- 2019-04-18 07:09:45,749 INFO     MainThread: Started query b5435f1e788890cd:8cbc6af500000000
-- executing against localhost:21000
create database TesT_Role_PRIVIlege_case_zO8V3K;

-- 2019-04-18 07:09:46,249 INFO     MainThread: Started query 4f482e8f8227b192:d1ca033f00000000
-- executing against localhost:21000
create table if not exists test_role_privilege_case_x_C6EAN.test1(i int);

-- 2019-04-18 07:09:46,756 INFO     MainThread: Started query ab4c08aa26896762:166259ea00000000
-- executing against localhost:21000
create table if not exists test_role_privilege_case_x_C6EAN.TEST2(i int);

-- 2019-04-18 07:09:47,248 INFO     MainThread: Started query 9a46bde4060f1958:ab6aa7f200000000
-- executing against localhost:21000
create table if not exists test_role_privilege_case_x_C6EAN.Test3(i int);

-- 2019-04-18 07:09:47,749 INFO     MainThread: Started query c04761f18e765332:de0c0afc00000000
-- executing against localhost:21000
grant select on table test_role_privilege_case_x_C6EAN.test1 to test_role_WCXNI;

-- 2019-04-18 07:09:48,180 INFO     MainThread: Started query 1b46c321f9ab3924:a5b7e84f00000000
-- executing against localhost:21000
grant select on table test_role_privilege_case_x_C6EAN.TEST2 to test_role_WCXNI;

-- 2019-04-18 07:09:48,384 INFO     MainThread: Started query ec4bd9ef342c9bfc:427f476b00000000
-- executing against localhost:21000
grant select on table test_role_privilege_case_x_C6EAN.TesT3 to test_role_WCXNI;

-- 2019-04-18 07:09:48,539 INFO     MainThread: Started query 814bb8ccd400ba91:990b8fda00000000
-- executing against localhost:21000
grant all on database test_role_privilege_case_x_C6EAN to test_role_WCXNI;

-- 2019-04-18 07:09:48,570 INFO     MainThread: Started query 624858dcdc2b58f4:31884fc600000000
-- executing against localhost:21000
grant all on database TEST_ROLE_PRIVILEGE_CASE_Y_G3XE3 to test_role_WCXNI;

-- 2019-04-18 07:09:48,599 INFO     MainThread: Started query c54e7d7f221124db:d21a076900000000
-- executing against localhost:21000
grant all on database TesT_Role_PRIVIlege_case_zO8V3K to test_role_WCXNI;

-- 2019-04-18 07:09:48,629 INFO     MainThread: Started query 644f71cf9f398746:05d1bd2900000000
-- executing against localhost:21000
show grant role test_role_WCXNI;

-- 2019-04-18 07:09:48,647 INFO     MainThread: Started query 924c6f23f084431d:15f7ef3700000000
-- executing against localhost:21000
show grant role test_role_WCXNI;

-- 2019-04-18 07:09:50,657 INFO     MainThread: Started query 3a498605ec957db2:13983eb400000000
-- executing against localhost:21000
drop database if exists TEST_ROLE_PRIVILEGE_CASE_Y_G3XE3;

-- 2019-04-18 07:09:50,820 INFO     MainThread: Started query 794369819877c4e5:3b66c16e00000000
-- executing against localhost:21000
drop database if exists TesT_Role_PRIVIlege_case_zO8V3K;

-- 2019-04-18 07:09:51,277 INFO     MainThread: Started query 9c4e3c78f7b55b33:00eba6c000000000
-- executing against localhost:21000
drop database if exists test_role_privilege_case_x_C6EAN cascade;

-- 2019-04-18 07:09:51,899 INFO     MainThread: Started query 08455e1f5c80d53f:4a19051300000000
-- executing against localhost:21000
drop role test_role_WCXNI;

-- 2019-04-18 07:09:51,917 INFO     MainThread: Started query 0248cf8c59deb7fc:e54e4b9300000000
</system-err></testcase><testcase classname="authorization.test_grant_revoke.TestGrantRevoke" file="authorization/test_grant_revoke.py" line="279" name="test_role_update[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="33.7477369308"><system-out>Stopping Sentry
Redirecting stdout to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
</system-out><system-err>19/04/18 07:10:03 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:10:03,401 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:10:03 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:10:04 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:10:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:10:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:10:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:10:09 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:10:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:10:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:10:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:10:10 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:10:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:10:11 MainThread: Waiting for num_known_live_backends=3. Current value: 2
07:10:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:10:12 MainThread: num_known_live_backends has reached value: 3
07:10:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:10:12 MainThread: num_known_live_backends has reached value: 3
07:10:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:10:13 MainThread: num_known_live_backends has reached value: 3
07:10:13 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:10:13,596 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:10:13,596 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:10:13,599 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:13,600 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:10:13,600 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:10:13,601 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:13,602 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:10:13,602 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:10:13,603 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:13,604 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:10:13,604 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:10:13,605 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:13,606 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_role_update[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4b9f5d0&gt;
-- 2019-04-18 07:10:13,724 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:10:13,765 INFO     MainThread: Started query 364d8a0903a90c10:cce830db00000000
-- executing against localhost:21000
show role grant group `ubuntu`;

-- 2019-04-18 07:10:13,771 INFO     MainThread: Started query 644d06ab66e5e93d:53b5b11500000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- 2019-04-18 07:10:13,893 INFO     MainThread: Started query 1543c46a9427ee1b:a3a89a3e00000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:10:13,971 INFO     MainThread: Started query 784cff3fdf268f87:1adb4f8600000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:10:14,026 INFO     MainThread: Started query 524a6581a7894c38:5a7d624d00000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:10:14,033 INFO     MainThread: Started query 854e1fab9deeb482:2cd82fa800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_role_update[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `grant_rev_db` cascade;

-- 2019-04-18 07:10:14,137 INFO     MainThread: Started query b0427f45553013a4:b419fade00000000
-- executing against localhost:21000
drop role grant_revoke_test_admin;

-- 2019-04-18 07:10:14,187 INFO     MainThread: Started query 284e76141a8bea62:8ea5172e00000000
-- executing against localhost:21000
create role test_role_H2BEN;

-- 2019-04-18 07:10:14,205 INFO     MainThread: Started query fe4e9c6356e159d2:d62cb5ba00000000
-- executing against localhost:21000
grant all on server to test_role_H2BEN;

-- 2019-04-18 07:10:14,224 INFO     MainThread: Started query 8f45a9a9bf3ef510:537a823100000000
-- executing against localhost:21000
grant role test_role_H2BEN to group `ubuntu`;

-- 2019-04-18 07:10:17,245 INFO     MainThread: Started query 014f8b82bf44e62c:2ef0f5fd00000000
-- executing against localhost:21000
show tables in functional;

-- 2019-04-18 07:10:17,283 INFO     MainThread: Started query c342566bfa9699ca:ed4b86bb00000000
-- executing against localhost:21000
show grant role test_role_H2BEN;

-- 2019-04-18 07:10:17,298 INFO     MainThread: Started query 984fb621ca0b41ce:2d7c0f0900000000
-- 2019-04-18 07:10:20,324 INFO     MainThread: Killing &lt;ImpaladProcess PID: 63333 (/home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21000 -hs2_port=21050 -be_port=22000 -krpc_port=27000 -state_store_subscriber_port=23000 -webserver_port=25000 --server_name=server1 --default_query_options=)&gt; with signal 9
-- 2019-04-18 07:10:20,349 INFO     MainThread: No PID found for process cmdline: /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21000 -hs2_port=21050 -be_port=22000 -krpc_port=27000 -state_store_subscriber_port=23000 -webserver_port=25000 --server_name=server1 --default_query_options=. Process is dead?
-- 2019-04-18 07:10:20,349 INFO     MainThread: Waiting for exit: /home/ubuntu/Impala/be/build/latest/service/impalad -kudu_client_rpc_timeout_ms 0 -kudu_master_hosts localhost -mem_limit=12884901888 -logbufsecs=5 -v=1 -max_log_files=0 -log_filename=impalad -log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests -beeswax_port=21000 -hs2_port=21050 -be_port=22000 -krpc_port=27000 -state_store_subscriber_port=23000 -webserver_port=25000 --server_name=server1 --default_query_options= (PID: None)
-- 2019-04-18 07:10:20,361 INFO     MainThread: Starting Impalad process with args: [&apos;-kudu_client_rpc_timeout_ms&apos;, &apos;0&apos;, &apos;-kudu_master_hosts&apos;, &apos;localhost&apos;, &apos;-mem_limit=12884901888&apos;, &apos;-logbufsecs=5&apos;, &apos;-v=1&apos;, &apos;-max_log_files=0&apos;, &apos;-log_filename=impalad&apos;, &apos;-log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests&apos;, &apos;-beeswax_port=21000&apos;, &apos;-hs2_port=21050&apos;, &apos;-be_port=22000&apos;, &apos;-krpc_port=27000&apos;, &apos;-state_store_subscriber_port=23000&apos;, &apos;-webserver_port=25000&apos;, &apos;--server_name=server1&apos;, &apos;--default_query_options=&apos;]
-- 2019-04-18 07:10:20,366 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25000
-- 2019-04-18 07:10:20,368 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:20,368 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
Turning perftools heap leak checking off
Redirecting stderr to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.ERROR
-- 2019-04-18 07:10:21,371 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:21,371 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
-- 2019-04-18 07:10:22,374 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:22,375 INFO     MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
-- 2019-04-18 07:10:23,377 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:23,381 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: False
-- 2019-04-18 07:10:23,381 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 07:10:24,382 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25000
-- 2019-04-18 07:10:24,383 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:24,386 INFO     MainThread: Waiting for metric value &apos;impala-server.ready&apos;=1. Current value: False
-- 2019-04-18 07:10:24,386 INFO     MainThread: Sleeping 1s before next retry.
-- 2019-04-18 07:10:25,387 INFO     MainThread: Getting metric: impala-server.ready from ip-172-31-13-181:25000
-- 2019-04-18 07:10:25,389 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:25,392 INFO     MainThread: Metric &apos;impala-server.ready&apos; has reached desired value: True
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_role_update[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: ip-172-31-13-181:21000
-- 2019-04-18 07:10:25,392 INFO     MainThread: Getting metric: catalog.ready from ip-172-31-13-181:25000
-- 2019-04-18 07:10:25,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:25,395 INFO     MainThread: Metric &apos;catalog.ready&apos; has reached desired value: True
-- executing against ip-172-31-13-181:21000
show tables in functional;

-- 2019-04-18 07:10:25,561 INFO     MainThread: Started query 4a41915da1e774c2:024cdf6300000000
-- executing against ip-172-31-13-181:21000
show grant role test_role_H2BEN;

-- 2019-04-18 07:10:25,581 INFO     MainThread: Started query 4f47596fa6064319:ba75c82b00000000
-- executing against ip-172-31-13-181:21000
drop role test_role_H2BEN;

-- 2019-04-18 07:10:25,616 INFO     MainThread: Started query 0445eae819da8d83:49a9121a00000000
</system-err></testcase><testcase classname="authorization.test_grant_revoke.TestGrantRevoke" file="authorization/test_grant_revoke.py" line="316" name="test_role_name_case_insensitive_invalidate_metadata" time="24.2426128387"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:10:37 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:10:37,561 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:10:38 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:10:39 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:10:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:10:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:10:40 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:10:43 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:10:43 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:10:43 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:10:44 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:10:44 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:10:45 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:10:45 MainThread: Waiting for num_known_live_backends=3. Current value: 1
07:10:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:10:46 MainThread: num_known_live_backends has reached value: 3
07:10:46 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:10:46 MainThread: num_known_live_backends has reached value: 3
07:10:47 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:10:47 MainThread: num_known_live_backends has reached value: 3
07:10:47 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:10:47,796 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:10:47,796 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:10:47,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:47,799 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:10:47,799 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:10:47,800 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:47,801 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:10:47,801 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:10:47,802 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:47,803 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:10:47,803 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:10:47,804 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:10:47,805 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_role_name_case_insensitive_invalidate_metadata;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4c4c6d0&gt;
-- 2019-04-18 07:10:47,950 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:10:47,990 INFO     MainThread: Started query 7d4e75ac33c3b8a7:6181a8dc00000000
-- executing against localhost:21000
show role grant group `ubuntu`;

-- 2019-04-18 07:10:47,996 INFO     MainThread: Started query fd4e8b28fcd50106:4e34e2ab00000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- 2019-04-18 07:10:48,120 INFO     MainThread: Started query ad4658396d4a15c8:a36f972500000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:10:48,198 INFO     MainThread: Started query 98440159ed81dded:42a3629200000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:10:48,257 INFO     MainThread: Started query ca4f9b27b752a4ea:fec844e800000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:10:48,265 INFO     MainThread: Started query c9444f94d93ad6f4:4e7e9c9c00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_role_name_case_insensitive_invalidate_metadata;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `grant_rev_db` cascade;

-- 2019-04-18 07:10:48,342 INFO     MainThread: Started query 7a414854b9f4db80:6f48aba700000000
-- executing against localhost:21000
drop role grant_revoke_test_admin;

-- 2019-04-18 07:10:48,403 INFO     MainThread: Started query 5d4108b1936a1628:5c4fe69000000000
-- executing against localhost:21000
create role test_role_name_case_insensitive_invalidate_metadata_ce36fc55_role;

-- 2019-04-18 07:10:48,423 INFO     MainThread: Started query 9c4f87a5cabd8730:20a642bb00000000
-- executing against localhost:21000
grant all on server to test_role_name_case_insensitive_invalidate_metadata_ce36fc55_role;

-- 2019-04-18 07:10:48,446 INFO     MainThread: Started query 914bda69283d0d2c:a26a314c00000000
-- executing against localhost:21000
grant role test_role_name_case_insensitive_invalidate_metadata_ce36fc55_role to group `ubuntu`;

-- 2019-04-18 07:10:48,468 INFO     MainThread: Started query 604ecbb3534b30d3:030f2df900000000
-- executing async: localhost:21000
invalidate metadata;

-- 2019-04-18 07:10:48,813 INFO     MainThread: Started query 9e493fe70ed3471f:5c920cb600000000
-- waiting for query to reach FINISHED state: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4b9f5d0&gt;
-- executing against localhost:21000
drop role test_role_name_case_insensitive_invalidate_metadata_ce36fc55_role;

-- 2019-04-18 07:10:48,842 INFO     MainThread: Started query 764b3ca59dff5efe:a42a228d00000000
-- executing against localhost:21000
create role TEST_ROLE_NAME_CASE_INSENSITIVE_INVALIDATE_METADATA_CE36FC55_ROLE;

-- 2019-04-18 07:10:48,864 INFO     MainThread: Started query d146591abac5ede4:9b42f21700000000
-- executing against localhost:21000
grant all on server to TEST_ROLE_NAME_CASE_INSENSITIVE_INVALIDATE_METADATA_CE36FC55_ROLE;

-- 2019-04-18 07:10:48,891 INFO     MainThread: Started query 264f8004b84cfdae:d470edbf00000000
-- executing against localhost:21000
grant role TEST_ROLE_NAME_CASE_INSENSITIVE_INVALIDATE_METADATA_CE36FC55_ROLE to group `ubuntu`;

-- 2019-04-18 07:10:48,912 INFO     MainThread: Started query 374836a67aaccbf4:5159036c00000000
-- executing async: localhost:21000
invalidate metadata;

-- 2019-04-18 07:10:49,245 INFO     MainThread: Started query f04c99e2ee7c31a3:060b45bd00000000
-- waiting for query to reach FINISHED state: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d49a8550&gt;
-- executing against localhost:21000
drop role TEST_ROLE_NAME_CASE_INSENSITIVE_INVALIDATE_METADATA_CE36FC55_ROLE;

-- 2019-04-18 07:10:49,266 INFO     MainThread: Started query 51444b4e48ef6e94:48ff7fc800000000
-- executing against localhost:21000
create role Test_role_name_case_insensitive_invalidate_metadata_ce36fc55_role;

-- 2019-04-18 07:10:49,283 INFO     MainThread: Started query 004d637e2c9c9de7:376d6e4200000000
-- executing against localhost:21000
grant all on server to Test_role_name_case_insensitive_invalidate_metadata_ce36fc55_role;

-- 2019-04-18 07:10:49,304 INFO     MainThread: Started query 5f40b4a5fba3378b:6a777a5200000000
-- executing against localhost:21000
grant role Test_role_name_case_insensitive_invalidate_metadata_ce36fc55_role to group `ubuntu`;

-- 2019-04-18 07:10:49,328 INFO     MainThread: Started query 3d489ff6add9362c:f0872e8800000000
-- executing async: localhost:21000
invalidate metadata;

-- 2019-04-18 07:10:49,655 INFO     MainThread: Started query 4f46fe90049525e5:d8b3ec8000000000
-- waiting for query to reach FINISHED state: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d49a83d0&gt;
-- executing against localhost:21000
drop role Test_role_name_case_insensitive_invalidate_metadata_ce36fc55_role;

-- 2019-04-18 07:10:49,676 INFO     MainThread: Started query 0a409b41f2e85df5:ca54ddbc00000000
</system-err></testcase><testcase classname="authorization.test_grant_revoke.TestGrantRevoke" file="authorization/test_grant_revoke.py" line="338" name="test_same_name_for_role_and_user_invalidate_metadata" time="22.2665700912"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:10:58 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:10:58,803 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; --impalad_args=--default_query_options=
07:10:59 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:11:00 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:11:01 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:11:01 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:11:01 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:11:04 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:11:04 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:11:04 MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
07:11:06 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:11:07 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:11:07 MainThread: num_known_live_backends has reached value: 3
07:11:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:11:08 MainThread: num_known_live_backends has reached value: 3
07:11:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:11:08 MainThread: num_known_live_backends has reached value: 3
07:11:09 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:11:09,289 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:11:09,289 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:11:09,290 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:11:09,292 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:11:09,292 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:11:09,293 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:11:09,294 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:11:09,294 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:11:09,295 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:11:09,296 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:11:09,296 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:11:09,297 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:11:09,298 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_same_name_for_role_and_user_invalidate_metadata;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27bc787650&gt;
-- 2019-04-18 07:11:09,419 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:11:09,457 INFO     MainThread: Started query 0b437bdbb8a847e7:86e3690200000000
-- executing against localhost:21000
show role grant group `ubuntu`;

-- 2019-04-18 07:11:09,463 INFO     MainThread: Started query 2a458c9c3532b7da:e53f662500000000
-- executing against localhost:21000
create role grant_revoke_test_admin;

-- 2019-04-18 07:11:09,577 INFO     MainThread: Started query 4c4e498349e2080d:c79920f000000000
-- executing against localhost:21000
grant all on server to grant_revoke_test_admin;

-- 2019-04-18 07:11:09,658 INFO     MainThread: Started query b546605a61c2c5a5:e0f6235500000000
-- executing against localhost:21000
grant role grant_revoke_test_admin to group `ubuntu`;

-- 2019-04-18 07:11:09,733 INFO     MainThread: Started query 314345688574b279:5be67acc00000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:11:09,742 INFO     MainThread: Started query ea4c135b72f61585:bb671d7900000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_same_name_for_role_and_user_invalidate_metadata;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `grant_rev_db` cascade;

-- 2019-04-18 07:11:09,867 INFO     MainThread: Started query cb4914b863e5d398:0032a03000000000
-- executing against localhost:21000
drop role grant_revoke_test_admin;

-- 2019-04-18 07:11:09,923 INFO     MainThread: Started query 6c482778a58acd72:9671ed6100000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_same_name_for_role_and_user_invalidate_metadata;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_same_name_for_role_and_user_invalidate_metadata;
-- connecting to: localhost:21000
-- executing against localhost:21000
create role foobar;

-- 2019-04-18 07:11:09,941 INFO     MainThread: Started query 4b4ffd0a7b59640b:a9f27cce00000000
-- executing against localhost:21000
grant all on server to foobar;

-- 2019-04-18 07:11:09,959 INFO     MainThread: Started query 65409b729b2c1865:a502ed1900000000
-- executing against localhost:21000
grant role foobar to group `ubuntu`;

-- 2019-04-18 07:11:09,978 INFO     MainThread: Started query be4846eecf846068:d491bdd800000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_same_name_for_role_and_user_invalidate_metadata;
SET sync_ddl=1;
-- executing against localhost:21000
create database e0bb970b_db1;

-- 2019-04-18 07:11:10,324 INFO     MainThread: Started query 9d42224a0a57aec2:45dfdf3a00000000
SET client_identifier=authorization/test_grant_revoke.py::TestGrantRevoke::()::test_same_name_for_role_and_user_invalidate_metadata;
SET sync_ddl=1;
-- executing against localhost:21000
create database e0bb970b_db2;

-- 2019-04-18 07:11:10,729 INFO     MainThread: Started query b84ce5461e751109:0aec739600000000
-- executing async: localhost:21000
invalidate metadata;

-- 2019-04-18 07:11:11,046 INFO     MainThread: Started query cd4baca967e27e85:f75b73c700000000
-- waiting for query to reach FINISHED state: &lt;tests.common.impala_connection.OperationHandle object at 0x7f27d4a7de90&gt;
-- executing against localhost:21000
drop database e0bb970b_db1;

-- 2019-04-18 07:11:11,649 INFO     MainThread: Started query 8148342f3f0523d8:6de0a1a300000000
-- executing against localhost:21000
drop database e0bb970b_db2;

-- 2019-04-18 07:11:12,123 INFO     MainThread: Started query 4e4bcc3168ea6899:952fd26d00000000
-- executing against localhost:21000
drop role foobar;

-- 2019-04-18 07:11:12,144 INFO     MainThread: Started query 3e4366b58c1b1d77:c205b91d00000000
</system-err></testcase><testcase classname="authorization.test_owner_privileges.TestOwnerPrivileges" file="authorization/test_owner_privileges.py" line="116" name="test_owner_privileges_with_grant[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="46.6388919353"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:11:20 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:11:20,894 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo.xml --sentry_catalog_polling_frequency_s=3600 --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; --impalad_args=--default_query_options=
07:11:21 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:11:22 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:11:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:11:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:11:23 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:11:26 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:11:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:11:26 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:11:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:11:27 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:11:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:11:28 MainThread: num_known_live_backends has reached value: 3
07:11:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:11:29 MainThread: num_known_live_backends has reached value: 3
07:11:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:11:29 MainThread: num_known_live_backends has reached value: 3
07:11:30 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:11:30,083 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:11:30,083 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:11:30,085 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:11:30,086 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:11:30,086 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:11:30,087 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:11:30,088 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:11:30,088 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:11:30,089 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:11:30,090 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:11:30,090 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:11:30,091 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:11:30,092 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4ae81d0&gt;
-- 2019-04-18 07:11:30,211 INFO     MainThread: Closing active operation
-- executing against localhost:21000
drop role owner_priv_admin;

-- executing against localhost:21000
create role owner_priv_admin;

-- 2019-04-18 07:11:30,431 INFO     MainThread: Started query 4841afcb06a7fbb5:0f56c86f00000000
-- executing against localhost:21000
grant all on server to owner_priv_admin with grant option;

-- 2019-04-18 07:11:30,512 INFO     MainThread: Started query 1c49bb0408edc076:c0cc1b5100000000
-- executing against localhost:21000
grant role owner_priv_admin to group `ubuntu`;

-- 2019-04-18 07:11:30,580 INFO     MainThread: Started query bf43f6865ef203dd:949d419d00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_owner_privileges_with_grant_afbfb17b` CASCADE;

-- 2019-04-18 07:11:30,655 INFO     MainThread: Started query a7402926741ed131:288ea6f100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_owner_privileges_with_grant_afbfb17b`;

-- 2019-04-18 07:11:31,218 INFO     MainThread: Started query 5b44b115d6b8c1a6:5b75574800000000
-- 2019-04-18 07:11:31,220 INFO     MainThread: Created database &quot;test_owner_privileges_with_grant_afbfb17b&quot; for test ID &quot;authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
-- executing against localhost:21000
use default;

-- 2019-04-18 07:11:31,226 INFO     MainThread: Started query 1c47499c1ad613e8:a9d7d11c00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `owner_priv_db` cascade;

-- 2019-04-18 07:11:31,313 INFO     MainThread: Started query bb4ed61eef0d6a3a:025f3a1800000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:11:31,346 INFO     MainThread: Started query 9046c6901d7506c0:3ab6756900000000
-- executing against localhost:21000
create role owner_priv_test_oo_user1;

-- 2019-04-18 07:11:31,362 INFO     MainThread: Started query 8540c708202e56fb:36ad1ead00000000
-- executing against localhost:21000
create role owner_priv_test_all_role;

-- 2019-04-18 07:11:31,379 INFO     MainThread: Started query 6140936516f965e0:9cc7b6cd00000000
-- executing against localhost:21000
create role owner_priv_test_owner_role;

-- 2019-04-18 07:11:31,396 INFO     MainThread: Started query 67454e77db1cb239:1954768800000000
-- executing against localhost:21000
grant role owner_priv_test_oo_user1 to group oo_group1;

-- 2019-04-18 07:11:31,420 INFO     MainThread: Started query e74f19301b53da53:f95a081c00000000
-- executing against localhost:21000
grant role owner_priv_test_owner_role to group oo_group1;

-- 2019-04-18 07:11:31,446 INFO     MainThread: Started query 1044ce0cdf271c9b:15ec690a00000000
-- executing against localhost:21000
grant create on server to owner_priv_test_oo_user1;

-- 2019-04-18 07:11:31,468 INFO     MainThread: Started query a14ccfac67f2d5d0:b2cfe71d00000000
-- executing against localhost:21000
grant select on database functional to owner_priv_test_oo_user1;

-- 2019-04-18 07:11:31,491 INFO     MainThread: Started query b9469a647c349e2e:625983ab00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists owner_priv_db  ;

-- 2019-04-18 07:11:32,125 INFO     MainThread: Started query 7543116c85d76465:94a543f800000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:32,168 INFO     MainThread: Started query 154445ca567925a4:4333515700000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:32,184 INFO     MainThread: Started query d3405e36133e9593:04a813b700000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database owner_priv_db to role owner_priv_test_all_role;

-- 2019-04-18 07:11:32,378 INFO     MainThread: Started query e6428817051b2822:69b10ba600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on database owner_priv_db from role owner_priv_test_all_role;

-- 2019-04-18 07:11:32,581 INFO     MainThread: Started query 2d4d4ac0fdc62a12:352f9ca800000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter database owner_priv_db set owner user oo_user2;

-- 2019-04-18 07:11:33,136 INFO     MainThread: Started query 8b44c804c903c52e:403b481a00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:33,169 INFO     MainThread: Started query 8644553116bb1bd2:4ddc0aef00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:33,177 INFO     MainThread: Started query e84f2c0a85a71eb3:620d525100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop database owner_priv_db;

-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:33,299 INFO     MainThread: Started query 0847952fde402dac:507d53d700000000
-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:33,305 INFO     MainThread: Started query 3642bf718a62a4fc:9acc7bff00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter database owner_priv_db set owner user oo_user1;

-- 2019-04-18 07:11:33,592 INFO     MainThread: Started query e040231baea7cb12:754ec2ca00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:33,794 INFO     MainThread: Started query 1043e22a4721278d:6f968ac600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:33,800 INFO     MainThread: Started query a347b016a20190e6:e02f223f00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter database owner_priv_db set owner role owner_priv_test_owner_role;

-- 2019-04-18 07:11:34,098 INFO     MainThread: Started query 7945c9e9c2242d50:9e7727a900000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:34,299 INFO     MainThread: Started query b0468945c62d5781:39a7086600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:34,306 INFO     MainThread: Started query 1a4aa75382158d97:e09d32e000000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:34,330 INFO     MainThread: Started query 8645ea69b9f5842f:c714010900000000
-- executing against localhost:21000
show grant role owner_priv_test_owner_role;

-- 2019-04-18 07:11:34,337 INFO     MainThread: Started query 5144ddf0ad2b4113:a1794b4500000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop database owner_priv_db ;

-- 2019-04-18 07:11:34,653 INFO     MainThread: Started query 4b45f0e815afde0f:9cca858400000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:34,681 INFO     MainThread: Started query a14baf03cb1d7265:0c73187000000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:34,687 INFO     MainThread: Started query 9141c06565d9cb60:5e4459f200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists owner_priv_db  ;

-- 2019-04-18 07:11:35,107 INFO     MainThread: Started query 304f17c33c5129f3:9350bc4a00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop database owner_priv_db ;

-- 2019-04-18 07:11:35,661 INFO     MainThread: Started query 134495b2c947906f:8eb6082700000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:35,863 INFO     MainThread: Started query 6046bed286cc4d89:bcf9853200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:35,870 INFO     MainThread: Started query fb40085beb4bb5b2:0f43ea9500000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl (col1 int) ;

-- 2019-04-18 07:11:36,622 INFO     MainThread: Started query d24f501d5a11c29e:4b21329a00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:36,825 INFO     MainThread: Started query 054a967d1273e7c6:74f963af00000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:36,831 INFO     MainThread: Started query 124d2feb1f59a3d0:2dd8239800000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl to role owner_priv_test_all_role;

-- 2019-04-18 07:11:37,431 INFO     MainThread: Started query f94ea6101f2ef8c8:51e5b91700000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl from role owner_priv_test_all_role;

-- 2019-04-18 07:11:37,634 INFO     MainThread: Started query 5048c9bd2bba9d23:9d8a33f100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl set owner user oo_user2;

-- 2019-04-18 07:11:38,138 INFO     MainThread: Started query 4c433953c12212f1:1e3917cd00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:38,340 INFO     MainThread: Started query 5445d3ef88a6a4b4:ad5c2ce100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:38,346 INFO     MainThread: Started query 3f4b42250fccbe66:c7fb14b400000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl;

-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:38,452 INFO     MainThread: Started query 4647bff8b7992053:748d1eff00000000
-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:38,458 INFO     MainThread: Started query 48471fc03cff3b85:1ecb29f000000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl set owner user oo_user1;

-- 2019-04-18 07:11:39,146 INFO     MainThread: Started query 8547c2f655737453:18d0747200000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:39,348 INFO     MainThread: Started query 04403c71f6ca3774:5f0582e000000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:39,354 INFO     MainThread: Started query 894125885481b6d2:5f14901000000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl set owner role owner_priv_test_owner_role;

-- 2019-04-18 07:11:39,601 INFO     MainThread: Started query 4d444198b6888261:864ce7c500000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:39,753 INFO     MainThread: Started query ec4ca784d19726ca:9269b70800000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:39,760 INFO     MainThread: Started query b947c733138d8053:1de862bb00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:39,781 INFO     MainThread: Started query f34a947ffdd5ace8:47e9f43200000000
-- executing against localhost:21000
show grant role owner_priv_test_owner_role;

-- 2019-04-18 07:11:39,787 INFO     MainThread: Started query 55439eb8ca23e7ff:71f4b3c600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl ;

-- 2019-04-18 07:11:40,107 INFO     MainThread: Started query f54e8122e9f9f71b:81a2dd5900000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:40,127 INFO     MainThread: Started query 19428784cd5263b5:263445ff00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:40,133 INFO     MainThread: Started query af4a10ec67ea879e:fce1a37b00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl (col1 int) ;

-- 2019-04-18 07:11:40,561 INFO     MainThread: Started query 4e4a05c467546b82:07a25d9200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl ;

-- 2019-04-18 07:11:41,117 INFO     MainThread: Started query 9b47e9452bf472cf:c388bd7e00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:41,268 INFO     MainThread: Started query 6d4cfa1c027220ce:2e54daa100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:41,275 INFO     MainThread: Started query 6642bd879276446c:95a6b35200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists test_owner_privileges_with_grant_afbfb17b.owner_priv_view  as select * from functional.alltypes;

-- 2019-04-18 07:11:42,104 INFO     MainThread: Started query b34bcac539decb6b:37db84d600000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:42,307 INFO     MainThread: Started query 264c43a45ce41076:bedf33ff00000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:42,313 INFO     MainThread: Started query ef4d83902e3f7882:66bf9fdb00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table test_owner_privileges_with_grant_afbfb17b.owner_priv_view to role owner_priv_test_all_role;

-- 2019-04-18 07:11:42,663 INFO     MainThread: Started query d144056cc2ee82a2:251a176b00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table test_owner_privileges_with_grant_afbfb17b.owner_priv_view from role owner_priv_test_all_role;

-- 2019-04-18 07:11:42,865 INFO     MainThread: Started query 804da4a90dc0f766:9920edb300000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter view test_owner_privileges_with_grant_afbfb17b.owner_priv_view set owner user oo_user2;

-- 2019-04-18 07:11:43,119 INFO     MainThread: Started query 6f495b7812567351:3a2bc94100000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:43,321 INFO     MainThread: Started query 0b48bdcb0cadce57:0e37783c00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:43,327 INFO     MainThread: Started query 1b4d8257aad0efe2:e9d989e800000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop view test_owner_privileges_with_grant_afbfb17b.owner_priv_view;

-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:43,430 INFO     MainThread: Started query dd436ab66f7a2d94:8b93272b00000000
-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:43,436 INFO     MainThread: Started query fd4077a3ef310945:0653805700000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter view test_owner_privileges_with_grant_afbfb17b.owner_priv_view set owner user oo_user1;

-- 2019-04-18 07:11:44,080 INFO     MainThread: Started query bb417b3caafabf98:60f46ff900000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:44,231 INFO     MainThread: Started query 2e4b8238d895de7d:0c64e3e300000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:44,237 INFO     MainThread: Started query 374fe6dbcecb030d:7a2b7e0900000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter view test_owner_privileges_with_grant_afbfb17b.owner_priv_view set owner role owner_priv_test_owner_role;

-- 2019-04-18 07:11:44,585 INFO     MainThread: Started query d64dc40c66d4353e:263b9fe200000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:44,738 INFO     MainThread: Started query 7b4cc292e27163b6:1bc24efa00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:44,744 INFO     MainThread: Started query a64d85d80cbe5ad5:5021c6b200000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:44,760 INFO     MainThread: Started query 004332c635036419:2140904900000000
-- executing against localhost:21000
show grant role owner_priv_test_owner_role;

-- 2019-04-18 07:11:44,766 INFO     MainThread: Started query 754cf316033cbaf2:c417dccf00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop view test_owner_privileges_with_grant_afbfb17b.owner_priv_view ;

-- 2019-04-18 07:11:45,091 INFO     MainThread: Started query 58419e891db234ea:e8154d9b00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:45,109 INFO     MainThread: Started query a2484df5978cc87b:7270261800000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:45,115 INFO     MainThread: Started query fd4d67ed2b7be2f8:9abc841800000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists test_owner_privileges_with_grant_afbfb17b.owner_priv_view  as select * from functional.alltypes;

-- 2019-04-18 07:11:45,597 INFO     MainThread: Started query 4049d7bbbff78530:872d2aaf00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop view test_owner_privileges_with_grant_afbfb17b.owner_priv_view ;

-- 2019-04-18 07:11:46,103 INFO     MainThread: Started query 7846cf9e1b36d1ce:f6ef94d600000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:11:46,254 INFO     MainThread: Started query 4e49632d51ad6e2a:9c2572f200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:46,261 INFO     MainThread: Started query 134d89c7063cc99a:b636923900000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:11:46,266 INFO     MainThread: Started query bf4355da562ab826:55122e2f00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `owner_priv_db` cascade;

-- 2019-04-18 07:11:46,272 INFO     MainThread: Started query 094676f55a2002ca:c236e31d00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:11:46,282 INFO     MainThread: Started query 824fd5f90769c7b9:ad283eb100000000
-- executing against localhost:21000
drop role owner_priv_test_all_role;

-- 2019-04-18 07:11:46,317 INFO     MainThread: Started query af4d96691d782cb7:2e06cf1400000000
-- executing against localhost:21000
drop role owner_priv_test_oo_user1;

-- 2019-04-18 07:11:46,337 INFO     MainThread: Started query b648ec82947c1217:035517ef00000000
-- executing against localhost:21000
drop role owner_priv_test_owner_role;

-- 2019-04-18 07:11:46,351 INFO     MainThread: Started query 9d4ecef0e69859d5:caf4257c00000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:11:46,355 INFO     MainThread: Started query 7b49d3ce3d1143fb:1285438e00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `owner_priv_db` cascade;

-- 2019-04-18 07:11:46,457 INFO     MainThread: Started query 8f4e88814d407bd2:8eebba9600000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:11:46,464 INFO     MainThread: Started query c7471367e196ac0a:67b962a600000000
-- executing against localhost:21000
create role owner_priv_test_oo_user1;

-- 2019-04-18 07:11:46,475 INFO     MainThread: Started query 5b4d1d55a6a1d0ea:2501b87700000000
-- executing against localhost:21000
create role owner_priv_test_all_role;

-- 2019-04-18 07:11:46,487 INFO     MainThread: Started query ad4b646914603f2b:1e73d24300000000
-- executing against localhost:21000
create role owner_priv_test_owner_role;

-- 2019-04-18 07:11:46,498 INFO     MainThread: Started query d247af1051486fca:0ba5b2d000000000
-- executing against localhost:21000
grant role owner_priv_test_oo_user1 to group oo_group1;

-- 2019-04-18 07:11:46,512 INFO     MainThread: Started query 5a4c883a8043c846:23eac01100000000
-- executing against localhost:21000
grant role owner_priv_test_owner_role to group oo_group1;

-- 2019-04-18 07:11:46,526 INFO     MainThread: Started query 2b439af121a3c6c2:a81d9dd100000000
-- executing against localhost:21000
grant create on server to owner_priv_test_oo_user1;

-- 2019-04-18 07:11:46,540 INFO     MainThread: Started query 9844d21f8f3ef28c:6e43c99600000000
-- executing against localhost:21000
grant select on database functional to owner_priv_test_oo_user1;

-- 2019-04-18 07:11:46,554 INFO     MainThread: Started query 78437091f33f9ff3:2d9c89c000000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists owner_priv_db  ;

-- 2019-04-18 07:11:47,114 INFO     MainThread: Started query 314f3eac0cb8e416:0e6c25fd00000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:47,120 INFO     MainThread: Started query e341c784206e054c:8fdbec0e00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database owner_priv_db to role owner_priv_test_all_role;

-- 2019-04-18 07:11:47,316 INFO     MainThread: Started query a04ec4594c80d692:9b67bf4200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on database owner_priv_db from role owner_priv_test_all_role;

-- 2019-04-18 07:11:47,519 INFO     MainThread: Started query 3342c8d060731e5f:31b4ee8500000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter database owner_priv_db set owner user oo_user2;

-- 2019-04-18 07:11:48,124 INFO     MainThread: Started query f34bd5406b180f3d:ec6ff11900000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:48,130 INFO     MainThread: Started query b84cdc816f4e1772:7ed7f96300000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop database owner_priv_db;

-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:48,219 INFO     MainThread: Started query 204739322d376a60:5219d0d100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter database owner_priv_db set owner user oo_user1;

-- 2019-04-18 07:11:48,629 INFO     MainThread: Started query bc4adb3c8c03051c:244ccbe600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:48,635 INFO     MainThread: Started query 944b2a68f9f6325d:0c77761900000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter database owner_priv_db set owner role owner_priv_test_owner_role;

-- 2019-04-18 07:11:49,134 INFO     MainThread: Started query c34c63d9f1a8bcfc:3878833400000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:49,140 INFO     MainThread: Started query 304e8402e52de503:3b83337200000000
-- executing against localhost:21000
show grant role owner_priv_test_owner_role;

-- 2019-04-18 07:11:49,145 INFO     MainThread: Started query 8c4a1553390a980b:98b6305700000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop database owner_priv_db ;

-- 2019-04-18 07:11:49,637 INFO     MainThread: Started query a74cbb88d058146f:a3f9193e00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:49,643 INFO     MainThread: Started query 0d4ca345bb7943ff:ee4b133a00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists owner_priv_db  ;

-- 2019-04-18 07:11:50,090 INFO     MainThread: Started query 9148c47eb7af46e3:8918f9c600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop database owner_priv_db ;

-- 2019-04-18 07:11:50,645 INFO     MainThread: Started query 7b4917a4c08a49f6:24d6c37400000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:50,651 INFO     MainThread: Started query 694cb4fd02370572:0c8604bf00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl (col1 int) ;

-- 2019-04-18 07:11:51,099 INFO     MainThread: Started query 09477be03ab8f8ea:8badba6800000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:51,106 INFO     MainThread: Started query 2b473e4ca9ca29b6:d28090a400000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl to role owner_priv_test_all_role;

-- 2019-04-18 07:11:51,454 INFO     MainThread: Started query b34f54397b22af23:e70e795700000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl from role owner_priv_test_all_role;

-- 2019-04-18 07:11:51,656 INFO     MainThread: Started query fd4ae8a7dcb7d2bc:1232ab8800000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl set owner user oo_user2;

-- 2019-04-18 07:11:52,111 INFO     MainThread: Started query 4047564dc2a42bd9:252efdb900000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:52,117 INFO     MainThread: Started query 7448da7804177652:587c967a00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl;

-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:52,206 INFO     MainThread: Started query 7843145b61d95f28:f840a05b00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl set owner user oo_user1;

-- 2019-04-18 07:11:52,617 INFO     MainThread: Started query e84f0c13710852a6:86b667c800000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:52,623 INFO     MainThread: Started query 6b46ac43b902e39f:7aafb51600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl set owner role owner_priv_test_owner_role;

-- 2019-04-18 07:11:53,122 INFO     MainThread: Started query ef4a9fcd2ca4dba7:d1bcf30600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:53,129 INFO     MainThread: Started query cd49de5c5776c35f:80c808c800000000
-- executing against localhost:21000
show grant role owner_priv_test_owner_role;

-- 2019-04-18 07:11:53,134 INFO     MainThread: Started query a94aec2ed9922e20:a19803c600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl ;

-- 2019-04-18 07:11:53,627 INFO     MainThread: Started query a144bff98840a320:ff4403d900000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:53,633 INFO     MainThread: Started query 124de4e37a442f1e:f54ae22b00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl (col1 int) ;

-- 2019-04-18 07:11:54,131 INFO     MainThread: Started query 1f4ebaf81d16e0ef:60ec798300000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop table test_owner_privileges_with_grant_afbfb17b.owner_priv_tbl ;

-- 2019-04-18 07:11:54,636 INFO     MainThread: Started query 324cc8ce35efbbbf:4a6d815400000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:54,642 INFO     MainThread: Started query de444019152226ba:e5152d1f00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists test_owner_privileges_with_grant_afbfb17b.owner_priv_view  as select * from functional.alltypes;

-- 2019-04-18 07:11:55,090 INFO     MainThread: Started query ca4fab40bed74305:e4b3d05300000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:55,096 INFO     MainThread: Started query 574df5bbf721a535:4bb19a5000000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table test_owner_privileges_with_grant_afbfb17b.owner_priv_view to role owner_priv_test_all_role;

-- 2019-04-18 07:11:55,343 INFO     MainThread: Started query 2a45174b5344ad83:5653f95600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table test_owner_privileges_with_grant_afbfb17b.owner_priv_view from role owner_priv_test_all_role;

-- 2019-04-18 07:11:55,495 INFO     MainThread: Started query 564f26b207dc5074:4a04094f00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter view test_owner_privileges_with_grant_afbfb17b.owner_priv_view set owner user oo_user2;

-- 2019-04-18 07:11:56,100 INFO     MainThread: Started query 8949aefdee1dc3c4:29a2c13400000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:56,106 INFO     MainThread: Started query 004337ce621f8cf8:6837773700000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop view test_owner_privileges_with_grant_afbfb17b.owner_priv_view;

-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:56,194 INFO     MainThread: Started query f2426b78be9f801a:85f7186900000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter view test_owner_privileges_with_grant_afbfb17b.owner_priv_view set owner user oo_user1;

-- 2019-04-18 07:11:56,606 INFO     MainThread: Started query b44c1e2fca1f94d8:639d6c3600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user2;

-- 2019-04-18 07:11:56,612 INFO     MainThread: Started query 564d825ec321a339:877da1cf00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
alter view test_owner_privileges_with_grant_afbfb17b.owner_priv_view set owner role owner_priv_test_owner_role;

-- 2019-04-18 07:11:57,111 INFO     MainThread: Started query 6540fcc8b09fbea3:12309a4800000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:57,117 INFO     MainThread: Started query 714f904736aff683:b30ec0a500000000
-- executing against localhost:21000
show grant role owner_priv_test_owner_role;

-- 2019-04-18 07:11:57,122 INFO     MainThread: Started query 464d5be5e403ef05:34031db900000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop view test_owner_privileges_with_grant_afbfb17b.owner_priv_view ;

-- 2019-04-18 07:11:57,616 INFO     MainThread: Started query 3d47ad9e4c9f23cd:eec7bc4b00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:57,622 INFO     MainThread: Started query ee46781cf9e6117d:80d5e59200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists test_owner_privileges_with_grant_afbfb17b.owner_priv_view  as select * from functional.alltypes;

-- 2019-04-18 07:11:58,070 INFO     MainThread: Started query 184688ac9decff4f:c83d6b8200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
drop view test_owner_privileges_with_grant_afbfb17b.owner_priv_view ;

-- 2019-04-18 07:11:58,576 INFO     MainThread: Started query a4401a608425137f:d194ac9c00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:11:58,582 INFO     MainThread: Started query f04fa3f6b0a11c87:638647a400000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:11:58,587 INFO     MainThread: Started query c742467ce91381fa:f243d40d00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_with_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_ro;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `owner_priv_db` cascade;

-- 2019-04-18 07:11:58,594 INFO     MainThread: Started query 324f87ba18960a68:42d971ba00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:11:58,603 INFO     MainThread: Started query 4248f8e43aa8269f:c069f57e00000000
-- executing against localhost:21000
drop role owner_priv_test_all_role;

-- 2019-04-18 07:11:58,615 INFO     MainThread: Started query 274b72064f605043:024ea20f00000000
-- executing against localhost:21000
drop role owner_priv_test_oo_user1;

-- 2019-04-18 07:11:58,633 INFO     MainThread: Started query 1f4ee40c0b4bb94e:60bdbd6900000000
-- executing against localhost:21000
drop role owner_priv_test_owner_role;

-- 2019-04-18 07:11:58,645 INFO     MainThread: Started query db4d1de75518f196:c8d4c6be00000000
</system-err></testcase><testcase classname="authorization.test_owner_privileges.TestOwnerPrivileges" file="authorization/test_owner_privileges.py" line="234" name="test_owner_privileges_disabled[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="24.6498188972"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:12:07 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:12:07,541 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_no_oo.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider  &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_no_oo.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; --impalad_args=--default_query_options=
07:12:07 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:12:09 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:12:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:12:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:12:10 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:12:13 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:12:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:12:13 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:12:14 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:12:14 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:12:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:12:15 MainThread: Waiting for num_known_live_backends=3. Current value: 2
07:12:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:12:16 MainThread: num_known_live_backends has reached value: 3
07:12:16 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:12:16 MainThread: num_known_live_backends has reached value: 3
07:12:17 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:12:17 MainThread: num_known_live_backends has reached value: 3
07:12:17 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:12:17,735 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:12:17,735 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:12:17,737 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:12:17,738 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:12:17,738 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:12:17,739 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:12:17,740 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:12:17,740 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:12:17,741 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:12:17,742 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:12:17,742 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:12:17,743 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:12:17,744 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4a99a50&gt;
-- 2019-04-18 07:12:17,874 INFO     MainThread: Closing active operation
-- executing against localhost:21000
drop role owner_priv_admin;

-- executing against localhost:21000
create role owner_priv_admin;

-- 2019-04-18 07:12:18,099 INFO     MainThread: Started query b84cb443339436bd:b17d362c00000000
-- executing against localhost:21000
grant all on server to owner_priv_admin with grant option;

-- 2019-04-18 07:12:18,181 INFO     MainThread: Started query 2141b621f147ab77:8aacc18b00000000
-- executing against localhost:21000
grant role owner_priv_admin to group `ubuntu`;

-- 2019-04-18 07:12:18,249 INFO     MainThread: Started query 524798b19292814c:2069856500000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_owner_privileges_disabled_efb9181b` CASCADE;

-- 2019-04-18 07:12:18,352 INFO     MainThread: Started query 604590d4e08a3174:791b3cae00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_owner_privileges_disabled_efb9181b`;

-- 2019-04-18 07:12:18,767 INFO     MainThread: Started query 874d3ae91003bb94:ae0fd30800000000
-- 2019-04-18 07:12:18,769 INFO     MainThread: Created database &quot;test_owner_privileges_disabled_efb9181b&quot; for test ID &quot;authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
-- executing against localhost:21000
use default;

-- 2019-04-18 07:12:18,775 INFO     MainThread: Started query 3b4945b21ed2c526:f3414f3a00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `owner_priv_db` cascade;

-- 2019-04-18 07:12:18,859 INFO     MainThread: Started query 344fe5a4e8bb6df3:e26c068000000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:12:18,893 INFO     MainThread: Started query c8434c68fb37a3f3:365ef04a00000000
-- executing against localhost:21000
create role owner_priv_test_oo_user1;

-- 2019-04-18 07:12:18,910 INFO     MainThread: Started query 174801a146dabb58:ff846b3c00000000
-- executing against localhost:21000
create role owner_priv_test_all_role;

-- 2019-04-18 07:12:18,926 INFO     MainThread: Started query 3b4d8ad551302ec1:bab12dcb00000000
-- executing against localhost:21000
create role owner_priv_test_owner_role;

-- 2019-04-18 07:12:18,942 INFO     MainThread: Started query 6d4b409b576226b2:69390d8e00000000
-- executing against localhost:21000
grant role owner_priv_test_oo_user1 to group oo_group1;

-- 2019-04-18 07:12:18,964 INFO     MainThread: Started query f643f3f925b2cb21:0fffa70100000000
-- executing against localhost:21000
grant role owner_priv_test_owner_role to group oo_group1;

-- 2019-04-18 07:12:18,990 INFO     MainThread: Started query bf4696526d512abc:699fb3b800000000
-- executing against localhost:21000
grant create on server to owner_priv_test_oo_user1;

-- 2019-04-18 07:12:19,011 INFO     MainThread: Started query 3a451ddc77cd4ea1:3d635cbd00000000
-- executing against localhost:21000
grant select on database functional to owner_priv_test_oo_user1;

-- 2019-04-18 07:12:19,041 INFO     MainThread: Started query 634942df396e6727:42dfaf6d00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists owner_priv_db  ;

-- 2019-04-18 07:12:19,721 INFO     MainThread: Started query 954435f6f94a7e56:1adae54100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database owner_priv_db to role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on database owner_priv_db from role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
alter database owner_priv_db set owner user oo_user2;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
drop database owner_priv_db;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists test_owner_privileges_disabled_efb9181b.owner_priv_tbl (col1 int) ;

-- 2019-04-18 07:12:20,680 INFO     MainThread: Started query 1b451d0df8817c60:98dd729600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table test_owner_privileges_disabled_efb9181b.owner_priv_tbl to role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table test_owner_privileges_disabled_efb9181b.owner_priv_tbl from role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
alter table test_owner_privileges_disabled_efb9181b.owner_priv_tbl set owner user oo_user2;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
drop table test_owner_privileges_disabled_efb9181b.owner_priv_tbl;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists test_owner_privileges_disabled_efb9181b.owner_priv_view  as select * from functional.alltypes;

-- 2019-04-18 07:12:22,170 INFO     MainThread: Started query 1b486a45f0ccf34c:6d36f7d100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table test_owner_privileges_disabled_efb9181b.owner_priv_view to role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table test_owner_privileges_disabled_efb9181b.owner_priv_view from role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
alter view test_owner_privileges_disabled_efb9181b.owner_priv_view set owner user oo_user2;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=1;
-- executing against localhost:21000
drop view test_owner_privileges_disabled_efb9181b.owner_priv_view;

-- executing against localhost:21000
use default;

-- 2019-04-18 07:12:22,661 INFO     MainThread: Started query b84eb4e6fb31e3af:02a2d0c500000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_disabled[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `owner_priv_db` cascade;

-- 2019-04-18 07:12:23,055 INFO     MainThread: Started query 064d63514a5bccc4:32381a8e00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:12:23,069 INFO     MainThread: Started query 8047761a7893f16e:e97de92900000000
-- executing against localhost:21000
drop role owner_priv_test_all_role;

-- 2019-04-18 07:12:23,108 INFO     MainThread: Started query d740d044d7331ac2:23e0d56900000000
-- executing against localhost:21000
drop role owner_priv_test_oo_user1;

-- 2019-04-18 07:12:23,134 INFO     MainThread: Started query e345f30f4c3a574f:7ab5cc7400000000
-- executing against localhost:21000
drop role owner_priv_test_owner_role;

-- 2019-04-18 07:12:23,149 INFO     MainThread: Started query dd4c61a88a08b9ad:b58f237500000000
</system-err></testcase><testcase classname="authorization.test_owner_privileges.TestOwnerPrivileges" file="authorization/test_owner_privileges.py" line="293" name="test_owner_privileges_without_grant[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="30.6579620838"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:12:32 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:12:32,195 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo_nogrant.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo_nogrant.xml --sentry_catalog_polling_frequency_s=3600 --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; --impalad_args=--default_query_options=
07:12:32 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:12:33 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:12:34 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:12:34 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:12:34 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:12:37 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:12:37 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:12:37 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:12:38 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:12:38 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:12:39 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:12:39 MainThread: Waiting for num_known_live_backends=3. Current value: 2
07:12:40 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:12:40 MainThread: num_known_live_backends has reached value: 3
07:12:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:12:41 MainThread: num_known_live_backends has reached value: 3
07:12:41 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:12:41 MainThread: num_known_live_backends has reached value: 3
07:12:42 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:12:42,389 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:12:42,389 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:12:42,391 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:12:42,392 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:12:42,392 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:12:42,393 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:12:42,394 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:12:42,394 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:12:42,395 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:12:42,396 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:12:42,396 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:12:42,397 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:12:42,398 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49d1910&gt;
-- 2019-04-18 07:12:42,513 INFO     MainThread: Closing active operation
-- executing against localhost:21000
drop role owner_priv_admin;

-- executing against localhost:21000
create role owner_priv_admin;

-- 2019-04-18 07:12:42,733 INFO     MainThread: Started query 654b2729d75c7e74:6b6ba12500000000
-- executing against localhost:21000
grant all on server to owner_priv_admin with grant option;

-- 2019-04-18 07:12:42,815 INFO     MainThread: Started query 3a428618f44cd40b:071708d100000000
-- executing against localhost:21000
grant role owner_priv_admin to group `ubuntu`;

-- 2019-04-18 07:12:42,884 INFO     MainThread: Started query c043535713ff77d2:ac0b47aa00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_owner_privileges_without_grant_767abe9a` CASCADE;

-- 2019-04-18 07:12:42,962 INFO     MainThread: Started query 5e4cef73de355c8f:e8d6a05000000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_owner_privileges_without_grant_767abe9a`;

-- 2019-04-18 07:12:43,523 INFO     MainThread: Started query 354ca9844332abd2:8c961b9100000000
-- 2019-04-18 07:12:43,525 INFO     MainThread: Created database &quot;test_owner_privileges_without_grant_767abe9a&quot; for test ID &quot;authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
-- executing against localhost:21000
use default;

-- 2019-04-18 07:12:43,531 INFO     MainThread: Started query 7849c77b6439124d:cd67988400000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `owner_priv_db` cascade;

-- 2019-04-18 07:12:43,622 INFO     MainThread: Started query 5845d2c81ec6e125:d4d05f6700000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:12:43,655 INFO     MainThread: Started query 034d8d26c6b35e3c:1db3939700000000
-- executing against localhost:21000
create role owner_priv_test_oo_user1;

-- 2019-04-18 07:12:43,672 INFO     MainThread: Started query 2840b7928d240d61:6666b1a200000000
-- executing against localhost:21000
create role owner_priv_test_all_role;

-- 2019-04-18 07:12:43,690 INFO     MainThread: Started query ed4527c417a0885c:f6cd738800000000
-- executing against localhost:21000
create role owner_priv_test_owner_role;

-- 2019-04-18 07:12:43,708 INFO     MainThread: Started query 224f4aed8a42f7c8:7e03ce4e00000000
-- executing against localhost:21000
grant role owner_priv_test_oo_user1 to group oo_group1;

-- 2019-04-18 07:12:43,731 INFO     MainThread: Started query 3844d844f414c241:4ceaa18700000000
-- executing against localhost:21000
grant role owner_priv_test_owner_role to group oo_group1;

-- 2019-04-18 07:12:43,758 INFO     MainThread: Started query 3548d9b91c36693c:cc0edb9900000000
-- executing against localhost:21000
grant create on server to owner_priv_test_oo_user1;

-- 2019-04-18 07:12:43,781 INFO     MainThread: Started query ab4d43c97684673f:e0b6b8a000000000
-- executing against localhost:21000
grant select on database functional to owner_priv_test_oo_user1;

-- 2019-04-18 07:12:43,811 INFO     MainThread: Started query 1f43db7445d4c5c2:9227198800000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists owner_priv_db  ;

-- 2019-04-18 07:12:44,383 INFO     MainThread: Started query 5649755b1f47b995:92ebefcc00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:12:44,427 INFO     MainThread: Started query 2c4b255faa29a065:1cd4d12000000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:44,442 INFO     MainThread: Started query 164025296fde76fc:84c3981200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database owner_priv_db to role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on database owner_priv_db from role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
alter database owner_priv_db set owner user oo_user2;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
drop database owner_priv_db ;

-- 2019-04-18 07:12:45,447 INFO     MainThread: Started query 3049131ece25cd12:cd62ba9e00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:12:45,476 INFO     MainThread: Started query 334cccac75b2adce:cb3ab28100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:45,482 INFO     MainThread: Started query 524d90d94e0581d0:900c9ba000000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists test_owner_privileges_without_grant_767abe9a.owner_priv_tbl (col1 int) ;

-- 2019-04-18 07:12:45,903 INFO     MainThread: Started query f74176eccba659dd:f90e334e00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:12:45,933 INFO     MainThread: Started query f34cd099f1a00812:fff7d80000000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:45,939 INFO     MainThread: Started query d742825586e9837c:5d63e61100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table test_owner_privileges_without_grant_767abe9a.owner_priv_tbl to role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table test_owner_privileges_without_grant_767abe9a.owner_priv_tbl from role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
alter table test_owner_privileges_without_grant_767abe9a.owner_priv_tbl set owner user oo_user2;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
drop table test_owner_privileges_without_grant_767abe9a.owner_priv_tbl ;

-- 2019-04-18 07:12:47,478 INFO     MainThread: Started query 6c421d127fb05c34:e7e7726500000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:12:47,506 INFO     MainThread: Started query c04bd0ae682f90d8:a222abe500000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:47,512 INFO     MainThread: Started query 3c4bb7194ad9913b:5cf9509600000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists test_owner_privileges_without_grant_767abe9a.owner_priv_view  as select * from functional.alltypes;

-- 2019-04-18 07:12:48,418 INFO     MainThread: Started query c14a8404daeb0c45:cb83561f00000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:12:48,452 INFO     MainThread: Started query da42a35d693f0d41:6e2fd7ea00000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:48,458 INFO     MainThread: Started query 954dd6bd47a7cd6f:93aa4be300000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table test_owner_privileges_without_grant_767abe9a.owner_priv_view to role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table test_owner_privileges_without_grant_767abe9a.owner_priv_view from role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
alter view test_owner_privileges_without_grant_767abe9a.owner_priv_view set owner user oo_user2;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
drop view test_owner_privileges_without_grant_767abe9a.owner_priv_view ;

-- 2019-04-18 07:12:49,428 INFO     MainThread: Started query 9549bc66d95c74ef:f523fd4900000000
-- executing against localhost:21000
refresh authorization;

-- 2019-04-18 07:12:49,453 INFO     MainThread: Started query 474a2235cfe92e27:e5d6d7a000000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:49,459 INFO     MainThread: Started query 6342d688d0efce2b:0e6a810000000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:12:49,464 INFO     MainThread: Started query 4e4512418b19b20f:ea0a265200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `owner_priv_db` cascade;

-- 2019-04-18 07:12:49,580 INFO     MainThread: Started query 0243738932af0126:43fd8f9b00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:12:49,592 INFO     MainThread: Started query 974c6b145a724528:7a3a451f00000000
-- executing against localhost:21000
drop role owner_priv_test_all_role;

-- 2019-04-18 07:12:49,628 INFO     MainThread: Started query f14c6ccc8cb53a93:d1451d1600000000
-- executing against localhost:21000
drop role owner_priv_test_oo_user1;

-- 2019-04-18 07:12:49,652 INFO     MainThread: Started query c74b50dc546e5017:41bf443e00000000
-- executing against localhost:21000
drop role owner_priv_test_owner_role;

-- 2019-04-18 07:12:49,668 INFO     MainThread: Started query 4948b9c9aa284a79:7e9a870a00000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:12:49,673 INFO     MainThread: Started query 3a4ad790aa0152ea:437241a000000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `owner_priv_db` cascade;

-- 2019-04-18 07:12:49,783 INFO     MainThread: Started query 504bd293cfecb2e4:5bc9478200000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:12:49,791 INFO     MainThread: Started query 4843a61423a60026:19f4f5ec00000000
-- executing against localhost:21000
create role owner_priv_test_oo_user1;

-- 2019-04-18 07:12:49,804 INFO     MainThread: Started query 4e4bfc3d784b89ef:19d6e05100000000
-- executing against localhost:21000
create role owner_priv_test_all_role;

-- 2019-04-18 07:12:49,819 INFO     MainThread: Started query 2b40b41ecf62d47a:e8178c9100000000
-- executing against localhost:21000
create role owner_priv_test_owner_role;

-- 2019-04-18 07:12:49,832 INFO     MainThread: Started query d941a538f5c74858:f0518a7200000000
-- executing against localhost:21000
grant role owner_priv_test_oo_user1 to group oo_group1;

-- 2019-04-18 07:12:49,847 INFO     MainThread: Started query bc4e42f2511fb8bc:04d1d96900000000
-- executing against localhost:21000
grant role owner_priv_test_owner_role to group oo_group1;

-- 2019-04-18 07:12:49,862 INFO     MainThread: Started query 65442753d7545e83:cc30ec3900000000
-- executing against localhost:21000
grant create on server to owner_priv_test_oo_user1;

-- 2019-04-18 07:12:49,877 INFO     MainThread: Started query 8c4ca6ae090e1fc1:c2ae4b7700000000
-- executing against localhost:21000
grant select on database functional to owner_priv_test_oo_user1;

-- 2019-04-18 07:12:49,894 INFO     MainThread: Started query ac4fbbea1c679937:898f1a3a00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
create database if not exists owner_priv_db  ;

-- 2019-04-18 07:12:50,441 INFO     MainThread: Started query 024d841d6c8eda8c:cab32e4b00000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:50,447 INFO     MainThread: Started query 9e483efc587e6c1b:d483a31f00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on database owner_priv_db to role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on database owner_priv_db from role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
alter database owner_priv_db set owner user oo_user2;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
drop database owner_priv_db ;

-- 2019-04-18 07:12:50,946 INFO     MainThread: Started query b94d0292225f2128:51d097b500000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:50,952 INFO     MainThread: Started query 7244252317c303a2:508ad68900000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
create table if not exists test_owner_privileges_without_grant_767abe9a.owner_priv_tbl (col1 int) ;

-- 2019-04-18 07:12:51,400 INFO     MainThread: Started query 4442f1be83c17c09:72b5d86100000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:51,406 INFO     MainThread: Started query 054eaa24f0c5b7db:3072edf300000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table test_owner_privileges_without_grant_767abe9a.owner_priv_tbl to role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table test_owner_privileges_without_grant_767abe9a.owner_priv_tbl from role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
alter table test_owner_privileges_without_grant_767abe9a.owner_priv_tbl set owner user oo_user2;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
drop table test_owner_privileges_without_grant_767abe9a.owner_priv_tbl ;

-- 2019-04-18 07:12:52,411 INFO     MainThread: Started query 17409971500dae76:4572582100000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:52,417 INFO     MainThread: Started query 8e4b3587e94740ab:1752e8cf00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
create view if not exists test_owner_privileges_without_grant_767abe9a.owner_priv_view  as select * from functional.alltypes;

-- 2019-04-18 07:12:52,865 INFO     MainThread: Started query 9e4c0850ae5bced8:9c241ee500000000
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:52,871 INFO     MainThread: Started query dc42c5edf4024772:4b1f033200000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
grant all on table test_owner_privileges_without_grant_767abe9a.owner_priv_view to role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
revoke all on table test_owner_privileges_without_grant_767abe9a.owner_priv_view from role owner_priv_test_all_role;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
alter view test_owner_privileges_without_grant_767abe9a.owner_priv_view set owner user oo_user2;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
drop view test_owner_privileges_without_grant_767abe9a.owner_priv_view ;

-- 2019-04-18 07:12:53,875 INFO     MainThread: Started query 634c2ab71415d6ae:2c64a50400000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user oo_user1;

-- 2019-04-18 07:12:53,881 INFO     MainThread: Started query 2b4538218ccfe31f:f1c3734f00000000
-- executing against localhost:21000
use default;

-- 2019-04-18 07:12:53,887 INFO     MainThread: Started query 5444cfd7f63c2f6e:0ce7aa1900000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_without_grant[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node;
SET sync_ddl=0;
-- executing against localhost:21000
drop database if exists `owner_priv_db` cascade;

-- 2019-04-18 07:12:53,893 INFO     MainThread: Started query a743917a92364189:06120b6a00000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:12:53,904 INFO     MainThread: Started query 1f4ddaece17911eb:3b269b3800000000
-- executing against localhost:21000
drop role owner_priv_test_all_role;

-- 2019-04-18 07:12:53,917 INFO     MainThread: Started query 1349da61bd375c0a:04e62a1200000000
-- executing against localhost:21000
drop role owner_priv_test_oo_user1;

-- 2019-04-18 07:12:53,939 INFO     MainThread: Started query ba4c0c5492237949:5f1fd16900000000
-- executing against localhost:21000
drop role owner_priv_test_owner_role;

-- 2019-04-18 07:12:53,953 INFO     MainThread: Started query a04bc2deaf795349:b7f8b10c00000000
</system-err></testcase><testcase classname="authorization.test_owner_privileges.TestOwnerPrivileges" file="authorization/test_owner_privileges.py" line="366" name="test_owner_privileges_different_cases[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="22.2276489735"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:13:02 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:13:02,904 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; --impalad_args=--default_query_options=
07:13:03 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:13:04 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:13:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:13:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:13:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:13:08 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:13:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:13:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:13:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:13:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:13:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:13:10 MainThread: num_known_live_backends has reached value: 3
07:13:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:13:11 MainThread: num_known_live_backends has reached value: 3
07:13:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:13:11 MainThread: num_known_live_backends has reached value: 3
07:13:12 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:13:12,107 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:13:12,107 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:13:12,109 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:13:12,110 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:13:12,111 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:13:12,111 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:13:12,112 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:13:12,113 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:13:12,113 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:13:12,114 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:13:12,114 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:13:12,115 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:13:12,116 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4a99710&gt;
-- 2019-04-18 07:13:12,233 INFO     MainThread: Closing active operation
-- executing against localhost:21000
drop role owner_priv_admin;

-- executing against localhost:21000
create role owner_priv_admin;

-- 2019-04-18 07:13:12,450 INFO     MainThread: Started query ec4719cb4e955134:aad9cc8800000000
-- executing against localhost:21000
grant all on server to owner_priv_admin with grant option;

-- 2019-04-18 07:13:12,530 INFO     MainThread: Started query 50459395714ef033:9b072dc500000000
-- executing against localhost:21000
grant role owner_priv_admin to group `ubuntu`;

-- 2019-04-18 07:13:12,597 INFO     MainThread: Started query 3a43f016bd6f8ff5:4bca88af00000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_owner_privileges_different_cases_617a9acf` CASCADE;

-- 2019-04-18 07:13:12,688 INFO     MainThread: Started query e74cd3c9f9661f2c:7e815fe500000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_owner_privileges_different_cases_617a9acf`;

-- 2019-04-18 07:13:13,134 INFO     MainThread: Started query 604af611efe76c7f:958b407000000000
-- 2019-04-18 07:13:13,137 INFO     MainThread: Created database &quot;test_owner_privileges_different_cases_617a9acf&quot; for test ID &quot;authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
-- connecting to: localhost:21000
-- executing against localhost:21000
create role owner_priv_diff_cases_role;

-- 2019-04-18 07:13:13,153 INFO     MainThread: Started query fd486b2a55615e82:4b06077400000000
-- executing against localhost:21000
grant role owner_priv_diff_cases_role to group foobar;

-- 2019-04-18 07:13:13,175 INFO     MainThread: Started query 5843e020a2588a09:39506e7900000000
-- executing against localhost:21000
grant all on server to role owner_priv_diff_cases_role;

-- 2019-04-18 07:13:13,197 INFO     MainThread: Started query 4a4f6d8106291f4a:3226cef500000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=1;
-- executing against localhost:21000
create database test_owner_privileges_different_cases_617a9acf_db;

-- 2019-04-18 07:13:13,551 INFO     MainThread: Started query dd48c8aed3283f13:e4a5b40900000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=1;
-- executing against localhost:21000
create table test_owner_privileges_different_cases_617a9acf_db.test_tbl(i int);

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=1;
-- executing against localhost:21000
create table test_owner_privileges_different_cases_617a9acf.owner_case_tbl(i int);

-- 2019-04-18 07:13:14,058 INFO     MainThread: Started query d74aa6f1d26cdba0:de3e3c3500000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=1;
-- executing against localhost:21000
select * from test_owner_privileges_different_cases_617a9acf.owner_case_tbl;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=1;
-- executing against localhost:21000
create view test_owner_privileges_different_cases_617a9acf.owner_case_view as select 1;

-- 2019-04-18 07:13:15,015 INFO     MainThread: Started query 2d4512548421878f:05d4c7f700000000
SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=1;
-- executing against localhost:21000
select * from test_owner_privileges_different_cases_617a9acf.owner_case_view;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=1;
-- executing against localhost:21000
show grant user foobar;

SET client_identifier=authorization/test_owner_privileges.py::TestOwnerPrivileges::()::test_owner_privileges_different_cases[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_no;
SET sync_ddl=1;
-- executing against localhost:21000
drop database test_owner_privileges_different_cases_617a9acf_db cascade;

-- 2019-04-18 07:13:16,078 INFO     MainThread: Started query a543cd7bcb01948c:94099cc000000000
-- executing against localhost:21000
drop role owner_priv_diff_cases_role;

-- 2019-04-18 07:13:16,123 INFO     MainThread: Started query f14ff3208cf48561:a47a29c600000000
</system-err></testcase><testcase classname="authorization.test_ranger.TestRanger" file="authorization/test_ranger.py" line="42" name="test_grant_revoke_with_catalog_v1" time="56.4028129578"><system-err>-- 2019-04-18 07:13:16,517 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server-name=server1 --ranger_service_type=hive --ranger_app_id=impala --authorization_factory_class=org.apache.impala.authorization.ranger.RangerAuthorizationFactory &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--server-name=server1 --ranger_service_type=hive --ranger_app_id=impala --authorization_factory_class=org.apache.impala.authorization.ranger.RangerAuthorizationFactory &apos; --impalad_args=--default_query_options=
07:13:16 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:13:18 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:13:19 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:13:19 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:13:19 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:13:22 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:13:22 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:13:22 MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
07:13:24 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:13:25 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:13:25 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:13:26 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:13:26 MainThread: Waiting for num_known_live_backends=3. Current value: 2
07:13:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:13:27 MainThread: num_known_live_backends has reached value: 3
07:13:27 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:13:27 MainThread: num_known_live_backends has reached value: 3
07:13:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:13:28 MainThread: num_known_live_backends has reached value: 3
07:13:28 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:13:28,752 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:13:28,752 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:13:28,753 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:13:28,755 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:13:28,755 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:13:28,756 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:13:28,757 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:13:28,757 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:13:28,758 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:13:28,759 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:13:28,759 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:13:28,760 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:13:28,762 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_ranger.py::TestRanger::()::test_grant_revoke_with_catalog_v1;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4a86f10&gt;
-- 2019-04-18 07:13:28,889 INFO     MainThread: Closing active operation
SET client_identifier=authorization/test_ranger.py::TestRanger::()::test_grant_revoke_with_catalog_v1;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_ranger.py::TestRanger::()::test_grant_revoke_with_catalog_v1;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop database if exists test_grant_revoke_with_catalog_v1_725c3e94_db cascade;

-- 2019-04-18 07:13:29,051 INFO     MainThread: Started query aa43df34c5744245:9a364c8300000000
-- executing against localhost:21000
create database test_grant_revoke_with_catalog_v1_725c3e94_db;

-- 2019-04-18 07:13:29,374 INFO     MainThread: Started query ae4c6b4ae7e357ab:33180bf600000000
-- executing against localhost:21000
create table test_grant_revoke_with_catalog_v1_725c3e94_db.test_grant_revoke_with_catalog_v1_725c3e94_tbl (x int);

-- 2019-04-18 07:13:29,872 INFO     MainThread: Started query 4847302efed93865:1c921f5600000000
-- executing against localhost:21000
grant select on database test_grant_revoke_with_catalog_v1_725c3e94_db to user ubuntu;

-- 2019-04-18 07:13:30,139 INFO     MainThread: Started query e9471b94ef022d0c:4ad89fd400000000
-- executing against localhost:21000
show tables in test_grant_revoke_with_catalog_v1_725c3e94_db;

-- 2019-04-18 07:13:40,156 INFO     MainThread: Started query c44b9a3139c2d8d8:533de70f00000000
-- executing against localhost:21000
revoke select on database test_grant_revoke_with_catalog_v1_725c3e94_db from user ubuntu;

-- 2019-04-18 07:13:40,348 INFO     MainThread: Started query f24affd97c1e09f9:c28c3c7600000000
-- executing against localhost:21000
show tables in test_grant_revoke_with_catalog_v1_725c3e94_db;

-- executing against localhost:21000
revoke select on database test_grant_revoke_with_catalog_v1_725c3e94_db from user ubuntu;

-- 2019-04-18 07:13:50,575 INFO     MainThread: Started query af4d3e9712cff130:d91bd81f00000000
-- executing against localhost:21000
drop database if exists test_grant_revoke_with_catalog_v1_725c3e94_db cascade;

-- 2019-04-18 07:13:50,931 INFO     MainThread: Started query 00478a86a2ff5dbe:b368763500000000
-- executing against localhost:21000
drop database if exists test_grant_revoke_with_catalog_v1_725c3e94_db cascade;

-- 2019-04-18 07:13:51,065 INFO     MainThread: Started query 1c43c2b122dc160b:1089117100000000
-- executing against localhost:21000
create database test_grant_revoke_with_catalog_v1_725c3e94_db;

-- 2019-04-18 07:13:51,369 INFO     MainThread: Started query 254d026925e6c55e:108324f800000000
-- executing against localhost:21000
create table test_grant_revoke_with_catalog_v1_725c3e94_db.test_grant_revoke_with_catalog_v1_725c3e94_tbl (x int);

-- 2019-04-18 07:13:51,867 INFO     MainThread: Started query b942d9fe246752ef:e652b96800000000
-- executing against localhost:21000
grant select on database test_grant_revoke_with_catalog_v1_725c3e94_db to group ubuntu;

-- 2019-04-18 07:13:52,021 INFO     MainThread: Started query 3c416673742879d8:ed6b026600000000
-- executing against localhost:21000
show tables in test_grant_revoke_with_catalog_v1_725c3e94_db;

-- 2019-04-18 07:14:02,038 INFO     MainThread: Started query c94efce21cf5eeb6:f4b9ef5800000000
-- executing against localhost:21000
revoke select on database test_grant_revoke_with_catalog_v1_725c3e94_db from group ubuntu;

-- 2019-04-18 07:14:02,175 INFO     MainThread: Started query 2444c61cecd9d4a4:51d2a82400000000
-- executing against localhost:21000
show tables in test_grant_revoke_with_catalog_v1_725c3e94_db;

-- executing against localhost:21000
revoke select on database test_grant_revoke_with_catalog_v1_725c3e94_db from group ubuntu;

-- 2019-04-18 07:14:12,416 INFO     MainThread: Started query 6d43d94ba72711cb:50d58ce000000000
-- executing against localhost:21000
drop database if exists test_grant_revoke_with_catalog_v1_725c3e94_db cascade;

-- 2019-04-18 07:14:12,917 INFO     MainThread: Started query d44171ae9712c838:d80d77ee00000000
</system-err></testcase><testcase classname="authorization.test_ranger.TestRanger" file="authorization/test_ranger.py" line="49" name="test_grant_revoke_with_local_catalog" time="56.500262022"><system-err>-- 2019-04-18 07:14:12,921 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server-name=server1 --ranger_service_type=hive --ranger_app_id=impala --authorization_factory_class=org.apache.impala.authorization.ranger.RangerAuthorizationFactory --use_local_catalog=true &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--server-name=server1 --ranger_service_type=hive --ranger_app_id=impala --authorization_factory_class=org.apache.impala.authorization.ranger.RangerAuthorizationFactory --use_local_catalog=true --catalog_topic_mode=minimal &apos; --impalad_args=--default_query_options=
07:14:13 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:14:14 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:14:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:14:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:14:15 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:14:18 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:14:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:14:18 MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
07:14:20 MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
07:14:22 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:14:23 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:14:23 MainThread: num_known_live_backends has reached value: 3
07:14:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:14:24 MainThread: num_known_live_backends has reached value: 3
07:14:24 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:14:24 MainThread: num_known_live_backends has reached value: 3
07:14:25 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:14:25,110 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:14:25,110 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:14:25,112 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:14:25,113 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:14:25,113 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:14:25,114 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:14:25,115 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:14:25,115 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:14:25,116 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:14:25,117 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:14:25,117 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:14:25,118 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:14:25,119 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_ranger.py::TestRanger::()::test_grant_revoke_with_local_catalog;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4a994d0&gt;
-- 2019-04-18 07:14:25,278 INFO     MainThread: Closing active operation
SET client_identifier=authorization/test_ranger.py::TestRanger::()::test_grant_revoke_with_local_catalog;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_ranger.py::TestRanger::()::test_grant_revoke_with_local_catalog;
-- connecting to: localhost:21000
-- executing against localhost:21000
drop database if exists test_grant_revoke_with_local_catalog_e18ee42b_db cascade;

-- 2019-04-18 07:14:25,388 INFO     MainThread: Started query b24d629e8b33965b:c35a2a0800000000
-- executing against localhost:21000
create database test_grant_revoke_with_local_catalog_e18ee42b_db;

-- 2019-04-18 07:14:25,873 INFO     MainThread: Started query 4442d69e9cbe49f4:e10a6b3900000000
-- executing against localhost:21000
create table test_grant_revoke_with_local_catalog_e18ee42b_db.test_grant_revoke_with_local_catalog_e18ee42b_tbl (x int);

-- 2019-04-18 07:14:26,368 INFO     MainThread: Started query 6b438fafed4b6c76:bf0fe88b00000000
-- executing against localhost:21000
grant select on database test_grant_revoke_with_local_catalog_e18ee42b_db to user ubuntu;

-- 2019-04-18 07:14:26,509 INFO     MainThread: Started query fd4101be76677f68:837c8e4c00000000
-- executing against localhost:21000
show tables in test_grant_revoke_with_local_catalog_e18ee42b_db;

-- 2019-04-18 07:14:36,531 INFO     MainThread: Started query 01408b2276a82a1a:83ba948100000000
-- executing against localhost:21000
revoke select on database test_grant_revoke_with_local_catalog_e18ee42b_db from user ubuntu;

-- 2019-04-18 07:14:36,672 INFO     MainThread: Started query 6c49f91579df0fe9:746c3ca500000000
-- executing against localhost:21000
show tables in test_grant_revoke_with_local_catalog_e18ee42b_db;

-- executing against localhost:21000
revoke select on database test_grant_revoke_with_local_catalog_e18ee42b_db from user ubuntu;

-- 2019-04-18 07:14:46,904 INFO     MainThread: Started query 104abbbac182f8db:9bbf53a000000000
-- executing against localhost:21000
drop database if exists test_grant_revoke_with_local_catalog_e18ee42b_db cascade;

-- 2019-04-18 07:14:47,416 INFO     MainThread: Started query 7f40d0f22d2ba014:024eace800000000
-- executing against localhost:21000
drop database if exists test_grant_revoke_with_local_catalog_e18ee42b_db cascade;

-- 2019-04-18 07:14:47,501 INFO     MainThread: Started query 874103d85f0f1ac0:9eb0e6ae00000000
-- executing against localhost:21000
create database test_grant_revoke_with_local_catalog_e18ee42b_db;

-- 2019-04-18 07:14:47,869 INFO     MainThread: Started query c2411c12d0e9e663:b1329ad000000000
-- executing against localhost:21000
create table test_grant_revoke_with_local_catalog_e18ee42b_db.test_grant_revoke_with_local_catalog_e18ee42b_tbl (x int);

-- 2019-04-18 07:14:48,367 INFO     MainThread: Started query 4f4c6e83d8b43d5b:6188648e00000000
-- executing against localhost:21000
grant select on database test_grant_revoke_with_local_catalog_e18ee42b_db to group ubuntu;

-- 2019-04-18 07:14:48,509 INFO     MainThread: Started query f84a01e1970da7c9:f06d5e8f00000000
-- executing against localhost:21000
show tables in test_grant_revoke_with_local_catalog_e18ee42b_db;

-- 2019-04-18 07:14:58,526 INFO     MainThread: Started query bc485ee0d34f3b35:30400b1500000000
-- executing against localhost:21000
revoke select on database test_grant_revoke_with_local_catalog_e18ee42b_db from group ubuntu;

-- 2019-04-18 07:14:58,677 INFO     MainThread: Started query 3f4177fa409c5567:ecce6a0000000000
-- executing against localhost:21000
show tables in test_grant_revoke_with_local_catalog_e18ee42b_db;

-- executing against localhost:21000
revoke select on database test_grant_revoke_with_local_catalog_e18ee42b_db from group ubuntu;

-- 2019-04-18 07:15:08,906 INFO     MainThread: Started query ee4787c4ba9fae65:5555960400000000
-- executing against localhost:21000
drop database if exists test_grant_revoke_with_local_catalog_e18ee42b_db cascade;

-- 2019-04-18 07:15:09,419 INFO     MainThread: Started query ec498c6f9ad4e061:3b13492e00000000
</system-err></testcase><testcase classname="authorization.test_ranger.TestRanger" file="authorization/test_ranger.py" line="102" name="test_grant_option" time="54.1496968269"><system-err>-- 2019-04-18 07:15:09,423 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server-name=server1 --ranger_service_type=hive --ranger_app_id=impala --authorization_factory_class=org.apache.impala.authorization.ranger.RangerAuthorizationFactory &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--server-name=server1 --ranger_service_type=hive --ranger_app_id=impala --authorization_factory_class=org.apache.impala.authorization.ranger.RangerAuthorizationFactory &apos; --impalad_args=--default_query_options=
07:15:09 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:15:10 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:15:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:15:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:15:12 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:15:15 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:15:15 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:15:15 MainThread: Debug webpage not yet available: (&apos;Connection aborted.&apos;, error(111, &apos;Connection refused&apos;))
07:15:17 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:15:18 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:15:18 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:15:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:15:19 MainThread: num_known_live_backends has reached value: 3
07:15:19 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:15:19 MainThread: num_known_live_backends has reached value: 3
07:15:20 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:15:20 MainThread: num_known_live_backends has reached value: 3
07:15:20 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:15:20,629 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:15:20,629 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:15:20,631 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:15:20,632 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:15:20,632 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:15:20,633 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:15:20,634 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:15:20,634 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:15:20,635 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:15:20,636 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:15:20,636 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:15:20,637 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:15:20,638 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_ranger.py::TestRanger::()::test_grant_option;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4a7ca10&gt;
-- 2019-04-18 07:15:20,783 INFO     MainThread: Closing active operation
SET client_identifier=authorization/test_ranger.py::TestRanger::()::test_grant_option;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_ranger.py::TestRanger::()::test_grant_option;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_ranger.py::TestRanger::()::test_grant_option;
-- connecting to: localhost:21000
-- 2019-04-18 07:15:20,787 INFO     MainThread: Starting new HTTP connection (1): localhost
-- executing against localhost:21000
drop database if exists test_grant_option_8524fe2f_db cascade;

-- 2019-04-18 07:15:21,006 INFO     MainThread: Started query d1439308c363a8bf:7ac2135a00000000
-- executing against localhost:21000
create database test_grant_option_8524fe2f_db;

-- 2019-04-18 07:15:21,370 INFO     MainThread: Started query 5e4544c3dd5a6c03:0ec65c5f00000000
-- executing against localhost:21000
create table test_grant_option_8524fe2f_db.test_grant_option_8524fe2f_tbl (x int);

-- 2019-04-18 07:15:21,869 INFO     MainThread: Started query d84349616f4f63ea:4a3127cf00000000
-- executing against localhost:21000
grant select on database test_grant_option_8524fe2f_db to user ubuntu with grant option;

-- 2019-04-18 07:15:22,017 INFO     MainThread: Started query be49336b995899b4:2e1f443b00000000
-- executing against localhost:21000
grant select on database test_grant_option_8524fe2f_db to user test_grant_option_8524fe2f_user;

-- 2019-04-18 07:15:32,221 INFO     MainThread: Started query a44cd49fb6532979:3731cc2900000000
-- executing against localhost:21000
show tables in test_grant_option_8524fe2f_db;

-- 2019-04-18 07:15:42,242 INFO     MainThread: Started query 694ce619490cfbd5:db23ac2200000000
-- executing against localhost:21000
revoke select on database test_grant_option_8524fe2f_db from user test_grant_option_8524fe2f_user;

-- 2019-04-18 07:15:42,401 INFO     MainThread: Started query 094148dd3b21f4fc:95f10cce00000000
-- executing against localhost:21000
show tables in test_grant_option_8524fe2f_db;

-- executing against localhost:21000
revoke grant option for select on database test_grant_option_8524fe2f_db from user ubuntu;

-- 2019-04-18 07:15:52,641 INFO     MainThread: Started query 064b8025a27e49b3:7249f46500000000
-- executing against localhost:21000
grant select on database test_grant_option_8524fe2f_db to user test_grant_option_8524fe2f_user;

-- executing against localhost:21000
revoke select on database test_grant_option_8524fe2f_db from user test_grant_option_8524fe2f_user;

-- 2019-04-18 07:16:02,861 INFO     MainThread: Started query 2f4d9a6fd770ddbd:896d030d00000000
-- executing against localhost:21000
revoke grant option for select on database test_grant_option_8524fe2f_db from user ubuntu;

-- 2019-04-18 07:16:03,001 INFO     MainThread: Started query 884fa787890115ae:e82796fb00000000
-- executing against localhost:21000
drop database if exists test_grant_option_8524fe2f_db cascade;

-- 2019-04-18 07:16:03,407 INFO     MainThread: Started query f544f04055d74633:b188d0ce00000000
-- 2019-04-18 07:16:03,410 INFO     MainThread: Starting new HTTP connection (1): localhost
</system-err></testcase><testcase classname="authorization.test_sentry.TestSentry" file="authorization/test_sentry.py" line="29" name="test_sentry_admin" time="10.7083630562"><system-err>-- 2019-04-18 07:16:03,574 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site.xml &apos; --impalad_args=--default_query_options=
07:16:04 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:16:05 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:16:06 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:16:06 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:16:06 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:16:09 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:16:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:16:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:16:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:16:10 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:16:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:16:11 MainThread: Waiting for num_known_live_backends=3. Current value: 2
07:16:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:16:12 MainThread: num_known_live_backends has reached value: 3
07:16:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:16:12 MainThread: num_known_live_backends has reached value: 3
07:16:13 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:16:13 MainThread: num_known_live_backends has reached value: 3
07:16:13 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:16:13,783 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:16:13,783 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:16:13,784 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:16:13,786 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:16:13,786 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:16:13,787 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:16:13,788 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:16:13,788 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:16:13,789 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:16:13,790 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:16:13,790 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:16:13,791 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:16:13,792 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_sentry.py::TestSentry::()::test_sentry_admin;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4a85e50&gt;
-- 2019-04-18 07:16:13,908 INFO     MainThread: Closing active operation
SET client_identifier=authorization/test_sentry.py::TestSentry::()::test_sentry_admin;
-- connecting to: localhost:21000
SET client_identifier=authorization/test_sentry.py::TestSentry::()::test_sentry_admin;
-- connecting to: localhost:21000
-- executing against localhost:21000
create role test_sentry_admin_46158ad1_role;

-- 2019-04-18 07:16:13,996 INFO     MainThread: Started query 9c4af59d18e653b7:db320b9500000000
-- executing against localhost:21000
show current roles;

-- 2019-04-18 07:16:14,010 INFO     MainThread: Started query 7a4ed5352609f0ff:36ecdea600000000
-- executing against localhost:21000
show current roles;

-- 2019-04-18 07:16:14,016 INFO     MainThread: Started query a944b17b9c345b5f:aa106e1100000000
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:16:14,042 INFO     MainThread: Started query b34ee2412be78788:76e9552700000000
-- executing against localhost:21000
show roles;

-- executing against localhost:21000
show grant role test_sentry_admin_46158ad1_role;

-- 2019-04-18 07:16:14,159 INFO     MainThread: Started query 824be4612bf73fc0:8249000900000000
-- executing against localhost:21000
show grant role test_sentry_admin_46158ad1_role;

-- executing against localhost:21000
drop role test_sentry_admin_46158ad1_role;

-- 2019-04-18 07:16:14,280 INFO     MainThread: Started query a442cf89580b7746:fe7e248100000000
</system-err></testcase><testcase classname="authorization.test_show_grant.TestShowGrant" file="authorization/test_show_grant.py" line="80" name="test_show_grant_user[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="39.7894120216"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:16:22 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:16:22,820 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo.xml &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; --impalad_args=--default_query_options=
07:16:23 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:16:24 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:16:25 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:16:25 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:16:25 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:16:28 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:16:28 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:16:28 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:16:29 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:16:29 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:16:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:16:30 MainThread: num_known_live_backends has reached value: 3
07:16:30 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:16:30 MainThread: num_known_live_backends has reached value: 3
07:16:31 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:16:31 MainThread: num_known_live_backends has reached value: 3
07:16:31 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:16:32,017 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:16:32,017 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:16:32,019 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:16:32,021 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:16:32,021 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:16:32,022 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:16:32,023 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:16:32,023 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:16:32,024 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:16:32,025 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:16:32,025 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:16:32,026 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:16:32,027 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d4a86910&gt;
-- 2019-04-18 07:16:32,141 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:16:32,178 INFO     MainThread: Started query e043b68081750e85:395d898700000000
-- executing against localhost:21000
show role grant group `ubuntu`;

-- 2019-04-18 07:16:32,184 INFO     MainThread: Started query 3947a6256ef07f0e:9ad8ead500000000
-- executing against localhost:21000
create role sgu_test_admin;

-- 2019-04-18 07:16:32,305 INFO     MainThread: Started query 7d4d9427843652d5:293e986700000000
-- executing against localhost:21000
grant all on server to sgu_test_admin;

-- 2019-04-18 07:16:32,385 INFO     MainThread: Started query 404fd22b1950e65b:7482616e00000000
-- executing against localhost:21000
grant role sgu_test_admin to group `ubuntu`;

-- 2019-04-18 07:16:32,453 INFO     MainThread: Started query 5e4e4fe05e2f8b9f:9eab2ba900000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_show_grant_user_467c6873` CASCADE;

-- 2019-04-18 07:16:32,574 INFO     MainThread: Started query 99474754073f8a0e:bb7852dc00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_show_grant_user_467c6873`;

-- 2019-04-18 07:16:33,017 INFO     MainThread: Started query d145939651065f62:7f21931100000000
-- 2019-04-18 07:16:33,020 INFO     MainThread: Created database &quot;test_show_grant_user_467c6873&quot; for test ID &quot;authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
-- executing against localhost:21000
create role sgu_test_primary;

-- 2019-04-18 07:16:33,036 INFO     MainThread: Started query b54e309a81738628:01c047d600000000
-- executing against localhost:21000
grant all on server to sgu_test_primary;

-- 2019-04-18 07:16:33,058 INFO     MainThread: Started query 044c0cb9fc96b137:ead67f6e00000000
-- executing against localhost:21000
grant role sgu_test_primary to group `ubuntu`;

-- 2019-04-18 07:16:33,087 INFO     MainThread: Started query 1640437510f93aff:74c41aac00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- executing against localhost:21000
use test_show_grant_user_467c6873;

-- 2019-04-18 07:16:33,100 INFO     MainThread: Started query 2545530446864daa:c5e5233100000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
SET batch_size=0;
SET num_nodes=0;
SET disable_codegen_rows_threshold=0;
SET disable_codegen=False;
SET abort_on_error=1;
SET exec_single_node_rows_threshold=0;
-- executing against localhost:21000
show grant user ubuntu on database test_show_grant_user_467c6873;

-- 2019-04-18 07:16:33,118 INFO     MainThread: Started query a64b55382b88b41e:ed8a2a4e00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user does_not_exist;

SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:33,341 INFO     MainThread: Started query c5405d4ae89cb894:6eb3bf8100000000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:33,355 INFO     MainThread: Started query 2748728453f167d6:e204f0cc00000000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:33,368 INFO     MainThread: Started query 74485472761a2fe3:08028c1c00000000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:33,381 INFO     MainThread: Started query 7f488c75bc2b867b:0be1b20100000000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:33,393 INFO     MainThread: Started query b249c94311c343a2:3355e0a900000000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:33,406 INFO     MainThread: Started query 2f4e4b923f11dd3a:732bab5000000000
-- executing against localhost:21000
create role sgu_test_create_role;

-- 2019-04-18 07:16:33,425 INFO     MainThread: Started query d44c8fc22710900c:2d10c3b800000000
-- executing against localhost:21000

grant create on database test_show_grant_user_467c6873 to role sgu_test_create_role;

-- 2019-04-18 07:16:33,449 INFO     MainThread: Started query 8e492ea62123590f:3f553c8f00000000
-- executing against localhost:21000

grant role sgu_test_create_role to group group_1;

-- 2019-04-18 07:16:33,475 INFO     MainThread: Started query b14a64f67dd46d3e:056a2f2d00000000
-- executing against localhost:21000

grant role sgu_test_create_role to group group_2a;

-- 2019-04-18 07:16:33,498 INFO     MainThread: Started query 054c6601e45caacc:a192c5e500000000
-- executing against localhost:21000

grant role sgu_test_create_role to group group_2b;

-- 2019-04-18 07:16:33,522 INFO     MainThread: Started query 294c672710f54d58:fd15977000000000
-- executing against localhost:21000

grant role sgu_test_create_role to group group_3;

-- 2019-04-18 07:16:33,544 INFO     MainThread: Started query 224a46d74f329197:18eae6c400000000
-- executing against localhost:21000

grant role sgu_test_create_role to group group_4a;

-- 2019-04-18 07:16:33,569 INFO     MainThread: Started query 204ad22e45a5ef82:48e183c400000000
-- executing against localhost:21000

grant role sgu_test_create_role to group group_4b;

-- 2019-04-18 07:16:33,595 INFO     MainThread: Started query d443a20b8d3b60ad:540fe89900000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
create table test_show_grant_user_467c6873.user_1group_tbl (col1 int);

-- 2019-04-18 07:16:33,850 INFO     MainThread: Started query fa434ae947e7d91f:5f2c2ac700000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
create table test_show_grant_user_467c6873.user_2group_tbl (col1 int);

-- 2019-04-18 07:16:34,342 INFO     MainThread: Started query b449442c95649472:bd6ad68200000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
create table test_show_grant_user_467c6873.user1_shared_tbl (col1 int);

-- 2019-04-18 07:16:34,842 INFO     MainThread: Started query 9042d26f453558e8:a96e13b100000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
create table test_show_grant_user_467c6873.user2_shared_tbl (col1 int);

-- 2019-04-18 07:16:35,340 INFO     MainThread: Started query 714c1005f010e3ae:d724b6e900000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
create table test_show_grant_user_467c6873.user1_shared2_tbl (col1 int);

-- 2019-04-18 07:16:35,841 INFO     MainThread: Started query 30445b3d5310019f:a265455400000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
create table test_show_grant_user_467c6873.user2_shared2_tbl (col1 int);

-- 2019-04-18 07:16:36,340 INFO     MainThread: Started query 3742f78dc487898c:4872a94d00000000
-- executing against localhost:21000
drop role sgu_test_create_role;

-- 2019-04-18 07:16:36,389 INFO     MainThread: Started query 854f6ed6629b5ab4:cf3daa8c00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:36,395 INFO     MainThread: Started query 6b48b2762ac98b85:77d501c200000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:36,402 INFO     MainThread: Started query 5f49bfb34422557f:4f41276b00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:36,408 INFO     MainThread: Started query 0547a849bdd430f3:6b9295bc00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:36,414 INFO     MainThread: Started query a94ad084ac90284c:526d7e8500000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:36,420 INFO     MainThread: Started query 8c4358c2db2b3fc8:e734830c00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:36,426 INFO     MainThread: Started query c64bc65b6de72e32:a281801800000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group on table test_show_grant_user_467c6873.user_1group_tbl;

-- 2019-04-18 07:16:36,824 INFO     MainThread: Started query db48057deb88dfd1:b1da98db00000000
-- executing against localhost:21000
create role sgu_test_role1_group1;

-- 2019-04-18 07:16:36,841 INFO     MainThread: Started query 7f4a5b32227e33ed:e23cc52700000000
-- executing against localhost:21000

grant role sgu_test_role1_group1 to group group_1;

-- 2019-04-18 07:16:36,859 INFO     MainThread: Started query b1458abfa6e2af5f:807e55f200000000
-- executing against localhost:21000

create role sgu_test_role1_group2a;

-- 2019-04-18 07:16:36,874 INFO     MainThread: Started query f949aae58900d04e:7dae285e00000000
-- executing against localhost:21000

grant role sgu_test_role1_group2a to group group_2a;

-- 2019-04-18 07:16:36,892 INFO     MainThread: Started query c044f02477f8d85c:af9f289300000000
-- executing against localhost:21000

create role sgu_test_role1_group2b;

-- 2019-04-18 07:16:36,907 INFO     MainThread: Started query 0c460c284cb59bc5:b5f49bbe00000000
-- executing against localhost:21000

grant role sgu_test_role1_group2b to group group_2b;

-- 2019-04-18 07:16:36,924 INFO     MainThread: Started query 6942eaf1829d3bef:f7f5e4ed00000000
-- executing against localhost:21000

create role sgu_test_role1_group3;

-- 2019-04-18 07:16:36,936 INFO     MainThread: Started query db45da270e9eb307:85af6dec00000000
-- executing against localhost:21000

grant role sgu_test_role1_group3 to group group_3;

-- 2019-04-18 07:16:36,951 INFO     MainThread: Started query 8749bdc32001a5fc:cdf11b4700000000
-- executing against localhost:21000

create role sgu_test_role1_group4a;

-- 2019-04-18 07:16:36,964 INFO     MainThread: Started query 9e4c8c9e2c92b367:f6d86a2500000000
-- executing against localhost:21000

grant role sgu_test_role1_group4a to group group_4a;

-- 2019-04-18 07:16:36,980 INFO     MainThread: Started query d24eb1ae10c23733:9a3593fb00000000
-- executing against localhost:21000

create role sgu_test_role1_group4b;

-- 2019-04-18 07:16:36,994 INFO     MainThread: Started query 78430f0e348dbca1:ef0f115c00000000
-- executing against localhost:21000

grant role sgu_test_role1_group4b to group group_4b;

-- 2019-04-18 07:16:37,010 INFO     MainThread: Started query 0d4eeb90ba79c177:2ec1f99300000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:37,017 INFO     MainThread: Started query c345e92c1eeb89a2:9291747600000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:37,024 INFO     MainThread: Started query a648cc29f039ce21:2bfa7f6800000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:37,030 INFO     MainThread: Started query b041372dbf4f7394:b1902d0700000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:37,037 INFO     MainThread: Started query ef457ca4205952bf:cebbbb8600000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:37,043 INFO     MainThread: Started query 174b01b9db6c8297:d49a392100000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:37,050 INFO     MainThread: Started query 614605dbc4bfdf27:262b47e100000000
-- executing against localhost:21000
grant select on table test_show_grant_user_467c6873.user_1group_tbl to role sgu_test_role1_group1;

-- 2019-04-18 07:16:37,069 INFO     MainThread: Started query 184e60e3d6d66b90:c4e90d3400000000
-- executing against localhost:21000

grant insert on table test_show_grant_user_467c6873.user_2group_tbl to role sgu_test_role1_group2a;

-- 2019-04-18 07:16:37,192 INFO     MainThread: Started query 4e43313bd33d8244:0538c33800000000
-- executing against localhost:21000

grant alter on table test_show_grant_user_467c6873.user_2group_tbl to role sgu_test_role1_group2b;

-- 2019-04-18 07:16:37,210 INFO     MainThread: Started query 65455f3b7315b6ae:b559f25e00000000
-- executing against localhost:21000

grant drop on table test_show_grant_user_467c6873.user1_shared_tbl to role sgu_test_role1_group3;

-- 2019-04-18 07:16:37,345 INFO     MainThread: Started query a44778e3e525b3c9:68c1483300000000
-- executing against localhost:21000

grant refresh on table test_show_grant_user_467c6873.user2_shared_tbl to role sgu_test_role1_group3;

-- 2019-04-18 07:16:37,498 INFO     MainThread: Started query 0342f6f7c89f41d3:f7800edd00000000
-- executing against localhost:21000

grant all on table test_show_grant_user_467c6873.user1_shared2_tbl to role sgu_test_role1_group4a;

-- 2019-04-18 07:16:37,650 INFO     MainThread: Started query cb4cab82cd24361f:7f70921000000000
-- executing against localhost:21000

grant select on table test_show_grant_user_467c6873.user2_shared2_tbl to role sgu_test_role1_group4b;

-- 2019-04-18 07:16:37,804 INFO     MainThread: Started query 094fad9172ace5ff:9184499b00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:37,811 INFO     MainThread: Started query 28487c3854625cac:423a35bd00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:37,818 INFO     MainThread: Started query 1643b936b8c6cd4b:668f209800000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:37,825 INFO     MainThread: Started query 96470b19e5c6e06b:02594a1000000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:37,832 INFO     MainThread: Started query 1a43e6c9bc730533:53c6de1a00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:37,838 INFO     MainThread: Started query 5640ba02e7361f79:c38a324000000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:37,845 INFO     MainThread: Started query af441b9d041cdca9:05a4cff900000000
-- executing against localhost:21000
create table test_show_grant_user_467c6873.user_1group_tbl2 (col1 int);

-- 2019-04-18 07:16:38,340 INFO     MainThread: Started query 9146321af20c12aa:4c75b9b900000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user_2group_tbl2 (col1 int);

-- 2019-04-18 07:16:38,840 INFO     MainThread: Started query d54dbc870fc99c0c:59fdb28a00000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user1_shared_tbl2 (col1 int);

-- 2019-04-18 07:16:39,340 INFO     MainThread: Started query 2a4e7918079fe445:e71e832700000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user2_shared_tbl2 (col1 int);

-- 2019-04-18 07:16:39,843 INFO     MainThread: Started query 6b4e30acd9b6af29:6b17eab400000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user1_shared2_tbl2 (col1 int);

-- 2019-04-18 07:16:40,346 INFO     MainThread: Started query af4aefe95d612b8b:a946e76e00000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user2_shared2_tbl2 (col1 int);

-- 2019-04-18 07:16:40,847 INFO     MainThread: Started query 5649a1dd0451927c:365b68a000000000
-- executing against localhost:21000

grant insert on table test_show_grant_user_467c6873.user_1group_tbl2 to role sgu_test_role1_group1;

-- 2019-04-18 07:16:40,983 INFO     MainThread: Started query 8d4206f0ce9c0a20:7e4fcb4900000000
-- executing against localhost:21000

grant select on table test_show_grant_user_467c6873.user_2group_tbl2 to role sgu_test_role1_group2a;

-- 2019-04-18 07:16:41,134 INFO     MainThread: Started query 4e4f0baa90c26418:0e3f869000000000
-- executing against localhost:21000

grant drop on table test_show_grant_user_467c6873.user_2group_tbl2 to role sgu_test_role1_group2b;

-- 2019-04-18 07:16:41,149 INFO     MainThread: Started query 6345f090634f8750:7a2095db00000000
-- executing against localhost:21000

grant alter on table test_show_grant_user_467c6873.user1_shared_tbl2 to role sgu_test_role1_group3;

-- 2019-04-18 07:16:41,288 INFO     MainThread: Started query fe41f2c049455e51:3fb56ea100000000
-- executing against localhost:21000

grant select on table test_show_grant_user_467c6873.user2_shared_tbl2 to role sgu_test_role1_group3;

-- 2019-04-18 07:16:41,441 INFO     MainThread: Started query 244b877479e25cf6:5b19cf5600000000
-- executing against localhost:21000

grant select on table test_show_grant_user_467c6873.user1_shared2_tbl2 to role sgu_test_role1_group4a;

-- 2019-04-18 07:16:41,593 INFO     MainThread: Started query 5c49ca74b2e8cb3c:82b8279100000000
-- executing against localhost:21000

grant insert on table test_show_grant_user_467c6873.user2_shared2_tbl2 to role sgu_test_role1_group4b;

-- 2019-04-18 07:16:41,744 INFO     MainThread: Started query 7a4ab0a98918bdb2:a0834c1f00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:41,750 INFO     MainThread: Started query 414e7b997e3f69d0:2d1e3ae400000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:41,757 INFO     MainThread: Started query c64697098226ed10:7a65008500000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:41,764 INFO     MainThread: Started query ac452ad9793edcd5:9b5e0ef600000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:41,771 INFO     MainThread: Started query 3d495653c783afb2:c892711000000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:41,777 INFO     MainThread: Started query fb497af18cf63d66:9bb653d000000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:41,784 INFO     MainThread: Started query 8549aa93e1fb59b2:572f36b900000000
-- executing against localhost:21000
create role sgu_test_role2_group1;

-- 2019-04-18 07:16:41,796 INFO     MainThread: Started query 2848b4910f4f4f2c:82661dfb00000000
-- executing against localhost:21000

grant role sgu_test_role2_group1 to group group_1;

-- 2019-04-18 07:16:41,811 INFO     MainThread: Started query 0443e45f855072ba:8794206000000000
-- executing against localhost:21000

create role sgu_test_role2_group2a;

-- 2019-04-18 07:16:41,823 INFO     MainThread: Started query 0b44fd3aa9297451:2ff3644200000000
-- executing against localhost:21000

grant role sgu_test_role2_group2a to group group_2a;

-- 2019-04-18 07:16:41,838 INFO     MainThread: Started query 90446ea0c15d1e8f:9939fbf900000000
-- executing against localhost:21000

create role sgu_test_role2_group2b;

-- 2019-04-18 07:16:41,850 INFO     MainThread: Started query 924bc1780f5597a4:767e565c00000000
-- executing against localhost:21000

grant role sgu_test_role2_group2b to group group_2b;

-- 2019-04-18 07:16:41,866 INFO     MainThread: Started query af4e365d2b67fa06:7bbe81e000000000
-- executing against localhost:21000

create role sgu_test_role2_group3;

-- 2019-04-18 07:16:41,877 INFO     MainThread: Started query 4d4beedc7032ec85:f07ce2f500000000
-- executing against localhost:21000

grant role sgu_test_role2_group3 to group group_3;

-- 2019-04-18 07:16:41,891 INFO     MainThread: Started query c74fb4effc16b47f:5690370c00000000
-- executing against localhost:21000

create role sgu_test_role2_group4a;

-- 2019-04-18 07:16:41,901 INFO     MainThread: Started query e44469538374302f:d4d8c4bc00000000
-- executing against localhost:21000

grant role sgu_test_role2_group4a to group group_4a;

-- 2019-04-18 07:16:41,914 INFO     MainThread: Started query 724f3e5dc6dc28a7:c9a0d02600000000
-- executing against localhost:21000

create role sgu_test_role2_group4b;

-- 2019-04-18 07:16:41,924 INFO     MainThread: Started query eb489f745ecc5e4a:2a2c3b2e00000000
-- executing against localhost:21000

grant role sgu_test_role2_group4b to group group_4b;

-- 2019-04-18 07:16:41,938 INFO     MainThread: Started query eb457071284bb9db:57ae8fa000000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user_1group_tbl3 (col1 int);

-- 2019-04-18 07:16:42,342 INFO     MainThread: Started query 864d46fb402efaed:a860b95200000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user_2group_tbl3 (col1 int);

-- 2019-04-18 07:16:42,844 INFO     MainThread: Started query 0a462721956da4b9:39b8e20200000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user1_shared_tbl3 (col1 int);

-- 2019-04-18 07:16:43,343 INFO     MainThread: Started query 9f4090af44834811:3dd35a7500000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user2_shared_tbl3 (col1 int);

-- 2019-04-18 07:16:43,844 INFO     MainThread: Started query a046902527781c0a:e4a4586100000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user1_shared2_tbl3 (col1 int);

-- 2019-04-18 07:16:44,345 INFO     MainThread: Started query 04452160bff42960:aaaaa4f600000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user2_shared2_tbl3 (col1 int);

-- 2019-04-18 07:16:44,845 INFO     MainThread: Started query f3484e6a06068afc:0f51e17700000000
-- executing against localhost:21000

grant select on table test_show_grant_user_467c6873.user_1group_tbl3 to role sgu_test_role2_group1;

-- 2019-04-18 07:16:45,026 INFO     MainThread: Started query 6f436dac618558df:7bb5e43700000000
-- executing against localhost:21000

grant insert on table test_show_grant_user_467c6873.user_2group_tbl3 to role sgu_test_role2_group2a;

-- 2019-04-18 07:16:45,177 INFO     MainThread: Started query 9a41e52b6342b98b:b7e0e33000000000
-- executing against localhost:21000

grant alter on table test_show_grant_user_467c6873.user_2group_tbl3 to role sgu_test_role2_group2b;

-- 2019-04-18 07:16:45,191 INFO     MainThread: Started query 274756d3c88bf218:6ab2801d00000000
-- executing against localhost:21000

grant drop on table test_show_grant_user_467c6873.user1_shared_tbl3 to role sgu_test_role2_group3;

-- 2019-04-18 07:16:45,329 INFO     MainThread: Started query 5046cef1cda728bc:5a392f1300000000
-- executing against localhost:21000

grant insert on table test_show_grant_user_467c6873.user2_shared_tbl3 to role sgu_test_role2_group3;

-- 2019-04-18 07:16:45,482 INFO     MainThread: Started query 1f406eb7ac4c84b3:2bf7247b00000000
-- executing against localhost:21000

grant select on table test_show_grant_user_467c6873.user1_shared2_tbl3 to role sgu_test_role2_group4a;

-- 2019-04-18 07:16:45,635 INFO     MainThread: Started query 59418dfc45d79d78:8dc1bbd800000000
-- executing against localhost:21000

grant alter on table test_show_grant_user_467c6873.user2_shared2_tbl3 to role sgu_test_role2_group4b;

-- 2019-04-18 07:16:45,735 INFO     MainThread: Started query 094046a02b14c8d9:969699c700000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:45,742 INFO     MainThread: Started query 5046f183c3d36ae4:45fc557d00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:45,748 INFO     MainThread: Started query c24da2f2372d853c:e86c2da800000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:45,755 INFO     MainThread: Started query 064152878544eb39:5a9126e200000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:45,762 INFO     MainThread: Started query 7d46ddcbe12afe6d:7a9d450a00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:45,769 INFO     MainThread: Started query f1414d96b36e1365:c642f46500000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:45,776 INFO     MainThread: Started query 5d4899066c803822:8e9b650900000000
-- executing against localhost:21000
create table test_show_grant_user_467c6873.user_1group_tbl4 (col1 int);

-- 2019-04-18 07:16:45,847 INFO     MainThread: Started query 8b4338401e3d4aca:9924501400000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user_2group_tbl4 (col1 int);

-- 2019-04-18 07:16:46,347 INFO     MainThread: Started query 444dd2fd0dc88d93:98ed3fb300000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user1_shared_tbl4 (col1 int);

-- 2019-04-18 07:16:46,847 INFO     MainThread: Started query 1048819bf53153f7:969f7e0a00000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user2_shared_tbl4 (col1 int);

-- 2019-04-18 07:16:47,348 INFO     MainThread: Started query 1347a76637520463:915d3c4b00000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user1_shared2_tbl4 (col1 int);

-- 2019-04-18 07:16:47,848 INFO     MainThread: Started query 194d05f0ebc8d346:1868db5c00000000
-- executing against localhost:21000

create table test_show_grant_user_467c6873.user2_shared2_tbl4 (col1 int);

-- 2019-04-18 07:16:48,350 INFO     MainThread: Started query 9740b4c378c98533:53c79f6f00000000
-- executing against localhost:21000

grant select on table test_show_grant_user_467c6873.user_1group_tbl4 to role sgu_test_role2_group1;

-- 2019-04-18 07:16:48,465 INFO     MainThread: Started query 8e4eeb034680aa51:52c2e42d00000000
-- executing against localhost:21000

grant insert on table test_show_grant_user_467c6873.user_2group_tbl4 to role sgu_test_role2_group2a;

-- 2019-04-18 07:16:48,566 INFO     MainThread: Started query da4da7b2bdea5016:dfd6144d00000000
-- executing against localhost:21000

grant alter on table test_show_grant_user_467c6873.user_2group_tbl4 to role sgu_test_role2_group2b;

-- 2019-04-18 07:16:48,582 INFO     MainThread: Started query d14d46eddaf61cf9:3727585600000000
-- executing against localhost:21000

grant drop on table test_show_grant_user_467c6873.user1_shared_tbl4 to role sgu_test_role2_group3;

-- 2019-04-18 07:16:48,718 INFO     MainThread: Started query 0c46637074c6beda:d6b0c6d500000000
-- executing against localhost:21000

grant insert on table test_show_grant_user_467c6873.user2_shared_tbl4 to role sgu_test_role2_group3;

-- 2019-04-18 07:16:48,821 INFO     MainThread: Started query 9a4d6bc6ca4aaee7:e02ed93800000000
-- executing against localhost:21000

grant select on table test_show_grant_user_467c6873.user1_shared2_tbl4 to role sgu_test_role2_group4a;

-- 2019-04-18 07:16:48,972 INFO     MainThread: Started query d84a0962b70cde43:fd8ff0b400000000
-- executing against localhost:21000

grant alter on table test_show_grant_user_467c6873.user2_shared2_tbl4 to role sgu_test_role2_group4b;

-- 2019-04-18 07:16:49,125 INFO     MainThread: Started query ec4508ee274b7157:8e38162900000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:49,132 INFO     MainThread: Started query 2a4861c12ee545e3:f90dda2100000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:49,139 INFO     MainThread: Started query 814e07f1f1b2e61f:01e5404900000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:49,146 INFO     MainThread: Started query 5344a2bf40b6f771:166a125900000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:49,153 INFO     MainThread: Started query b34baeab6485b695:fa7a747800000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:49,161 INFO     MainThread: Started query d740b7ee634cdd7c:00f6faec00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:49,167 INFO     MainThread: Started query 6f4e09efdf963e05:c3f10de900000000
-- executing against localhost:21000
drop role sgu_test_role2_group1;

-- 2019-04-18 07:16:49,197 INFO     MainThread: Started query 074a60defea6fa4b:d3e04af400000000
-- executing against localhost:21000

drop role sgu_test_role2_group2a;

-- 2019-04-18 07:16:49,226 INFO     MainThread: Started query a848e500244e83e8:318ec9e900000000
-- executing against localhost:21000

drop role sgu_test_role2_group2b;

-- 2019-04-18 07:16:49,247 INFO     MainThread: Started query a442d115bfe75386:82f9d51a00000000
-- executing against localhost:21000

drop role sgu_test_role2_group3;

-- 2019-04-18 07:16:49,272 INFO     MainThread: Started query 094f482d800636df:ed4e0b5500000000
-- executing against localhost:21000

drop role sgu_test_role2_group4a;

-- 2019-04-18 07:16:49,294 INFO     MainThread: Started query 0c425cd32487ba42:90ac1e1000000000
-- executing against localhost:21000

drop role sgu_test_role2_group4b;

-- 2019-04-18 07:16:49,317 INFO     MainThread: Started query 9c48b133d63654d8:49c24c8200000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:49,324 INFO     MainThread: Started query 4f48929af5cc95ab:3e94ff8800000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:49,331 INFO     MainThread: Started query 444bd2fad5062c39:d1e52e3d00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:49,338 INFO     MainThread: Started query 154f97b85b2505de:fc226a7f00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:49,344 INFO     MainThread: Started query 76481d0f28395665:eac028ae00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:49,351 INFO     MainThread: Started query 0348f37a2c650a55:3e8a9aad00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:49,358 INFO     MainThread: Started query f740a2aa5e41d55e:5b098ac300000000
-- executing against localhost:21000
revoke insert on table test_show_grant_user_467c6873.user_1group_tbl2 from role sgu_test_role1_group1;

-- 2019-04-18 07:16:49,414 INFO     MainThread: Started query 864b00a7e2512d57:6bd207f300000000
-- executing against localhost:21000

revoke select on table test_show_grant_user_467c6873.user_2group_tbl2 from role sgu_test_role1_group2a;

-- 2019-04-18 07:16:49,442 INFO     MainThread: Started query 0a40a89e9297a638:16db248100000000
-- executing against localhost:21000

revoke drop on table test_show_grant_user_467c6873.user_2group_tbl2 from role sgu_test_role1_group2b;

-- 2019-04-18 07:16:49,467 INFO     MainThread: Started query 494a37707a1ba525:60a993a100000000
-- executing against localhost:21000

revoke alter on table test_show_grant_user_467c6873.user1_shared_tbl2 from role sgu_test_role1_group3;

-- 2019-04-18 07:16:49,489 INFO     MainThread: Started query 2e497ba26a89a6d7:0e6d284d00000000
-- executing against localhost:21000

revoke select on table test_show_grant_user_467c6873.user2_shared_tbl2 from role sgu_test_role1_group3;

-- 2019-04-18 07:16:49,510 INFO     MainThread: Started query 054d17e986cd63a5:7bb7379400000000
-- executing against localhost:21000

revoke select on table test_show_grant_user_467c6873.user1_shared2_tbl2 from role sgu_test_role1_group4a;

-- 2019-04-18 07:16:49,533 INFO     MainThread: Started query df4a5fec3ebd319c:f704d7db00000000
-- executing against localhost:21000

revoke insert on table test_show_grant_user_467c6873.user2_shared2_tbl2 from role sgu_test_role1_group4b;

-- 2019-04-18 07:16:49,559 INFO     MainThread: Started query 8a48ce141f67c356:ae99c87a00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:49,565 INFO     MainThread: Started query bb48dbc0f0364d71:dc939b6b00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:49,572 INFO     MainThread: Started query 054b8f22c734a99e:473094b900000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:49,578 INFO     MainThread: Started query e844ccf46ccb26fd:b465698c00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:49,584 INFO     MainThread: Started query b545cc1d60866f29:425eb60500000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:49,591 INFO     MainThread: Started query a34e326fd8dfc95f:ec06427800000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:49,597 INFO     MainThread: Started query 6b467b9317d76ec1:c3f7862f00000000
-- executing against localhost:21000
drop table test_show_grant_user_467c6873.user_1group_tbl;

-- 2019-04-18 07:16:49,912 INFO     MainThread: Started query df47b70d1b0dd1b1:2195cc5600000000
-- executing against localhost:21000

drop table test_show_grant_user_467c6873.user_2group_tbl;

-- 2019-04-18 07:16:50,413 INFO     MainThread: Started query 8b4994e09c67f44c:9874197d00000000
-- executing against localhost:21000

drop table test_show_grant_user_467c6873.user1_shared_tbl;

-- 2019-04-18 07:16:50,881 INFO     MainThread: Started query ac48b86376af6d1c:a2c1c62800000000
-- executing against localhost:21000

drop table test_show_grant_user_467c6873.user2_shared_tbl;

-- 2019-04-18 07:16:51,367 INFO     MainThread: Started query eb4bcdeec4484e48:3bfce40a00000000
-- executing against localhost:21000

drop table test_show_grant_user_467c6873.user1_shared2_tbl;

-- 2019-04-18 07:16:51,870 INFO     MainThread: Started query c54dee9dbd7a276e:4e4b40e000000000
-- executing against localhost:21000

drop table test_show_grant_user_467c6873.user2_shared2_tbl;

-- 2019-04-18 07:16:52,369 INFO     MainThread: Started query d541769134ed794b:2268415000000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:52,375 INFO     MainThread: Started query 7e46bf716b5c0101:7889d74900000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:52,381 INFO     MainThread: Started query 4d4b0158a16cbf07:18f3b76000000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:52,388 INFO     MainThread: Started query 1a42f9918e855899:aeb9648e00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:52,394 INFO     MainThread: Started query 7a40fdc571f47efb:cec6041800000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:52,400 INFO     MainThread: Started query cd414e43ca817b92:466c0aa900000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:52,406 INFO     MainThread: Started query 8b4df759d180365f:ef57a6f700000000
-- executing against localhost:21000
drop role sgu_test_role1_group1;

-- 2019-04-18 07:16:52,420 INFO     MainThread: Started query 864ac2aa320a61f3:c130e97800000000
-- executing against localhost:21000

drop role sgu_test_role1_group2a;

-- 2019-04-18 07:16:52,433 INFO     MainThread: Started query af4b6ec7f51063f7:30b2a6f700000000
-- executing against localhost:21000

drop role sgu_test_role1_group2b;

-- 2019-04-18 07:16:52,445 INFO     MainThread: Started query 4f47bb70bb5930e6:a3041edd00000000
-- executing against localhost:21000

drop role sgu_test_role1_group3;

-- 2019-04-18 07:16:52,459 INFO     MainThread: Started query 824c40bca8da4d62:0978406c00000000
-- executing against localhost:21000

drop role sgu_test_role1_group4a;

-- 2019-04-18 07:16:52,474 INFO     MainThread: Started query 4945ffde639762d6:26d93dcf00000000
-- executing against localhost:21000

drop role sgu_test_role1_group4b;

-- 2019-04-18 07:16:52,487 INFO     MainThread: Started query 2b496cd9458d4c48:4cacd4b500000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_1group;

-- 2019-04-18 07:16:52,494 INFO     MainThread: Started query a342be9183e0df27:e6ce92db00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user_2group;

-- 2019-04-18 07:16:52,500 INFO     MainThread: Started query 9947de55a24db919:7859b85000000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared;

-- 2019-04-18 07:16:52,506 INFO     MainThread: Started query b347e4b7440e1ab5:5f45d22600000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared;

-- 2019-04-18 07:16:52,512 INFO     MainThread: Started query f8454c12db492d2d:3b36c2bc00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user1_shared2;

-- 2019-04-18 07:16:52,518 INFO     MainThread: Started query 64470d6a5bcb379c:9d934ccb00000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_user[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table_f;
-- connecting to: localhost:21000
-- executing against localhost:21000
show grant user user2_shared2;

-- 2019-04-18 07:16:52,524 INFO     MainThread: Started query 1d4cbcfea18a05e8:beb231cb00000000
</system-err></testcase><testcase classname="authorization.test_show_grant.TestShowGrant" file="authorization/test_show_grant.py" line="96" name="test_show_grant_in_hs2[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]" time="20.390938282"><system-out>Stopping Sentry
</system-out><system-err>19/04/18 07:17:02 INFO testutil.SentryServicePinger: Sentry Service ping succeeded.
-- 2019-04-18 07:17:02,606 INFO     MainThread: Starting cluster with command: /home/ubuntu/Impala/bin/start-impala-cluster.py --cluster_size=3 --num_coordinators=3 --log_dir=/home/ubuntu/Impala/logs/custom_cluster_tests --log_level=1 &apos;--impalad_args=--server_name=server1 --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider --sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo.xml &apos; &apos;--state_store_args=--statestore_update_frequency_ms=50     --statestore_priority_update_frequency_ms=50     --statestore_heartbeat_frequency_ms=50 &apos; &apos;--catalogd_args=--sentry_config=/home/ubuntu/Impala/fe/src/test/resources/sentry-site_oo.xml --authorization_policy_provider_class=org.apache.impala.service.CustomClusterResourceAuthorizationProvider &apos; --impalad_args=--default_query_options=
07:17:03 MainThread: Starting State Store logging to /home/ubuntu/Impala/logs/custom_cluster_tests/statestored.INFO
07:17:04 MainThread: Starting Catalog Service logging to /home/ubuntu/Impala/logs/custom_cluster_tests/catalogd.INFO
07:17:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad.INFO
07:17:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node1.INFO
07:17:05 MainThread: Starting Impala Daemon logging to /home/ubuntu/Impala/logs/custom_cluster_tests/impalad_node2.INFO
07:17:08 MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
07:17:08 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:17:08 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:17:09 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:17:09 MainThread: Waiting for num_known_live_backends=3. Current value: 0
07:17:10 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:17:10 MainThread: Waiting for num_known_live_backends=3. Current value: 2
07:17:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
07:17:11 MainThread: num_known_live_backends has reached value: 3
07:17:11 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
07:17:11 MainThread: num_known_live_backends has reached value: 3
07:17:12 MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
07:17:12 MainThread: num_known_live_backends has reached value: 3
07:17:12 MainThread: Impala Cluster Running with 3 nodes (3 coordinators, 3 executors).
-- 2019-04-18 07:17:12,796 INFO     MainThread: Found 3 impalad/1 statestored/1 catalogd process(es)
-- 2019-04-18 07:17:12,797 INFO     MainThread: Getting metric: statestore.live-backends from ip-172-31-13-181:25010
-- 2019-04-18 07:17:12,798 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:17:12,800 INFO     MainThread: Metric &apos;statestore.live-backends&apos; has reached desired value: 4
-- 2019-04-18 07:17:12,800 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25000
-- 2019-04-18 07:17:12,801 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:17:12,802 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:17:12,802 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25001
-- 2019-04-18 07:17:12,803 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:17:12,804 INFO     MainThread: num_known_live_backends has reached value: 3
-- 2019-04-18 07:17:12,804 INFO     MainThread: Getting num_known_live_backends from ip-172-31-13-181:25002
-- 2019-04-18 07:17:12,805 INFO     MainThread: Starting new HTTP connection (1): ip-172-31-13-181
-- 2019-04-18 07:17:12,806 INFO     MainThread: num_known_live_backends has reached value: 3
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_in_hs2[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table;
-- connecting to: localhost:21000
-- connecting to localhost:21050 with impyla
Conn &lt;impala.hiveserver2.HiveServer2Connection object at 0x7f27d49acf50&gt;
-- 2019-04-18 07:17:12,919 INFO     MainThread: Closing active operation
-- executing against localhost:21000
show roles;

-- 2019-04-18 07:17:12,955 INFO     MainThread: Started query 774dea489bedaf22:aecf89bd00000000
-- executing against localhost:21000
show role grant group `ubuntu`;

-- 2019-04-18 07:17:12,961 INFO     MainThread: Started query 024cd7b600f6a4d5:7357ada100000000
-- executing against localhost:21000
create role sgu_test_admin;

-- 2019-04-18 07:17:13,083 INFO     MainThread: Started query 8844294a9c5fe077:4b9472f000000000
-- executing against localhost:21000
grant all on server to sgu_test_admin;

-- 2019-04-18 07:17:13,165 INFO     MainThread: Started query 694bfe545ccf050a:9973fb9100000000
-- executing against localhost:21000
grant role sgu_test_admin to group `ubuntu`;

-- 2019-04-18 07:17:13,233 INFO     MainThread: Started query fb47e06eadcfea38:63218cf300000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_in_hs2[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table;
SET sync_ddl=False;
-- executing against localhost:21000
DROP DATABASE IF EXISTS `test_show_grant_in_hs2_c70abb03` CASCADE;

-- 2019-04-18 07:17:13,372 INFO     MainThread: Started query 8044e36a0dcdf93a:b42488a900000000
SET client_identifier=authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_in_hs2[protocol:beeswax|exec_option:{&apos;batch_size&apos;:0;&apos;num_nodes&apos;:0;&apos;disable_codegen_rows_threshold&apos;:0;&apos;disable_codegen&apos;:False;&apos;abort_on_error&apos;:1;&apos;exec_single_node_rows_threshold&apos;:0}|table;
SET sync_ddl=False;
-- executing against localhost:21000
CREATE DATABASE `test_show_grant_in_hs2_c70abb03`;

-- 2019-04-18 07:17:13,797 INFO     MainThread: Started query aa4b9086a4ea0353:3f69d40b00000000
-- 2019-04-18 07:17:13,800 INFO     MainThread: Created database &quot;test_show_grant_in_hs2_c70abb03&quot; for test ID &quot;authorization/test_show_grant.py::TestShowGrant::()::test_show_grant_in_hs2[protocol: beeswax | exec_option: {&apos;batch_size&apos;: 0, &apos;num_nodes&apos;: 0, &apos;disable_codegen_rows_threshold&apos;: 0, &apos;disable_codegen&apos;: False, &apos;abort_on_error&apos;: 1, &apos;exec_single_node_rows_threshold&apos;: 0} | table_format: text/none]&quot;
-- executing against localhost:21000
create role sgu_test_primary;

-- 2019-04-18 07:17:13,818 INFO     MainThread: Started query 7f4068c0711fc0d0:1a4d788600000000
-- executing against localhost:21000
grant all on database test_show_grant_in_hs2_c70abb03 to role sgu_test_primary;

-- 2019-04-18 07:17:13,841 INFO     MainThread: Started query 2545f8cfcf94f0f6:3b9e107000000000
-- 2019-04-18 07:17:13,885 INFO     MainThread: Closing active operation
</system-err></testcase></testsuite>